Back to Freecodecamp

Task 9

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Hi, that's right. I'm Tom McKenzie. -->

--description--

Tom is introducing himself using a full name.

--questions--

--text--

Which option is Tom using to formally introduce himself?

--answers--

I'm Tom McKenzie.


Call me Tom.

--feedback--

Tom is providing both his first name and surname in a formal way. Choose the option that reflects this.


It's a pleasure to meet you.

--feedback--

Tom is providing both his first name and surname in a formal way. Choose the option that reflects this.


It's me, Tom.

--feedback--

Tom is providing both his first name and surname in a formal way. Choose the option that reflects this.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.5,
      "finishTimestamp": 7
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Hi, that's right. I'm Tom McKenzie.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}