Back to Freecodecamp

Task 99

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

latest1.3 KB
Original Source
<!-- Audio Reference: Tom: Hey Sarah, do you have a moment? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey Sarah, BLANK?

--blanks--

do you have a moment

--feedback--

This question is a common way to check if someone is available for a quick conversation. It has 5 words: an auxiliary verb, a pronoun, a main verb, an article, and a noun.

--explanation--

Do you have a moment? is a polite way to ask if someone has some time to talk.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "Hey Sarah, do you have a moment?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.62
    }
  ]
}