Back to Freecodecamp

Task 9

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

latest2.1 KB
Original Source
<!-- (audio) Mark: If the power cable isn't connected securely, the computer won't turn on. Did you check that? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Mark want to know?

--answers--

If the power cable was connected by Sarah.

--feedback--

Mark's question is not about who connected it.


If the computer is ready to be turned on.

--feedback--

Mark is not asking about the computer's readiness.


If Sarah checked the connection of the power cable.


If the power cable is broken.

--feedback--

Mark's question doesn't focus on the condition of the cable.

--video-solution--

3

--explanation--

The question Did you check that? is asking if someone verified or confirmed something.

In this context, Mark wants to know if Sarah checked the connection of the power cable to ensure it's secure. Other examples:

  • Did you check that the windows are closed? - This means asking if someone ensured the windows are securely shut.

  • Did you check that the light is off? - This means asking if someone confirmed the light is turned off.

--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": 9
    }
  },
  "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",
      "startTime": 4.28,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Did you check that?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}