Back to Freecodecamp

Task 5

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

latest1.9 KB
Original Source
<!-- (audio) Mark: If the power cable isn't connected securely, the computer won't turn on. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If the BLANK BLANK isn't connected securely, the computer won't turn on.

--blanks--

power

--feedback--

This word refers to electricity or energy needed to operate the computer. Think of what type of cable provides this.


cable

--feedback--

This word refers to the physical wire that connects the computer to a power source. Think of what connects to an outlet or power strip.

--explanation--

Power cable refers to the wire that supplies electricity to the computer:

Power means energy or electricity, and cable is the wire or cord used to transfer it. For example:

  • The server shut down because the power cable was disconnected. - The server turned off when the power cord was unplugged.

  • Check if the power cable is properly connected before troubleshooting. - Ensure the power cord is plugged in before fixing other issues.

--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": 4.88,
      "finishTimestamp": 8.08
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "If the power cable isn't connected securely, the computer won't turn on.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}