Back to Freecodecamp

Task 158

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Jake: Hey. You're Sarah, right? I'm Jake, from Security. I'm here to give you your access card. -->

--description--

Jake is explaining the purpose of his visit to Sarah. He's there to hand over something that Sarah needs, which will permit her access to certain areas.

--fillInTheBlank--

--sentence--

Hey. You're Sarah, right? I'm Jake, from Security. I'm here to give you BLANK BLANK BLANK.

--blanks--

your

--feedback--

This word shows something belongs to you.


access

--feedback--

This noun means the ability to enter or use something.


card

--feedback--

This noun means a small plastic object used for ID or entry.

--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": 0.00,
      "finishTimestamp": 6.24
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.94,
      "dialogue": {
        "text": "Hey. You're Sarah, right? I'm Jake, from Security. I'm here to give you your access card.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.44
    }
  ]
}