Back to Freecodecamp

Task 157

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Jake: I'm here to give you your access card. -->

--description--

The term access card refers to a card that gives the holder permission to enter or access a specific place. The word your before access card demonstrates that this card belongs to Sarah.

--questions--

--text--

What is the purpose of the access card?

--answers--

To show Sarah's identity.

--feedback--

It doesn't specifically mention identification.


To allow Sarah to buy things.

--feedback--

There's no mention of financial transactions.


To store Sarah's data.

--feedback--

It doesn't talk about data storage.


To grant Sarah entry to certain areas.

--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": 4.18,
      "finishTimestamp": 6.24
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.75,
      "dialogue": {
        "text": "I'm here to give you your access card.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.25
    }
  ]
}