Back to Freecodecamp

Task 67

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

latest1.4 KB
Original Source
<!-- (audio) Tom: I see. When does she usually hold team meetings? -->

--description--

When is a question word used to ask about the time or date of something. For example:

  • When is your birthday? - You want to know the date of the birthday.

  • When do we have lunch? - You want to know the time for lunch.

So, you use when whenever you are asking "at what time?" or "on what date?".

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. BLANK does she usually hold team meetings?

--blanks--

When

--feedback--

It's a question word that asks about time. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.78,
      "finishTimestamp": 33.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "I see. When does she usually hold team meetings?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.34
    }
  ]
}