Back to Freecodecamp

Task 121

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

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

--description--

Sometimes, people need to pause or rest from their activities. There's a common phrase to describe this short pause or rest.

--fillInTheBlank--

--sentence--

Yeah, it's nice to BLANK BLANK BLANK from the office.

--blanks--

have

--feedback--

This verb means to own, do, or take something. It's a part of a phrase which means taking a short rest.


a

--feedback--

This article means one of something (not specific). It's a part of a phrase which means taking a short rest.


break

--feedback--

This noun means a short rest from work or study. It's a part of a phrase which means taking a short rest.

--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
    }
  ]
}