Back to Freecodecamp

Task 31

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How should Sarah respond if she hasn't updated the drivers recently?

--answers--

Not yet.

--audio-id--

EN9af0d522


I already did.

--audio-id--

EN5786c27b

--feedback--

This would mean the drivers have already been updated, which doesn't match the situation.

--video-solution--

1

--explanation--

Not yet is a common way to express that an action hasn't been done but might happen in the future. It's polite and leaves the option open.

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