Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cc3b856f1d01011bfc027.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Wow, I'm so hungry. Is it lunchtime? -->

--description--

In English, the three main meals of the day are breakfast, lunch, and dinner. Breakfast is typically eaten in the morning, lunch is around midday, and dinner is in the evening.

--questions--

--text--

Based on the dialogue, at what approximate time of the day is the meal Tom is mentioning?

--answers--

Morning

--feedback--

Breakfast is the meal usually eaten in the morning.


Midday


Afternoon

--feedback--

Lunch is before the afternoon begins.


Evening

--feedback--

Dinner is the meal usually eaten in the evening. Tom specifically mentioned lunchtime, which is around midday.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Wow, I'm so hungry. Is it lunchtime?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}