Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/658003d8ff9da6f5c08971a1.md

latest1.4 KB
Original Source
<!-- (Audio) Tom: Thanks. Have fun. I hope the convention is a success. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does the phrase I hope the convention is a success express?

--answers--

Doubt

--feedback--

Doubt means you are unsure or don't believe something. Here, Tom is sharing a positive hope, not uncertainty.


Sarcasm

--feedback--

Sarcasm is when someone says the opposite of what they really mean. Tom is sincere and positive.


Well wishes


Indifference

--feedback--

Indifference means you don't care. Here, Tom clearly cares and wants the event to be successful.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 32.32,
      "finishTimestamp": 35.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "Thanks. Have fun. I hope the convention is a success.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}