Back to Freecodecamp

Task 80

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

latest2.5 KB
Original Source
<!-- (Audio) Bob: Well, you mentioned we need 10 pounds of chicken wings, but I thought we agreed on 20 pounds. Maria: That's strange. I'm sure we decided on 10 pounds because it's a small gathering. Are you sure it's 20 pounds? -->

--description--

That's strange means you think something is unusual or unexpected. For example, if you see it snowing in the summer, you might say, That's strange. It means you did not expect that to happen.

I'm sure means you are confident that something is true. For example, if you know your friend's birthday is tomorrow, you can say, I'm sure it's tomorrow. It means you believe it without doubt.

Listen and fill in the blanks.

--fillInTheBlank--

--sentence--

Bob: Well, you mentioned we need 10 pounds of chicken wings, but I thought we agreed on 20 pounds.

Maria: That's BLANK. I'm BLANK we decided on 10 pounds because it's a small gathering. Are you sure it's 20 pounds?

--blanks--

strange

--feedback--

A synonym to different, unusual or unexpected.


sure

--feedback--

This word has to do with being confident something is true.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 9.24,
      "finishTimestamp": 20.1
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.02,
      "dialogue": {
        "text": "Well, you mentioned we need 10 pounds of chicken wings, but I thought we agreed on 20 pounds.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.27
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 6.27
    },
    {
      "character": "Maria",
      "startTime": 6.52,
      "finishTime": 11.86,
      "dialogue": {
        "text": "That's strange. I'm sure we decided on 10 pounds because it's a small gathering. Are you sure it's 20 pounds?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 12.36
    }
  ]
}