Back to Freecodecamp

Task 2

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Hey Lisa, do you have a minute? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey Lisa, BLANK you have a minute?

--blanks--

do

--feedback--

This is the auxiliary verb used to form the question.

--explanation--

The auxiliary verb do is used to form questions in the Present Simple tense.

For example, in the question Do you have a minute?, do is used to ask if someone has time.

--explanation--

The auxiliary verb do is used to form questions in the Present Simple tense.

For example, in the question Do you have a minute?, do is used to ask if someone has time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 1.72
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Hey Lisa, do you have a minute?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}