Back to Freecodecamp

Task 14

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

latest2.5 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: We plan to develop a new app for real-time project collaboration. How does that sound to you? Bob: Interesting! Who's on your team? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

Who are the people on Lisa's team.


What project Lisa is working on.

--feedback--

Bob is not asking about the project.


How long the project will take.

--feedback--

Bob is not asking about the duration of the project.


Where the project will take place.

--feedback--

Bob is not asking about the location.

--video-solution--

1

--explanation--

After Lisa mentions the project, Bob asks a question to learn more about the people involved. Bob uses the contraction Who's, which stands for Who is, to ask about the team members.

Pay attention to the second part of the conversation where Bob focuses on the team, not the project itself.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.4,
      "finishTimestamp": 19.1
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "We plan to develop a new app for real time project collaboration.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 4.46,
      "finishTime": 5.5,
      "dialogue": {
        "text": "How does that sound to you?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.7
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 5.7
    },
    {
      "character": "Bob",
      "startTime": 5.9,
      "finishTime": 7.6,
      "dialogue": {
        "text": "Interesting. Who's on your team?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.1
    }
  ]
}