Back to Freecodecamp

Task 156

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

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

--description--

The phrase I'm here to normally talks about purpose or intention. Jake uses this structure to explain why he's talking to Sarah.

--fillInTheBlank--

--sentence--

I'm here to BLANK you your access card.

--blanks--

give

--feedback--

This verb means to hand something to someone.

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