Back to Freecodecamp

Task 24

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

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

--description--

Let me show you can be used to direct attention and introduce something. For example:

Let me show you to the conference room. - The speaker is offering to personally take the listener to the conference room.

--questions--

--text--

What is Maria directing attention to?

--answers--

Main office area

--feedback--

Pay attention to the place mentioned after let me show you.


Kitchen

--feedback--

Pay attention to the place mentioned after let me show you.


Desk


Elevator

--feedback--

Pay attention to the place mentioned after let me show you.

--video-solution--

3

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