Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c9d89691659f7abb873395.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: I see. Did they mention why they think it's too tight? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. Did they mention BLANK they think it's too tight?

--blanks--

why

--feedback--

This word is used to ask about the reason for something.

--explanation--

Why is used to ask about the reason behind an action, belief, or situation. For example:

Can you explain why the deadline was changed? - This means the speaker wants to know the reason for the change.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 11.78,
      "finishTimestamp": 14.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I see. Did they mention why they think it's too tight?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}