Back to Freecodecamp

Task 85

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: That's my mistake too. It's definitely 3 trays of salad. -->

--description--

A mistake is when something is not correct. For example, if you calculate that 2 plus 2 equals 5, you have made mistake because the correct answer is 4. It means something is not right.

Definitely means you are very sure about something and there is no doubt. For example, if someone asks if you are coming to the party and you are certain you will go, you can say, Definitely! It shows strong agreement or certainty.

Listen to Bob and fill in the blanks.

--fillInTheBlank--

--sentence--

That's my BLANK too. It's BLANK 3 trays of salad.

--blanks--

mistake

--feedback--

When you do something and it's not exactly right, this is what you make.


definitely

--feedback--

You can say this when you are really sure of something.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 35.38,
      "finishTimestamp": 38.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "That's my mistake too. It's definitely 3 trays of salad.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}