Back to Freecodecamp

Task 22

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Maria: Great. Let me show you to your desk. -->

--description--

When someone wants to guide or direct another person somewhere, they can use Let me show you to [place], place being the destination.

--fillInTheBlank--

--sentence--

Great. Let me BLANK you to your BLANK.

--blanks--

show

--feedback--

This verb means to guide or help someone see where something is.


desk

--feedback--

It's a piece of furniture where you sit and work, often in an office.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 15.5,
      "finishTimestamp": 17.42
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "Great. Let me show you to your desk.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3
    }
  ]
}