Back to Freecodecamp

Task 20

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

latest1.3 KB
Original Source
<!-- (audio) Tom: And what about lunch? -->

--description--

Asking questions about someone's routines is a common way to learn more about their daily life.

When Tom asks, And what about lunch?, he is showing interest in Sophie's routine. He wants to know what she usually does at lunchtime.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

And what about BLANK?

--blanks--

lunch

--feedback--

Tom is asking about a specific mealtime in Sophie's daily routine. This meal usually happens around mid-day.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.48,
      "finishTimestamp": 44.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.96,
      "dialogue": {
        "text": "And what about lunch?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.46
    }
  ]
}