Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67efbf09c03425eeb1cbfa02.md

latest2.0 KB
Original Source
<!-- (Audio) Lisa: Flickering could be a graphics driver issue or a problem with the UI framework. Have you updated the drivers recently? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Flickering could be a graphics driver issue or a problem with the UI framework. BLANK you updated the drivers BLANK?

--blanks--

Have

--feedback--

This word is used at the beginning of a question when asking if something has happened or been done. The first letter is capitalized.


recently

--feedback--

This word refers to something that has happened not long ago, within a short time period.

--explanation--

Have you + Past Participle + recently? is a question structure used to ask if something has been done or occurred in the near past. For example:

Have you written articles recently? – This asks if the person has written articles in the last few hours or days.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 49.26,
      "finishTimestamp": 55.32
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "Flickering could be a graphics driver issue or a problem with the UI framework.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 5.26,
      "finishTime": 7.06,
      "dialogue": {
        "text": "Have you updated the drivers recently?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.56
    }
  ]
}