Back to Freecodecamp

Task 65

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

latest1.7 KB
Original Source
<!-- (Audio) Tom: He sounds like a dedicated professional. I've always wondered what the folks in security do around here. What are his responsibilities? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom curious about?

--answers--

The activities and duties of the security team


Where the security team goes for lunch

--feedback--

Tom's curiosity is about the security team's work, not their lunch habits.


How to join the security team

--feedback--

Tom expresses curiosity about what the team does, not about joining them.


The names of all the security team members

--feedback--

He's curious about their activities, not specifically about their names.

--video-solution--

1

--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": 19.32,
      "finishTimestamp": 25.94
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "He sounds like a dedicated professional.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.92,
      "finishTime": 7.62,
      "dialogue": {
        "text": "I've always wondered what the folks in security do around here. What are his responsibilities?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.12
    }
  ]
}