Back to Freecodecamp

Task 23

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

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

--description--

Let me show you is an offer of assistance or guidance. It expresses the speaker's intention to demonstrate or direct something to the listener.

--questions--

--text--

Which of the following best describes the meaning of Let me show you?

--answers--

I don't know where it is.

--feedback--

This phrase is about demonstrating or guiding, not asking where something is.


I will display or guide you to something.


Let's buy this together.

--feedback--

This phrase is about demonstrating or guiding, not buying something.


I'll hide this from you.

--feedback--

This phrase is about demonstrating or guiding, not hiding something.

--video-solution--

2

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