Back to Freecodecamp

Task 106

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672de9bfc24d99d49218eb41.md

latest1.8 KB
Original Source
<!-- (Audio) Anna: Are there any specific areas where people haven't been performing as expected? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Are there any BLANK areas where people haven't been performing BLANK?

--blanks--

specific

--feedback--

This word refers to particular or exact things being discussed.


as expected

--feedback--

This phrase of two words means in the way that was anticipated or hoped for.

--explanation--

Specific refers to something particular or distinct. For example:

She had specific questions about the project requirements. - This means she had particular questions about certain details of the project, not just general questions.

As expected means something turned out the way people thought it would. For example:

The software update improved performance, as expected, because the team fixed key bugs. - It means the performance improved just as the team had predicted, thanks to the bug fixes in the update.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 24.46,
      "finishTimestamp": 27.8
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "Are there any specific areas where people haven't been performing as expected?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}