Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675070d075960bbe3f92eca6.md

latest1.7 KB
Original Source
<!-- (Audio) We'll confirm that all security patches are ready to be deployed without any complications. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

True or False: The security patches are ready to be deployed.

--answers--

True

--feedback--

We'll shows this is a future action not something already completed.


False

--video-solution--

2

--explanation--

The contraction We'll stands for We will, indicating a future action or plan. For example:

  • I'll call you tomorrow. - This means the action of calling will happen in the future.

  • We'll review the report later. - This indicates that the review is planned but has not yet occurred.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 45.1,
      "finishTimestamp": 50.38
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "We'll confirm that all security patches",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3,
      "finishTime": 6.28,
      "dialogue": {
        "text": "are ready to be deployed without any complications.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}