Back to Freecodecamp

Task 154

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Jake: Hey. You're Sarah, right? I'm Jake, from Security. -->

--description--

In the dialogue, Jake mentions the department he belongs to. People often use terms related to their work to introduce themselves, and it helps others understand their role or purpose better.

--fillInTheBlank--

--sentence--

Hey. You're Sarah, right? I'm Jake, BLANK BLANK.

--blanks--

from

--feedback--

This preposition shows the origin or starting point of something.


Security

--feedback--

Think about where Jake works. It's a department responsible for safety. The first letter is capitalized.

--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": 3.94
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Hey. You're Sarah, right? I'm Jake, from Security.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}