Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/6846e3244d07d11f9d2f29f2.md

latest1.6 KB
Original Source
<!-- (audio) Jessica: Right. Let's make sure we allocate enough time for that. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica want to make sure of?

--answers--

That they plan enough time for an important task.


That they remove the task from the list.

--feedback--

She doesn't say to cancel the task.


That someone else completes the task.

--feedback--

There's no mention of assigning it to someone else.


That the task is delayed to next month.

--feedback--

She wants to plan time for it, not delay it.

--video-solution--

1

--explanation--

Jessica says, Let's make sure we allocate enough time for that.

She means they need to plan enough time to complete the task properly — not cancel, delay, or change who does it.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.38,
      "finishTimestamp": 33.16
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "Right. Let's make sure we allocate enough time for that.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}