Back to Freecodecamp

Task 29

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

latest2.2 KB
Original Source
<!-- AUDIO REFERENCE: Bob: How many people usually participate in these events? Lisa: Typically around fifty. Why? Do you want to join? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa want to know?

--answers--

If Bob wants to join the event.


If Bob knows how many people participate.

--feedback--

Lisa already mentioned the number of people.


If Bob has attended the event before.

--feedback--

Lisa is not asking if he attended the event.


If Bob likes the event.

--feedback--

Lisa is not asking if he likes the event.

--video-solution--

1

--explanation--

The word join means becoming part of something, like attending an event or participating in a group.

After Bob asks about the number of participants, Lisa picks up on his possible interest and asks if he wants to join the event.

--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": 34.6,
      "finishTimestamp": 40.4
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "How many people usually participate in these events?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.05
    },
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 4.05
    },
    {
      "character": "Lisa",
      "startTime": 4.4,
      "finishTime": 6.8,
      "dialogue": {
        "text": "Typically around 50. Why? Do you want to join?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.3
    }
  ]
}