Back to Freecodecamp

Task 71

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

latest1.5 KB
Original Source
<!-- (Audio) Brian: I think there's a mix-up there. The budget we agreed upon was indeed $15,000, not $10,000. -->

--description--

A mix-up is a mistake where things get confused or put in the wrong order. For example, if two friends go to meet at different places because they understood different locations, that is a mix-up. It means there was a mistake in understanding and they ended up in the wrong places.

Listen to the dialogue and fill in the blank.

--fillInTheBlank--

--sentence--

I think there's a BLANK there. The budget we agreed upon was indeed $15,000, not $10,000.

--blanks--

mix-up

--feedback--

A synonym for confusion. Don't forget to add the hyphen between the two words.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 38.68,
      "finishTimestamp": 45.1
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.42,
      "dialogue": {
        "text": "I think there's a mix-up there. The budget we agreed upon was indeed $15,000, not $10,000.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.92
    }
  ]
}