Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cd00707c0d614c38e7416.md

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Yeah, it's nice to have a break from the office. -->

--description--

To have a break means to take a short rest or pause from what you are doing.

--questions--

--text--

What does have a break mean?

--answers--

To break something.

--feedback--

The phrase is not about damaging anything.


To continue working non-stop.

--feedback--

Having a break is the opposite of working continuously.


To take a short rest.


To start a new task.

--feedback--

The phrase refers to pausing or resting, not beginning a new task.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 21.9,
      "finishTimestamp": 24.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.85,
      "dialogue": {
        "text": "Yeah, it's nice to have a break from the office.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.35
    }
  ]
}