Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b530fee976e0bf5ae5ebb1.md

latest2.4 KB
Original Source
<!-- (Audio) Brian: We have them quarterly. But I'm planning an extra session next month because of recent security threats. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

We have them quarterly. But I'm planning an BLANK session next month because of BLANK security BLANK.

--blanks--

extra

--feedback--

This word means additional or more than what is usual.


recent

--feedback--

This word means something that happened not long ago.


threats

--feedback--

This word means dangers or things that can cause harm.

--explanation--

Extra means additional or more than what is usual or necessary. For example:

  • We need extra chairs for the meeting. - We need more chairs than usual.

Because is used to give a reason for something. For example:

  • We canceled the meeting because of bad weather. - The bad weather is the reason for canceling the meeting.

Recent refers to something that happened not long ago. For example:

  • The recent news was surprising. - The news came out not long ago.

Threat means a danger or something that can cause harm. For example:

  • The virus is a threat to our system. - This means the virus could cause harm to the system.

Pay attention to how these words fit into the context of the sentence to complete the meaning correctly.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.38,
      "finishTimestamp": 29.3
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "We have them quarterly, but I'm planning an extra session next month",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.06,
      "finishTime": 6.92,
      "dialogue": {
        "text": "because of recent security threats.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.42
    }
  ]
}