Back to Freecodecamp

Task 126

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

latest1.4 KB
Original Source
<!-- (audio) Sarah: 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 do in the afternoon?

--answers--

She continues her lunch break.

--feedback--

The audio indicates she returns to work after lunch.


She attends a team meeting.

--feedback--

Team meetings aren't mentioned in this part of the dialogue.


She tests different software features.


She leaves the office early.

--feedback--

Leaving early isn't part of her described routine.

--video-solution--

3

--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": 50.36,
      "finishTimestamp": 53.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Then, in the afternoon, I test other features like the payment system.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}