Back to Freecodecamp

Task 47

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663c8dd09e3f71105de1ca9c.md

latest2.3 KB
Original Source
<!-- (Audio) Tom: Interesting. Alright, how about 'sphygmomanometer'? Alice: Whoa, that's a mouthful. -->

--description--

Whoa is a word you say when you are surprised or amazed by something. For example, if you see a big, beautiful rainbow, you might say, Whoa! to show you are impressed. It can also be used to tell someone to stop or slow down.

When you say something is a mouthful, you mean that something (like a word or sentence) is long or difficult to say. For example, if a word or name has many letters and sounds, you can say it's a mouthful. It means it is hard to say it all at once.

Listen to the dialogue and fill in the blanks.

--fillInTheBlank--

--sentence--

Tom: Interesting. Alright, how about 'sphygmomanometer'?

Alice: BLANK, that's a BLANK.

--blanks--

Whoa

--feedback--

An expression to show surprise or amazement. Don't forget to capitalize it.


mouthful

--feedback--

This blank refers to a word that means something is difficult to say all at once.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.24,
      "finishTimestamp": 39.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Interesting. Alright, how about 'sphygmomanometer'?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.24
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 4.24
    },
    {
      "character": "Alice",
      "startTime": 4.94,
      "finishTime": 6.2,
      "dialogue": {
        "text": "Whoa, that's a mouthful.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}