Back to Freecodecamp

Task 55

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

latest1.6 KB
Original Source
<!-- (Audio) Anna: Do we cover this in our training? -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK we BLANK this in our training?

--blanks--

Do

--feedback--

This is the auxiliary verb used to form the question in the Present Simple tense. The first letter is capitalized.


cover

--feedback--

This verb means to include or deal with a particular topic or subject.

--explanation--

To cover means to include or deal with a particular topic or subject. For example:

  • The training covers cybersecurity best practices. - The training includes lessons on how to protect systems and data from threats.

  • Will the presentation cover software updates? - You are asking if the presentation will include information about recent software updates.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.64,
      "finishTimestamp": 11.92
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "Do we cover this in our training?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 2.78
    }
  ]
}