Back to Freecodecamp

Task 32

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

latest2.2 KB
Original Source
<!-- (audio) Mark: Have you updated the drivers recently? Sarah: Not yet. I was thinking about updating them this week. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah plan to do?

--answers--

Fix a hardware issue next week.

--feedback--

Sarah does not mention working on hardware.


Update the drivers this week.


Reinstall the operating system this week.

--feedback--

Sarah does not mention reinstalling the operating system.


Check for new software next week.

--feedback--

Sarah is not talking about checking for new software.

--video-solution--

2

--explanation--

Sarah says, I was thinking about updating them this week.

This shows that Sarah is planning to update the drivers during the week. The key here is the phrase updating them, which refers to drivers, and this week which indicates when she is planning to do that.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.9,
      "finishTimestamp": 41.74
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Have you updated the drivers recently?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 3
    },
    {
      "character": "Sarah",
      "startTime": 3.26,
      "finishTime": 5.84,
      "dialogue": {
        "text": "Not yet. I was thinking about updating them this week.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.34
    }
  ]
}