Back to Freecodecamp

Task 70

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

latest1.9 KB
Original Source
<!-- (Audio) Lisa: It could be a JavaScript issue. Maybe there's a problem with the event handling. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa suggesting about the issue?

--answers--

The issue might be related to JavaScript.


The problem is definitely with the software.

--feedback--

Lisa is not certain about the cause of the problem.


There is no problem with the system.

--feedback--

Lisa is suggesting that there might be an issue.


The problem is with the event handling specifically.

--feedback--

While Lisa mentions event handling, she is suggesting it could be part of a JavaScript issue, not the only problem.

--video-solution--

1

--explanation--

To find the correct answer, focus on how Lisa phrases her response: It could be a JavaScript issue.

This shows she is not completely sure, but she is suggesting a possible cause. She also mentions event handling as part of the issue, but the main point is that the problem might be related to JavaScript.

--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": 31.38,
      "finishTimestamp": 35.2
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "It could be a JavaScript issue. Maybe there's a problem with the event handling.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}