Back to Freecodecamp

Task 60

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

latest1.7 KB
Original Source
<!-- (Audio) Lisa: I think so. It could be a rendering problem. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa suggesting might be the issue?

--answers--

There might be a problem with the software code.

--feedback--

Lisa doesn't mention the software code.


The problem could be related to the hardware.

--feedback--

Lisa doesn't mention any hardware issue.


The issue could be caused by rendering.


The problem might be a network issue.

--feedback--

Lisa isn't referring to a network issue. She's suggesting a problem that impacts how images or graphics appear.

--video-solution--

3

--explanation--

To find the correct answer, focus on could be a rendering problem.

Rendering refers to how visual content appears on the screen — like images, text, or animations. If there's a rendering issue, something might not be displaying properly in the app or website.

--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": 17.7,
      "finishTimestamp": 20.04
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "I think so. It could be a rendering problem.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.84
    }
  ]
}