Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f0a8c9884e032c092e15c0.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 answer the question below.

--questions--

--text--

What is Lisa asking Mark about?

--answers--

If the drivers have been updated last week.

--feedback--

Lisa doesn't specifically mention a time.


If the issue is related to the UI framework.

--feedback--

Lisa mentions the UI framework but is more focused on whether Mark has updated the drivers.


If the flickering is caused by hardware.

--feedback--

Lisa is asking about the drivers, not directly about the hardware causing the flickering.


If Mark has updated the drivers in the recent past.

--video-solution--

4

--explanation--

Lisa is asking Mark Have you updated the drivers recently? This is a question about whether Mark has updated the graphics drivers in the recent past.

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