Back to Freecodecamp

Task 5

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

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

--description--

When someone makes a correct assumption or guess about you, you can confirm it by using phrases like That's right. It's a way of agreeing or saying "yes" to what is said.

--questions--

--text--

Which phrase does Tom use to confirm Maria's statement about him?

--answers--

that's wrong

--feedback--

That's wrong is used to disagree.


that's okay

--feedback--

That's okay usually shows acceptance, not confirmation.


that's right


that's left

--feedback--

That's left refers to a direction, not confirmation.

--video-solution--

3

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