Back to Freecodecamp

Task 124

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

latest1.9 KB
Original Source
<!-- (audio) Sarah: Exactly. At noon, I take a break and have lunch at the café down the street. Then, in the afternoon, I test other features like the payment system. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah typically do at noon and in the afternoon?

--answers--

At noon, she takes a lunch break, and in the afternoon, she tests different software features.


At noon, she continues testing, and in the afternoon, she attends meetings.

--feedback--

The audio indicates she takes a break at noon. She does not continue testing.


At noon, she goes home, and in the afternoon, she works from home.

--feedback--

She talks about going to a café, not about going home.


At noon, she has a team meeting, and in the afternoon, she leaves early.

--feedback--

She doesn't mention a team meeting at noon or leaving early.

--video-solution--

1

--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": 46.14,
      "finishTimestamp": 53.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Exactly. At noon, I take a break and have lunch at the café down the street.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.44,
      "finishTime": 8.70,
      "dialogue": {
        "text": "Then, in the afternoon, I test other features like the payment system.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.20
    }
  ]
}