Back to Freecodecamp

Task 50

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

latest1.9 KB
Original Source
<!-- (Audio) Mark: There's a strange issue with the software, but I'm not sure how to describe it. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There's a strange BLANK BLANK the BLANK, but I'm not sure how to describe it.

--blanks--

issue

--feedback--

This word refers to a problem or difficulty that needs to be solved.


with

--feedback--

This preposition is used to show a relationship or connection between two things.


software

--feedback--

This noun refers to the programs or applications used by a computer.

--explanation--

There's an issue with is a common way to say there is a problem related to something. For example:

There's an issue with the internet connection. – This means there is a problem with the connection.

Software refers to the programs or systems that make a computer work, such as applications, operating systems, or tools. For example:

The software crashed when I tried to open the file. – This means the program stopped working unexpectedly when you attempted to open a file.

--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": 2.88,
      "finishTimestamp": 6.3
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "There's a strange issue with the software, but I'm not sure how to describe it.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}