Back to Freecodecamp

Task 4

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: She's now in charge of the HR department. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Bob's statement tell us about the woman?

--answers--

She is looking for a job in the HR department.

--feedback--

Bob's statement indicates she already has a significant role, not that she is seeking employment.


She works in the HR department.

--feedback--

While she does work there, Bob's statement specifically tells us about her role as the leader, not just a member.


She is new to the HR department.

--feedback--

Bob's statement focuses on her responsibility, not how long she's been part of the department.


She is responsible for the HR department.

--video-solution--

4

--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": 2.00,
      "finishTimestamp": 3.90
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.90,
      "dialogue": {
        "text": "She's now in charge of the HR department.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.40
    }
  ]
}