Back to Freecodecamp

Task 59

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e5b72ba8889aabf3f40b38.md

latest2.1 KB
Original Source
<!-- (Audio) Tom: Thanks for letting me know. Can you tell me more about the bug? How severe is it? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom want to know?

--answers--

He wants to know if the bug is serious or not.


He wants to know what caused the bug.

--feedback--

Tom is not asking about the cause of the bug.


He wants to know when the bug was discovered.

--feedback--

Tom is not asking about the time the bug was discovered.


He wants to know if the bug can be fixed.

--feedback--

Tom is not asking if it can be fixed.

--video-solution--

1

--explanation--

How + adjective + is it? is used to ask about the degree/intensity of something. It helps to find out how strong, serious, or intense something is. For example:

  • How difficult is the test? – This asks about the level of difficulty of the test.

  • How expensive is the car? – This asks about the price level of the car.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.22,
      "finishTimestamp": 22.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.12,
      "dialogue": {
        "text": "Thanks for letting me know.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.24,
      "finishTime": 3.58,
      "dialogue": {
        "text": "Could you tell me more about the bug?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.76,
      "finishTime": 4.94,
      "dialogue": {
        "text": "How severe is it?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}