Back to Freecodecamp

Task 20

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

latest2.3 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: A couple of developers from our branch in Seattle, and a UX designer I've collaborated with before. Do you know if we have any similar projects coming up here? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa want to know?

--answers--

If there are any similar projects happening soon.


If she can work with the same team again.

--feedback--

Lisa is specifically asking about similar projects, not about working with the same team.


If there are any past projects she can look at.

--feedback--

Lisa is asking about upcoming projects, not past ones.


If she can move to a different branch.

--feedback--

Lisa is asking about similar projects happening soon, not about moving to a different branch.

--video-solution--

1

--explanation--

Lisa asks about what's coming up, specifically looking for information on projects that are similar to the one she is currently working on.

Pay attention to the phrase similar projects coming up here to understand what Lisa is asking about.

--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": 19.56,
      "finishTimestamp": 27.14
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "A couple of developers from our branch in Seattle",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.08,
      "finishTime": 5.56,
      "dialogue": {
        "text": "and a UX designer I've collaborated with before.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 6.16,
      "finishTime": 8.58,
      "dialogue": {
        "text": "Do you know if we have any similar projects coming up here?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 9.08
    }
  ]
}