Back to Freecodecamp

Task 6

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

latest1.1 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Hi, that's right. I'm Tom McKenzie. It's a pleasure to meet you. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, BLANK. I'm Tom McKenzie. It's a pleasure to meet you.

--blanks--

that's right

--feedback--

Tom used these two words to confirm that Maria made a correct guess about him.

--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.62,
      "finishTimestamp": 8.46
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "Hi, that's right. I'm Tom McKenzie. It's a pleasure to meet you.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}