Back to Freecodecamp

Task 71

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Interesting. We could look at BLANK colors then.

--blanks--

softer

--feedback--

This means less bright, less strong, or more gentle in appearance or feeling.

--explanation--

Softer is the comparative form of soft and in this context refers to colors that are more gentle, lighter, or less intense. For example:

The designer used softer tones to create a calmer look on the homepage. – This means the colors were mild and not too bold or harsh.

--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
    }
  ]
}