Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679ce33f899f685dd9e15bd5.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: Did you hear anything about this? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Did you hear BLANK about this?

--blanks--

anything

--feedback--

This word is used in questions to refer to any information, without specifying what it is.

--explanation--

Anything is commonly used in questions to ask if there is any information, object, or detail related to the topic. It does not specify a particular thing. For example:

Did she say anything about the deadline? - This asks if she provided any information about the deadline.

Anything is also used in negative sentences. For example:

I didn't hear anything about the meeting. - The speaker has no information about the meeting.

However, in affirmative sentences, something is usually used instead of anything. For example:

I heard something interesting about the meeting. - The speaker has been told an interesting information.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.62,
      "finishTimestamp": 6.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Did you hear anything about this?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.82
    }
  ]
}