Back to Freecodecamp

Task 15

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

latest1.9 KB
Original Source
<!-- (audio) Mark: Sometimes if the BIOS is corrupted, it prevents the computer from starting. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sometimes if the BIOS BLANK BLANK, it prevents the computer from starting.

--blanks--

is

--feedback--

This is the verb to be as an auxiliary verb.


corrupted

--feedback--

This is the main verb conjugated in the Past Participle. It ends with -ed.

--explanation--

The Present Simple tense is often used to describe states, facts, or conditions that are generally true. This tense is used because the corruption of the BIOS is considered a stable or unchanging condition when the computer tries to boot up.

Is corrupted means damaged or changed in a way that causes it to stop working properly. For example:

The file is corrupted and won't open. - The file is damaged and cannot be accessed.

--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": 14.12,
      "finishTimestamp": 18.46
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Sometimes if the BIOS is corrupted,",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 3.82,
      "finishTime": 5.34,
      "dialogue": {
        "text": "it prevents the computer from starting.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}