Back to Freecodecamp

Task 153

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

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

--description--

In the dialogue, Jake introduces himself to Sarah by saying I'm Jake, from Security. The word from is a preposition that shows the origin or source. In this context, from Security tells which department Jake works at.

--questions--

--text--

Which of the following best describes Jake's role in the company?

--answers--

Jake is a visitor from another company.

--feedback--

Jake is introducing his department, not his company.


Jake works in the Security department.


Jake is from the city named Security.

--feedback--

There's no indication that Security is a city's name.


Jake is guarding the building.

--feedback--

While Jake may work in Security, he's not specifically a guard.

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