Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e2d40be7141f2c8cc9cc0.md

latest2.1 KB
Original Source
<!-- (audio) Anna: You have a one-hour lunch break around noon every day. Bring your lunch or go to one of the cafés nearby. The people from the team often do this. -->

--description--

Review the table of adverbs below.

AdverbMeaning
AlwaysSomething happens all the time.
UsuallySomething happens occasionally.
SometimesSomething happens occasionally.
OftenSomething happens frequently.
RarelySomething seldom happens.
NeverSomething does not happen at all.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You have a one-hour lunch break around noon every day. Bring your lunch or go to one of the cafés nearby. The people from the team BLANK do this.

--blanks--

often

--feedback--

This adverb means that something happens frequently.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.36,
      "finishTimestamp": 39.94
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "You have a one-hour lunch break around noon every day.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.82,
      "finishTime": 6.12,
      "dialogue": {
        "text": "Bring your lunch or go to one of the cafés nearby.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 6.56,
      "finishTime": 8.58,
      "dialogue": {
        "text": "The people from the team often do this.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 9.08
    }
  ]
}