Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67532bbaa817558e7691df51.md

latest1.4 KB
Original Source
<!-- (Audio) Jake We need to investigate quickly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to investigate BLANK.

--blanks--

quickly

--feedback--

This word means to do something fast or without delay.

--explanation--

Quickly is an adverb that describes doing something in a fast or timely manner. In this context, it shows that the investigation must happen without delay. For example:

  • He quickly responded to the email. - This means he replied fast.

  • We need to act quickly to prevent more damage. - This shows urgency in taking action.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 13.1,
      "finishTimestamp": 14.62
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.52,
      "dialogue": {
        "text": "We need to investigate quickly.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.02
    }
  ]
}