Back to Freecodecamp

Task 83

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

latest1.7 KB
Original Source
<!-- (Audio) Anna: When do you think this new module will be ready? -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

When do you think BLANK BLANK BLANK will be ready?

--blanks--

this

--feedback--

This word is used to specify the module that is currently being discussed.


new

--feedback--

Something recent.


module

--feedback--

A specific part or section of the training program.

--explanation--

Module refers to a unit or section of a course or training program. For example:

  • The new module on cybersecurity will be added next week. - Here, module refers to a specific part of the training focused on cybersecurity.

Pay attention to how the words this, new, and module are used. This is used to specify the module they are talking about, new shows that it's a recent addition, and module refers to a section of the training.

--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": 47.12,
      "finishTimestamp": 48.96
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "When do you think this new module will be ready?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.34
    }
  ]
}