Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6837620c7310d6c9b7c286ab.md

latest1.5 KB
Original Source
<!-- (Audio) Tom: Let's prepare a list of modifications based on this feedback. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's prepare a list of BLANK based on this feedback.

--blanks--

modifications

--feedback--

This refers to changes made to improve or adjust something. Use the plural form.

--explanation--

A modification is a small or specific change made to something in order to improve it or make it more suitable. For example:

The developer made a few modifications to the code to fix the bug. – This means small changes were made to improve how the code works.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 59.72,
      "finishTimestamp": 63.06
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "Let's prepare a list of modifications based on this feedback.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}