Back to Freecodecamp

Task 7

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

latest2.6 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Hey Lisa, do you have a minute? Lisa: Sure, Bob. What's up? Bob: I hear you're going to a Hackathon this weekend. Is that right? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know from Lisa?

--answers--

If she is busy right now.

--feedback--

Bob already knows Lisa is available to talk because she said Sure, what's up?


If she needs help with her project.

--feedback--

Bob is not asking if Lisa needs help.


If she has any project ideas.

--feedback--

Bob is not asking about project ideas.


If she is going to a Hackathon this weekend.

--video-solution--

4

--explanation--

To find out what Bob wants to know, listen to the second question he asks. Pay attention what comes after I hear you're going to... which show what Bob is trying to find out.

He uses a question to confirm what he heard, specifically mentioning the event he thinks she's attending.

--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": 6.7
    }
  },
  "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.66
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 4.66
    },
    {
      "character": "Bob",
      "startTime": 4.84,
      "finishTime": 7.7,
      "dialogue": {
        "text": "I hear you're going to a hackathon this weekend. Is that right?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.2
    }
  ]
}