Back to Freecodecamp

Task 71

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d86c1b4c4fd6fef305999b.md

latest1.4 KB
Original Source
<!-- (Audio) Maria: He also ensures that everyone follows security procedures. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does he make sure of at work?

--answers--

Everyone takes a lunch break.

--feedback--

Maria's statement focuses on safety rules, not on breaks.


All people adhere to safety rules.


Everyone finishes their work on time.

--feedback--

The emphasis is on following safety rules, not on completing work.


Meetings start on time.

--feedback--

The focus is on security measures, not on the timing of meetings.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 33.80,
      "finishTimestamp": 36.56
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "He also ensures that everyone follows security procedures.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}