Back to Freecodecamp

Task 30

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

latest1.7 KB
Original Source
<!-- (audio) Mark: Have you updated the drivers recently? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Mark want to know?

--answers--

If the computer is working fine.

--feedback--

Mark's question isn't about the computer's general functioning.


If the drivers have been updated recently.


If the software is installed correctly.

--feedback--

The focus is on drivers, not the software installation.


If the system is up to date.

--feedback--

Mark is specifically asking about drivers, not the whole system's status.

--video-solution--

2

--explanation--

Listen carefully to Mark's question: Have you updated the drivers recently? Identify the key words in the question:

Updated tells you that Mark is asking about something that was done in the past (recently).

Drivers is the most important part. Mark is specifically asking about drivers, not software or the system.

--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": 36.9,
      "finishTimestamp": 39.04
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "Have you updated the drivers recently?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.64
    }
  ]
}