Back to Freecodecamp

Task 10

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Tom: It's a pleasure to meet you. -->

--description--

Expressions like It's a pleasure to meet you are commonly used when meeting someone for the first time. It's a polite way to greet someone.

--questions--

--text--

What does Tom say to indicate he is happy to meet Maria?

--answers--

It's a pleasure to see you

--feedback--

Tom is being introduced to Maria for the first time. Listen to his choice of words!


It's a pleasure to meet you


It's a pleasure to know you

--feedback--

Tom is being introduced to Maria for the first time. Listen to his choice of words!


It's a pleasure to call you

--feedback--

Tom is being introduced to Maria for the first time. Listen to his choice of words!

--video-solution--

2

--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": 7,
      "finishTimestamp": 8.46
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "It's a pleasure to meet you.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}