Back to Freecodecamp

Task 3

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

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Hey Lisa, do you have a minute? Lisa: Sure, Bob. What's up? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Lisa have a minute to talk to Bob?

--answers--

No, she is busy.

--feedback--

Lisa's answer doesn't indicate she's busy.


Yes, she does.


No, she is confused.

--feedback--

Lisa is not confused.


No, she is leaving.

--feedback--

Lisa's answer does not suggest she is leaving.

--video-solution--

2

--explanation--

When someone asks Do you have a minute?, they are checking if you are available to talk.

If you answer Sure, what's up?, it means you are ready to listen and have time to talk.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.48
    }
  },
  "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.04
    },
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 3.04
    },
    {
      "character": "Lisa",
      "startTime": 3.36,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Sure, Bob. What's up?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}