Back to Freecodecamp

Task 27

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

latest2.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: How many people usually participate in these events? Lisa: Typically around fifty. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How many people usually attend these events?

--answers--

Fifty people attend these events sometimes.

--feedback--

The word sometimes means it doesn't happen often. Lisa means it happens regularly.


Fifty people attend these events occasionally.

--feedback--

The word occasionally means it happens now and then. Lisa means it happens more often.


Fifty people typically attend these events.


Fifty people attend these events rarely.

--feedback--

The word rarely means it almost never happens. Lisa means it happens regularly.

--video-solution--

3

--explanation--

Typically is used to describe something that happens in a usual or expected way. It is similar to usually and is often used to talk about what normally happens. For example:

  • Typically, we have meetings on Mondays. - This means that meetings usually happen on Mondays.

  • She typically arrives at work by 9 AM. - This means that she usually arrives at work by 9 AM.

--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": 39.22
    }
  },
  "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": 5.62,
      "dialogue": {
        "text": "Typically around fifty.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}