Back to Freecodecamp

Task 17

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

latest1.3 KB
Original Source
<!-- (audio) Tom: Do you take breaks? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Tom asking Sophie about?

--answers--

Sophie's opinion on work.

--feedback--

The question is specifically about breaks, not general work opinions.


If Sophie takes breaks.


What Sophie does after work.

--feedback--

The focus is on breaks during work, not after work.


Sophie's favorite coffee.

--feedback--

The question is about breaks, not specifically about coffee preferences.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.34,
      "finishTimestamp": 37.34
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "Do you take breaks?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}