Back to Freecodecamp

Task 103

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

latest2.1 KB
Original Source
<!-- (Audio) David: Sure, Jessica. I thought the testing was complete, but when I looked at the report, it said there were still some issues. What's the story? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is David surprised?

--answers--

Because he thought the testing was finished, but the report shows problems.


Because Jessica didn't send him the report on time.

--feedback--

David doesn't mention anything about the report being late.


Because the report says everything is working perfectly.

--feedback--

The report actually shows there are still problems.


Because the testing phase hasn't started yet.

--feedback--

David says he thought the testing was complete, not that it hadn't started.

--video-solution--

1

--explanation--

David says I thought the testing was complete, which means he believed it was finished.

Then he says the report said there were still some issues, which shows the surprise.

This contrast is the reason he's asking What's the story? to understand the real situation.

--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": 8.94,
      "finishTimestamp": 15.56
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Sure, Jessica. I thought the testing was complete, but when I looked at the report, it said there were still some issues.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "startTime": 6.46,
      "finishTime": 7.62,
      "dialogue": {
        "text": "What's the story?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 8.12
    }
  ]
}