Back to Freecodecamp

Task 67

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

latest2.0 KB
Original Source
<!-- (Audio) Mark: It's more random. Sometimes it works fine, but other times it acts weird. I tried restarting, but it didn't help. Do you know what might be causing it? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How might Lisa respond to Mark's question about the cause of the issue?

--answers--

It could be a JavaScript issue.

--audio-id--

EN83f32503


You should restart it again.

--audio-id--

EN80e7c449

--feedback--

Mark already tried restarting, and it didn't solve the problem. Lisa is trying to identify the cause, not suggesting another restart.

--video-solution--

1

--explanation--

Mark is asking Lisa what might be causing the random issue.

It could be a JavaScript issue. shows Lisa guesses that the problem could be related to JavaScript, which is often a source of unpredictable behavior in web applications or software.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.9,
      "finishTimestamp": 30.94
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "It's more random. Sometimes it works fine, but other times it acts weird.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 5.16,
      "finishTime": 9.04,
      "dialogue": {
        "text": "I tried restarting, but it didn't help. Do you know what might be causing it?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 9.54
    }
  ]
}