Back to Freecodecamp

Task 86

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: I just wanted to make sure everyone has enough choices. -->

--description--

To make sure means to check something carefully to be certain that it is correct or that something has been done. For example, you can say I wanted to make sure the door is locked, when you check the lock to confirm it is secure.

Choices are the different options you can pick from. For example, if you are choosing a flavor of ice cream, the choices might be chocolate, vanilla, or strawberry. It means you have more than one possibility to select from.

Listen to Bob and fill in the blanks.

--fillInTheBlank--

--sentence--

I just wanted to make BLANK everyone has enough BLANK.

--blanks--

sure

--feedback--

Preceded by make it means to be careful and check if something is correct.


choices

--feedback--

The same as possibilities to select from or options.

--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": 39.14,
      "finishTimestamp": 41.9
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I just wanted to make sure everyone has enough choices.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}