Back to Freecodecamp

Task 119

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

latest1.4 KB
Original Source
<!-- (audio) Sarah: In the morning, I have breakfast at home and then head to the office at 8. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah do in the morning before going to work?

--answers--

She goes for a run in the park.

--feedback--

The audio doesn't mention running.


She watches TV at home.

--feedback--

Watching TV isn't mentioned in her routine.


She attends a yoga class.

--feedback--

Yoga isn't part of the routine she describes.


She has breakfast and then goes to the office.

--video-solution--

4

--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": 19.42,
      "finishTimestamp": 23.42
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.00,
      "dialogue": {
        "text": "In the morning, I have breakfast at home and then head to the office at 8.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.50
    }
  ]
}