Back to Freecodecamp

Task 23

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Well, she's responsible for hiring people and taking care of workers. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What are her main duties according to Bob?

--answers--

Giving jobs to new staff and looking after the team


Making coffee and cleaning the office

--feedback--

Bob mentions her main duties are related to managing staff, not office maintenance.


Organizing parties and events

--feedback--

Her duties are more about staff management, not event planning.


Writing reports and emails

--feedback--

Bob talks about her managing roles, not about writing tasks.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.44,
      "finishTimestamp": 26.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "Well, she's responsible for hiring people and taking care of workers.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}