Back to Freecodecamp

Task 103

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134e6a731382102b1521b6.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Let's make sure everyone knows their responsibilities by the end of this week. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to make sure happens by the end of the week?

--answers--

Everyone finishes their tasks by this week.

--feedback--

Bob doesn't talk about finishing work.


The new app is fully launched.

--feedback--

They are still in the planning and testing stages.


Everyone knows what they are responsible for.


They stop testing and start a new project.

--feedback--

Bob focuses on organizing responsibilities for this project, not switching projects.

--video-solution--

3

--explanation--

Bob says Let's make sure everyone knows their responsibilities by the end of this week, meaning he wants every team member to clearly understand their tasks before the week finishes.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 73,
      "finishTimestamp": 76.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Let's make sure everyone knows their responsibilities by the end of this week.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}