Back to Freecodecamp

Task 26

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

latest1.6 KB
Original Source
<!-- (audio) Sarah: If it's not functioning, the operating system won't load, will it? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How should Mark confirm Sarah's statement?

--answers--

I'm not sure.

--audio-id--

EN0f14299f

--feedback--

Not quite. Mark is certain about his response, showing agreement with Sarah.


Right, it won't.

--audio-id--

ENe9cb38d1

--video-solution--

2

--explanation--

To confirm or approve information, phrases like Right, it won't are commonly used. This shows agreement or acknowledgment of what was said.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.4,
      "finishTimestamp": 29.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 1.94,
      "dialogue": {
        "text": "If it's not functioning,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.14,
      "finishTime": 3.96,
      "dialogue": {
        "text": "the operating system won't load, will it?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}