Back to Freecodecamp

Task 28

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: Typically around fifty. Why? Do you want to join? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Typically around BLANK. Why? Do you want to BLANK?

--blanks--

fifty

--feedback--

This word indicates the quantity of fifty people.


join

--feedback--

This word means to become a part of a group or activity.

--explanation--

Fifty is a number indicating the quantity of fifty items or people. For example:

There are fifty students in the class. - This means the class has 50 students.

Join means to become a part of a group or activity. For example:

Do you want to join the team? - This means asking if someone wants to become a part of the team.

--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": 37.99,
      "finishTimestamp": 40.6
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "Typically around fifty. Why? Do you want to join?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}