Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68376095f1cde6c2a0a3fa25.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Okay, we need to optimize those images then. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What conclusion does Tom make based on the feedback about the images?

--answers--

They should remove all visuals.

--feedback--

He's not saying the images should be deleted.


They should ignore the feedback and move forward.

--feedback--

He does not ignore the feedback.


They should add more images to the page.

--feedback--

The feedback was not about the quantity of images.


They should improve how the images perform.

--video-solution--

4

--explanation--

Then at the end of a sentence is used to show a result or conclusion based on earlier information. For example:

The report is due tomorrow? I'll start working on it tonight then. – This shows the speaker's decision based on the deadline for the report being tomorrow.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 56.88,
      "finishTimestamp": 59.72
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "Okay, we need to optimize those images then.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.34
    }
  ]
}