Back to Freecodecamp

Task 46

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

latest1.4 KB
Original Source
<!-- (Audio) Anna: Hi Brian, do you have a moment? -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

Hi Brian, BLANK you have a BLANK?

--blanks--

do

--feedback--

This is the auxiliary verb used to form the question in the Present Simple tense.


moment

--feedback--

This is a noun meaning a short period of time.

--explanation--

The Present Simple tense is used to ask questions about general facts or routines. For example:

  • Do you have a pen? - Asking if someone has a pen right now.

  • Does she work here? - Asking if someone works at this place in general.

--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": 0,
      "finishTimestamp": 1.72
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Hi, Brian. Do you have a moment?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}