Back to Freecodecamp

Task 10

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Sarah has already checked the connection. What should she answer?

--answers--

I am going to.

--audio-id--

ENfda97b32

--feedback--

This answer suggests the action will happen in the future, but Sarah has already checked it.


I did.

--audio-id--

ENad1277c4

--video-solution--

2

--explanation--

Mark is asking if Sarah checked the power cable connection. The correct answer, I did, uses the Past Simple tense to confirm that she already completed the action. It is a direct, short response to acknowledge that the task has been done.

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