Back to Freecodecamp

Task 162

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Jake: It's the good-old swipe at the door. -->

--description--

When Jake says swipe at the door, he means you have to move or swipe the access card close to a special reader at the door to open it.

--questions--

--text--

What should Sarah do with the card at the door?

--answers--

It is the door.

--feedback--

This doesn't indicate an action.


Swipe it.


Good-old door.

--feedback--

Good-old describes familiarity, but doesn't indicate an action.


No, it isn't.

--feedback--

This is a negation and not related to what to do with the card.

--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": 10.3,
      "finishTimestamp": 12.24
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "It's the good-old swipe at the door.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.4
    }
  ]
}