Back to Freecodecamp

Task 73

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: Ah, speaking of procedures, is there anything he's told you that we need to do when it comes to office security? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom asking about?

--answers--

The location of the next meeting

--feedback--

Tom's question is focused on security measures, not meeting logistics.


Who is responsible for office supplies

--feedback--

The question is about security procedures, not office supplies.


When the office hours are

--feedback--

Tom is asking about security actions, not the schedule of office hours.


Specific security actions or guidelines

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 37.02,
      "finishTimestamp": 43.26
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.24,
      "dialogue": {
        "text": "Speaking of procedures, is there anything he told you that we need to do when it comes to office security?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.74
    }
  ]
}