Back to Freecodecamp

Task 113

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

latest1.6 KB
Original Source
<!-- (audio) Maria: I'll discuss it with the design team and see what we can do to make it more vibrant. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll discuss it with the design team and see what we can do to make it more BLANK.

--blanks--

vibrant

--feedback--

This word means something full of life and energy. It is often used to describe bright and lively colors or designs.

--explanation--

Vibrant refers to something that is full of energy or bright in appearance. For example:

The app's vibrant interface made it easy for users to navigate and kept them engaged. - This refers to a colorful and dynamic design that attracts users and makes their experience more enjoyable.

--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": 40.3,
      "finishTimestamp": 43.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "I'll discuss it with the design team and see what we can do to make it more vibrant.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}