Back to Freecodecamp

Task 5

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

latest1.5 KB
Original Source
<!-- (audio) Jessica: How many phases do we currently have planned? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could James say if he knew the exact number of phases?

--answers--

That depends on the client's deadline.

--audio-id--

EN40692d05

--feedback--

James could say this if he didn't know the exact number. But the task says he knows it.


We have four major phases.

--audio-id--

ENc0df4815

--video-solution--

2

--explanation--

Jessica is asking for a number: How many phases...? A correct answer should say how many.

The correct answer directly answers her question and shows that James knows the plan.

--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": 4.78,
      "finishTimestamp": 7.2
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "How many phases do we currently have planned?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}