Back to Freecodecamp

Task 58

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for letting me know. Can you tell me more about the bug? How BLANK is it?

--blanks--

severe

--feedback--

This means something is very serious, extreme, or intense, often used to describe problems or situations.

--explanation--

Severe means very serious or harsh in nature. It's often used when describing problems, conditions, or situations that require immediate attention or are particularly bad. For example:

  • The storm caused severe damage to the city. – This means the storm caused very serious or extreme damage.

  • She suffered from a severe headache. – This means her headache was very intense or painful.

--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
    }
  ]
}