Back to Freecodecamp

Task 111

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b5c955211e021fb5902c7d.md

latest1.9 KB
Original Source
<!-- (audio) Maria: We've chosen a subtle color palette, but maybe adding some brighter tones would help. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've chosen a subtle color palette, but maybe adding some BLANK BLANK would help.

--blanks--

brighter

--feedback--

This refers to colors that are light, vivid, or more intense. It stands out more and catches your attention.


tones

--feedback--

This word in the plural form refers to different shades or variations of a color.

--explanation--

Brighter refers to colors that are light or vivid. For example:

The app's interface was too dark, so we added brighter buttons to make them easier to find. - This means the buttons were made with more noticeable, lighter colors to improve visibility.

Tones refer to different shades or versions of a color. For example:

We used different tones of blue in the website design to create a modern, professional look. - This means that you chose various shades of blue for the website.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 36.2,
      "finishTimestamp": 39.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "We've chosen a subtle color palette, but maybe adding some brighter tones would help.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}