Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f225e38a59baa87cce62bd.md

latest1.7 KB
Original Source
<!-- (Audio) David: I thought we were on track to release by the end of the week. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does David's statement suggest?

--answers--

He wants to cancel the release completely.

--feedback--

David is not suggesting cancellation.


He never expected the release to happen this week.

--feedback--

He says he thought they were on track to release this week.


He believed everything was going according to schedule.


He was informed that the app had already launched.

--feedback--

David doesn't say the app was launched. He's talking about future plans.

--video-solution--

3

--explanation--

On track to release by the end of the week means it will be released this week according to schedule.

David believed everything was on schedule for the release to happen this week.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 28.2,
      "finishTimestamp": 31.1
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "I thought we were on track to release by the end of the week.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}