Back to Freecodecamp

Task 83

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

latest2.7 KB
Original Source
<!-- (Audio) Bob: I think I confused it with another event. Sorry. Maria: That's okay. And for the vegetarian options, you mentioned 5 large trays of salad, but I think 3 large trays is enough. -->

--description--

A tray is a flat, shallow container used to carry or hold things. For example, you use a tray to bring food or drinks from the kitchen to the table.

Enough means having as much as you need. For example, if you have enough water, it means you have all the water you need to drink and you don't need more. It can be used to talk about quantity, like having enough food, or to talk about quality, like when something is good enough.

Listen to the dialogue and fill in the blanks.

--fillInTheBlank--

--sentence--

Bob: I think I confused it with another event. Sorry.

Maria: That's okay. And for the vegetarian options, you mentioned 5 large BLANK of salad, but I think 3 large BLANK is BLANK.

--blanks--

trays

--feedback--

Flat and shallow objects used to carry food and drinks. Use the plural form.


trays

--feedback--

Use the same answer as in the previous blank.


enough

--feedback--

As much as the necessary amount or quantity.

--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": 22.8,
      "finishTimestamp": 32.88
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "I think I confused it with another event. Sorry.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.95
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 3.95
    },
    {
      "character": "Maria",
      "startTime": 4.28,
      "finishTime": 6.64,
      "dialogue": {
        "text": "That's okay. And for the vegetarian options,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 7.06,
      "finishTime": 11.08,
      "dialogue": {
        "text": "you mentioned 5 large trays of salad, but I think 3 large trays is enough.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 11.58
    }
  ]
}