Back to Freecodecamp

Task 39

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

latest1.8 KB
Original Source
<!-- (audio) Jessica: Excellent. I'll update our project timeline with these numbers and make sure everyone's clear about the order and deadlines. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Jessica do with the information James gave?

--answers--

She'll delete the current plan and restart it.

--feedback--

She's not starting over - she's updating the plan.


She'll assign the tasks to a different team.

--feedback--

There's no mention of changing the team.


She'll add it to the project schedule and clarify deadlines.


She'll ask for new numbers instead.

--feedback--

She says she'll use these numbers, not ask for new ones.

--video-solution--

3

--explanation--

Jessica says she'll update the project timeline with these numbers.

This means she plans to add the task details into the timeline and make sure everyone understands the schedule.

--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": 60.88,
      "finishTimestamp": 66.38
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.5,
      "dialogue": {
        "text": "Excellent. I'll update our project timeline with these numbers and make sure everyone's clear about the order and deadlines.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7
    }
  ]
}