Back to Freecodecamp

Task 88

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dc130b35c3a20c8908eb1.md

latest1.2 KB
Original Source
<!-- (audio) Tom: Awesome. Do they usually last long? -->

--description--

When you talk about how much time an event or activity lasts, you are talking about its duration from start to finish. If something does not last long, it means it doesn't take a lot of time.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Awesome. Do they usually BLANK long?

--blanks--

last

--feedback--

It's a verb that means to continue for a period of time.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 16.82,
      "finishTimestamp": 19.14
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "Awesome. Do they usually last long?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}