Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68308119790b3e053e859634.md

latest1.5 KB
Original Source
<!-- (Audio) Linda: Yes, the color scheme was brought up a few times. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, the color BLANK was brought up a few times.

--blanks--

scheme

--feedback--

When talking about colors, this refers to a planned combination of them used in a design or layout.

--explanation--

A color scheme is a set of colors that are chosen to be used together in a design to create a specific look or feel. For example:

The website uses a blue and gray color scheme to appear professional. – This means those colors were selected to match the website's purpose or brand.

--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": 21.28,
      "finishTimestamp": 23.82
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Yes, the color scheme was brought up a few times.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.04
    }
  ]
}