Back to Freecodecamp

Task 159

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

latest2.1 KB
Original Source
<!-- AUDIO REFERENCE: Jake: I'm here to give you your access card. Sarah: Thanks, Jake. Is it contactless? -->

--description--

Sarah's question Is it contactless? refers to a specific item mentioned by Jake.

Contactless usually describes a type of technology where you don't need to physically touch or swipe something. For example, tapping a card against a scanner instead of inserting it.

Notice that Is it is used to ask for specific information about that item.

--questions--

--text--

What is Sarah referring to with it in her question Is it contactless?

--answers--

Jake

--feedback--

Jake is a person, so contactless wouldn't apply to him.


The office

--feedback--

Sarah is asking about a specific item she received.


The access card


The door

--feedback--

The door is not the main subject of their conversation.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": { "x": 25, "y": 0, "z": 1.4 },
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": { "x": 75, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 4.18,
      "finishTimestamp": 8.96
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.75,
      "dialogue": {
        "text": "I'm here to give you your access card.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.2,
      "finishTime": 5.5,
      "dialogue": {
        "text": "Thanks, Jake. Is it contactless?",
        "align": "right"
      }
    },

    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6
    }
  ]
}