Back to Freecodecamp

Task 109

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6838b60ff3868be9f2a3080d.md

latest2.2 KB
Original Source
<!-- (Audio) Mark: Had we spread these queries more evenly, perhaps the system wouldn't have failed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Had we BLANK these queries more BLANK, perhaps the system wouldn't have BLANK.

--blanks--

spread

--feedback--

This means to distribute or arrange something over an area or time. The past form is the same as its infinitive.


evenly

--feedback--

This means in a balanced or equal way, without too much or too little in any part.


failed

--feedback--

This means to stop working or to not succeed. Use the past participle form of the verb.

--explanation--

To spread means to arrange or distribute things over a space or period. For example:

They spread the workload among all team members. – This means the work was shared fairly.

Evenly means something is done in a balanced or equal manner. For example:

The paint was applied evenly to avoid streaks. – This means the paint covered the surface smoothly and equally.

To fail means to stop working properly or not to achieve the desired result. For example:

The system failed during the update, causing a delay. – This means it stopped working correctly at that time.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.12,
      "finishTimestamp": 19.84
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Had we spread those queries more evenly,",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 3.78,
      "finishTime": 5.72,
      "dialogue": {
        "text": "perhaps the system wouldn't have failed.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}