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

1.4 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657cea90396c694e4fdcaeba Task 67 22 task-67

--description--

You use when to ask about the time or date something happens. It's like asking, When is your birthday? or When do we have lunch?

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK does she often hold team meetings?

--blanks--

When

--feedback--

The word you need is a question word that asks about time. It's used at the beginning of a question when you want to know the time something happens.

--scene--

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