Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68308970b0e32434182f14d6.md

latest1.4 KB
Original Source
<!-- (Audio) Linda: They suggested it could be toned down a bit. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They suggested it could be BLANK down a bit.

--blanks--

toned

--feedback--

Followed by down, this means to make something less strong, intense, or bright. Use the Simple Past form.

--explanation--

To tone down means to reduce the intensity, brightness, or strength of something — like a design, color, or message. For example:

The designer toned down the background colors to make the text easier to read. – This means the colors were made softer or less bold.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 27.0,
      "finishTimestamp": 29.16
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "They suggested it could be toned down a bit.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}