Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675c91b0c74a72519ebb0a83.md

latest1.7 KB
Original Source
<!-- (Audio) Jake: They'll likely be concerned. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK be concerned.

--blanks--

They'll

--feedback--

This is the contraction for They will, used to talk about something that is expected to happen in the future. The first letter is capitalized.


likely

--feedback--

This word means that something is probable or has a high chance of happening.

--explanation--

They'll is the contraction for they will. It is used to talk about something expected or predicted to happen in the future.

Likely means something is probable or has a high chance of happening. For example:

  • They'll likely ask for more information. - This predicts a probable request from the clients.

  • The feature will likely need additional testing. - This indicates a high probability that testing will be required.

--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": 44.6,
      "finishTimestamp": 46.0
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "They'll likely be concerned",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 2.9
    }
  ]
}