Back to Freecodecamp

Task 136

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Brian, let me introduce you to Tom. Tom, this is Brian. He's a web developer. -->

--description--

This is [name] is used to present someone in a conversation. Name refers to a person's name. It's a simple and direct way to make introductions. For example:

Daniel, this is Carol. - Here, you are telling Daniel about Carol and helping Daniel to know who Carol is.

--questions--

--text--

What is Sophie doing?

--answers--

Introducing Brian to Tom.


Asking who Brian is.

--feedback--

Sophie is introducing Brian, not asking about him.


Saying that she is Brian.

--feedback--

The phrase this is is often used to introduce or present someone.


Asking who Tom is.

--feedback--

Sophie is doing the introduction, not asking Brian to do so.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 7,
      "finishTimestamp": 11.76
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Brian, let me introduce you to Tom. Tom, this is Brian. He's a web developer.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}