Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a308a6e4b6664c1b54223.md

latest1.5 KB
Original Source
<!-- (Audio) Sophie: We could see some delays at the beginning. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We could see some BLANK at the beginning.

--blanks--

delays

--feedback--

This refers to something being late or taking longer than expected to start or finish. It's in its plural form.

--explanation--

A delay is when something happens later than planned or expected. It can refer to a pause, wait, or something not starting or finishing on time. For example:

There was a delay in the product launch due to technical issues. – This means the product was released later than planned because of technical problems.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.94,
      "finishTimestamp": 27.58
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.64,
      "dialogue": {
        "text": "We could see some delays at the beginning.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.14
    }
  ]
}