Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617afa03e1a7bf99f123c52.md

latest1.1 KB
Original Source
<!-- (Audio) Brian: Good! Thanks for your support. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Good! Thanks for your BLANK.

--blanks--

support

--feedback--

It refers to Brian expressing gratitude for agreement or assistance, likely in the context of the project discussion.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.56,
      "finishTimestamp": 34
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "Good. Thanks for your support.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.94
    }
  ]
}