Back to Freecodecamp

Task 163

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

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Jake: When you hear the click, it is unlocked, and you can get in or out. -->

--description--

In many security systems, a sound is used to indicate a specific action.

In this dialogue, the click sound means that the door has been unlocked. The term lock refers to securing something, usually a door or a container, so that it cannot be opened without the correct key or combination. For example, you might lock your house when you leave to keep it safe.

Unlock means to open a lock, allowing access. In some places, when a door is unlocked, it might make a click sound as an indicator.

--questions--

--text--

What does the click sound indicate about the door in the dialogue above?

--answers--

It is locked.

--feedback--

Locked is the opposite of what the click sound indicates.


It is broken.

--feedback--

There's no mention of anything being broken.


It is making music.

--feedback--

The click is a simple sound, not a musical note.


It is unlocked.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 12.24,
      "finishTimestamp": 16.62
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "When you hear the click, it's unlocked, and you can get in or out.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}