Back to Freecodecamp

Task 72

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68309c91d039a25e9fef7d00.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Interesting. We could look at softer colors then. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom decide to do after hearing the feedback?

--answers--

Ignore the comments for now.

--feedback--

Tom is not dismissing the feedback.


Test new fonts instead.

--feedback--

Tom doesn't talk about text styles.


Explore using gentler color options.


Check how many users filled out the form.

--feedback--

He doesn't mention the number of responses or forms.

--video-solution--

3

--explanation--

Then at the end of a sentence is used to show a conclusion, suggestion, or result that follows from something just mentioned. It often gives the idea of a result or consequence. For example:

If it's too expensive, we'll wait until next month then. – This means the speaker has made a decision based on what was said before.

--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": 28.96,
      "finishTimestamp": 32.26
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Interesting. We could look at softer colors then.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}