Back to Freecodecamp

Task 19

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

latest1.5 KB
Original Source
<!-- (audio) Sophie: I take short breaks to stretch, have some coffee, or chat with colleagues. It helps me relax and focus. -->

--description--

Listen to what Sophie says about her breaks and answer the question.

--questions--

--text--

Why does Sophie take breaks?

--answers--

To relax and focus.


To meet deadlines.

--feedback--

Sophie mentions relaxation and focus, not meeting deadlines.


To avoid work.

--feedback--

The purpose of breaks is not to avoid work, but to improve work efficiency.


To make phone calls.

--feedback--

Making phone calls is not mentioned as a reason for Sophie's breaks.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 38.08,
      "finishTimestamp": 43.12
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.04,
      "dialogue": {
        "text": "I take short breaks to stretch, have some coffee, or chat with colleagues. It helps me relax and focus.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.54
    }
  ]
}