Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657dc130b35c3a20c8908eb1.md
T
2025-03-17 18:57:18 +00:00

1.4 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657dc130b35c3a20c8908eb1 Task 88 22 task-88

--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 to complete the sentence below.

--fillInTheBlank--

--sentence--

Tom: Awesome! Do they usually BLANK long?

Sophie: Not too long. They usually take about 30 to 45 minutes.

--blanks--

last

--feedback--

The phrase Tom uses is asking about the duration of the meetings.

--scene--

{
  "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
    }
  ]
}