Back to Freecodecamp

Task 41

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

latest1.3 KB
Original Source
<!-- (audio) Anna: Bring your lunch or go to one of the cafés nearby. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What are the lunch options Anna mentions?

--answers--

Always eating at a desk.

--feedback--

Eating at a desk is not the only option mentioned.


Going out for lunch or bringing it.


Skipping lunch every day.

--feedback--

Skipping lunch is not mentioned as an option.


Having a meeting during lunch.

--feedback--

Lunch meetings are not part of the discussion.

--video-solution--

2

--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": 35.18,
      "finishTimestamp": 37.48
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.30,
      "dialogue": {
        "text": "Bring your lunch or go to one of the cafés nearby.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.80
    }
  ]
}