Back to Freecodecamp

Task 119

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

latest1.3 KB
Original Source
<!-- (Audio) Bob: So did they say how we could fix it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

So did they say BLANK we could fix it?

--blanks--

how

--feedback--

This is used to ask about the way or method something is done.

--explanation--

The word how in this question is used to ask about the way or method to solve a problem. For example:

Can you explain how this software works? - This means the speaker is asking for details on the process or method.

--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": 20.92,
      "finishTimestamp": 23.1
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.18,
      "dialogue": {
        "text": "So did they say how we could fix it?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.68
    }
  ]
}