Back to Freecodecamp

Task 164

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

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

--description--

Get in means to enter a place, while get out means to leave a place.

For example, in the dialogue, Jake tells Sarah she can get in or out after she hears the door click, meaning she can enter or leave the building.

--questions--

--text--

Based on the dialogue, what can Sarah do after the door is unlocked?

--answers--

Click and unlock.

--feedback--

This sentence doesn't make sense.


Get in or get out.


Lock the door.

--feedback--

There's no mention of locking.


Knock on the door.

--feedback--

There's no need to knock; the door is unlocked.

--video-solution--

2

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