Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67633b012085337c52b93096.md

latest1.6 KB
Original Source
<!-- (audio) Jake: It's better to ensure our team is fully prepared first. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's better to ensure our team is BLANK BLANK first.

--blanks--

fully

--feedback--

This is an adverb meaning completely or entirely.


prepared

--feedback--

This is an adjective meaning ready or equipped to do something.

--explanation--

Fully means completely or entirely. It shows that no part of the task or readiness is incomplete. For example:

The project was fully reviewed before the deadline. - This means the review was completed entirely.

Prepared means ready or equipped to do something. For example:

The team is prepared to present their findings. - This means the team is ready to give the presentation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.6,
      "finishTimestamp": 56.44
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "It's better to ensure our team is fully prepared first.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.34
    }
  ]
}