Back to Freecodecamp

Task 34

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: I can help you sign up. When are you available to go over the form? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I can help you sign up. BLANK are you BLANK to go over the form?

--blanks--

When

--feedback--

This word is used to ask about time. The first letter is capitalized.


available

--feedback--

This word means free to do something or not busy.

--explanation--

When is used to ask about time. The word available means free to do something or not busy. For example:

  • When does the meeting start? - This question is asking about the time the meeting starts.

  • Are you available to help me tomorrow? - This question is asking if the person is free to help tomorrow.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.64,
      "finishTimestamp": 46.4
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I can help you sign up. When are you available to go over the form?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}