Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fa77172d9fc13a8336a30.md

latest1.7 KB
Original Source
<!-- (audio) Mark: If you notice the system slowing down or freezing, that's a sign. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If you notice the system BLANK or BLANK, that's a sign.

--blanks--

slowing down

--feedback--

This phrase refers to the system becoming less responsive or operating at a reduced speed. The first word ends in -ing.


freezing

--feedback--

This word describes a situation where the system stops responding entirely. It ends in -ing.

--explanation--

The Present Continuous tense is used to describe actions or states that are happening at the moment or over a period of time. For example:

  • The system is slowing down - It means it is becoming less responsive right now.

  • The system is freezing - It means it is currently unresponsive.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 47.4,
      "finishTimestamp": 51.04
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "If you notice the system slowing down or freezing, that's a sign.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}