Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e5ac4aea3cc56e781add80.md

latest1.4 KB
Original Source
<!-- (Audio) Jessica: It could cause some display issues. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It could cause some BLANK issues.

--blanks--

display

--feedback--

This refers to what appears on the screen.

--explanation--

Display issues are problems with what appears on a screen, such as broken layouts, missing images, or incorrect formatting. For example:

Users reported display issues after the update. – This means the screen wasn't showing things correctly after the update.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 13.7,
      "finishTimestamp": 15.38
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "It could cause some display issues.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.28
    }
  ]
}