Back to Freecodecamp

Task 104

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

latest2.1 KB
Original Source
<!-- (audio) Jim: Also, I think the color scheme could use a bit more energy. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Also, I think the BLANK BLANK could use a bit more BLANK.

--blanks--

color

--feedback--

This word refers to the visual aspect or hue of something, such as red, blue, or green.


scheme

--feedback--

This word refers to a combination or arrangement of colors used in design, like in a website or app.


energy

--feedback--

In design, this refers to the feeling or mood that colors or elements give off.

--explanation--

Color scheme refers to the selection of colors used in a design, whether it's for a website, app, or any other visual project. For example:

The color scheme of the website uses blue and white to create a calm and professional look. - This means the colors chosen (blue and white) are arranged to create a certain visual feel.

Energy in design refers to the mood or atmosphere created by certain choices. For example:

The new app design uses bright colors to add energy and excitement. - In this example, energy refers to the vibrant and lively feeling created by the choice of bright colors, making the app more engaging and dynamic.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 26.32,
      "finishTimestamp": 29.54
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "Also, I think the color scheme could use a bit more energy.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}