Back to Freecodecamp

Task 35

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: When are you available to go over the form? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa want to know?

--answers--

She wants to know when Bob is free to go over the form.


She wants to know if Bob can sign the form now.

--feedback--

Lisa is not asking if he can sign the form.


She wants to know if Bob has finished the form.

--feedback--

Lisa is not asking if he has finished the form.


She wants to know what Bob thinks about the form.

--feedback--

Lisa is not asking his opinion on the form.

--video-solution--

1

--explanation--

When arranging a meeting, people ask about availability to find out when someone is free.

Pay attention to the words when and available, as they help you understand that Lisa is asking when Bob is free to go over the form.

--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": 44.90,
      "finishTimestamp": 46.4
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "When are you available to go over the form?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 2.98
    }
  ]
}