Back to Freecodecamp

Task 155

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

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

--description--

In the dialogue, Jake says, I'm here to give you your access card.

The verb give means to present or hand over something to someone. It's a crucial action in this context because Jake's main purpose is to hand over the access card to Sarah.

--questions--

--text--

What does the verb give mean in the dialogue?

--answers--

To sell something.

--feedback--

Jake isn't selling the card to Sarah.


To show something.

--feedback--

He's not just showing; he's handing it over.


To present or hand over something.


To lend something temporarily.

--feedback--

Jake isn't lending; he's providing the card for Sarah's use.

--video-solution--

3

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