Back to Freecodecamp

Task 25

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

latest1.9 KB
Original Source
<!-- (audio) James: If all goes well, we should complete the third phase, which includes all initial testing, by the end of April. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will happen if everything goes as planned?

--answers--

They will finish the third phase by the end of April.


They will skip initial testing to save time.

--feedback--

James says the third phase includes initial testing, not skips it.


They will complete the project earlier than expected.

--feedback--

James doesn't say they will finish early — just on time if all goes well.


They will delay the project until summer.

--feedback--

He gives a deadline of April, not summer.

--video-solution--

1

--explanation--

James says If all goes well, we should complete the third phase ... by the end of April.

This means if there are no problems, they expect to finish that phase (which includes testing) by that time. He is giving a timeline based on things going smoothly.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.22,
      "finishTimestamp": 42.34
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.12,
      "dialogue": {
        "text": "If all goes well, we should complete the third phase, which includes all initial testing, by the end of April.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.62
    }
  ]
}