Back to Freecodecamp

Task 125

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

latest1.4 KB
Original Source
<!-- (audio) Sarah: At noon, I take a break and have lunch at the café down the street. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Where does Sarah usually go for her lunch break?

--answers--

She stays in the office and works through lunch.

--feedback--

The audio indicates she takes a break, not works through lunch.


She goes to a café down the street.


She goes home for lunch.

--feedback--

She doesn't mention going home for lunch.


She skips lunch to continue working.

--feedback--

Sarah talks about taking a break, not skipping lunch.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 47,
      "finishTimestamp": 50.1
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "At noon, I take a break and have lunch at the café down the street.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}