Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682cf6ef9390273ab533d17b.md

latest1.3 KB
Original Source
<!-- (Audio) Sophie: Yes, he suggested several steps. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, he BLANK several steps.

--blanks--

suggested

--feedback--

This means to offer an idea or plan for someone to consider.

--explanation--

To suggest means to give an idea, plan, or solution for others to think about or follow. For example:

She suggested using a stronger password to improve security. – This means she gave advice about how to stay safer online.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.56,
      "finishTimestamp": 28.72
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "Yes, he suggested several steps.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}