Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680af20c7ff8ef70e3f0f4e2.md

latest2.3 KB
Original Source
<!-- (Audio) Maria: I see. Where could we do better? Which areas didn't meet our expectations completely? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. Where could we do better? Which BLANK didn't meet our BLANK completely?

--blanks--

areas

--feedback--

This refers to parts or sections of a project, activity, or focus, such as marketing, communication, or design. Use the plural form.


expectations

--feedback--

This refers to what someone hoped or believed would happen — their goals, standards, or predictions. Use the plural form.

--explanation--

An area refers to a specific part or aspect of something, like a task, department, or focus in a project. For example:

Customer service is one area we need to improve. – This means the customer service part of the business needs more attention.

In the context, Maria is asking which parts of the project didn't perform as well as expected.

To meet expectations means to perform as well as was hoped or predicted. Not doing so means something didn't succeed the way people thought it would. For example:

The app didn't meet user expectations because of bugs. – This means users expected a better experience than what they got.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 33.0,
      "finishTimestamp": 37.26
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "I see. Where could we do better?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.0,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Which areas didn't meet our expectations completely?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}