Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68273050afd0f4e90f99790c.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: That sounds serious. What did Jake say? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That sounds BLANK. What did Jake say?

--blanks--

serious

--feedback--

This describes something important, dangerous, or worrying and not something to take lightly.

--explanation--

Serious means something that should be taken with care or attention because it might be important, dangerous, or upsetting. For example:

She had a serious problem with her computer and couldn't finish her work. – This means the problem was not small or easy to fix.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.24,
      "finishTimestamp": 10.86
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "That sounds serious. What did Jake say?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}