Back to Freecodecamp

Task 38

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

latest2.0 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. -->

--description--

Lunch break is a period during the workday set aside for eating lunch. For example:

I usually take my lunch break at 1:00 PM. - This means you usually eat lunch and rest at 1:00 PM during work.

Noon means 12:00 PM, the middle of the day. For example:

We have our team meeting at noon. - This means the team meeting starts at 12:00 PM.

--fillInTheBlank--

--sentence--

You have a one-hour BLANK break around BLANK every day. BLANK your lunch or go to one of the BLANK nearby.

--blanks--

lunch

--feedback--

It's a meal typically eaten in the middle of the day.


noon

--feedback--

It's a term for midday or 12 PM.


Bring

--feedback--

This verb means to take something with you. The first letter is capitalized.


cafés

--feedback--

This word in the plural form refers to places where you can buy and eat food. Don't forget the stress mark (é).

--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.41,
      "finishTimestamp": 37.48
    }
  },
  "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.07,
      "dialogue": {
        "text": "Bring your lunch or go to one of the cafés nearby.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.57
    }
  ]
}