Back to Freecodecamp

Task 1

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Hey Lisa, do you have a minute? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know from Lisa?

--answers--

If Lisa can lend him some money.

--feedback--

His question is not about borrowing money.


If Lisa can help him with his project.

--feedback--

The question is not specifically about a project. It is more general.


If Lisa has time to talk.


If Lisa is feeling well.

--feedback--

This question is not about Lisa's health.

--video-solution--

3

--explanation--

Do you have a minute? is a polite way to ask if someone has time to talk.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 1.72
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Hey Lisa, do you have a minute?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}