Back to Freecodecamp

Task 74

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

latest1.6 KB
Original Source
<!-- (Audio) Anna: Yes, it's mandatory. And how long are these sessions? -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, it's mandatory. And how long are BLANK BLANK?

--blanks--

these

--feedback--

This word is used to refer to multiple items or events that are nearby or being discussed. It is the plural of this.


sessions

--feedback--

This word refers to periods devoted to a particular activity, such as training.

--explanation--

When asking about the length of an event, you can use the question How long are...? or how long is...? For example:

  • How long are these meetings? - Asking for the duration of multiple meetings.

  • How long is it going to take? - Asking for the duration of a specific event or activity.

--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": 32.1,
      "finishTimestamp": 34.74
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Yes, it's mandatory. And how long are these sessions?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}