Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6705605c7fb8f619e0068634.md

latest2.3 KB
Original Source
<!-- (Audio) Lisa: Ah, so the credentials were the issue. Did you fix them? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa asking James about?

--answers--

She is asking if James fixed the credentials.


She is asking if the credentials caused the issue.

--feedback--

Lisa already understands that the credentials were the problem. She is asking if James fixed them.


She is asking if James fixed the database.

--feedback--

Lisa's question specifically refers to the credentials, not to the database as a whole.


She is asking if there are more issues.

--feedback--

Lisa's question focuses on whether James fixed the credentials.

--video-solution--

1

--explanation--

Issue in this context means a problem or difficulty that needs to be solved. In the sentence, it refers to the database credentials being incorrect. For example:

  • There was an issue with the system configuration. - The problem was related to the configuration of the system.

  • The main issue was a missing file. - The problem was caused by a file not being where it should be.

Them is a pronoun used to replace plural nouns already mentioned. In Lisa's question, them refers to the credentials. For example:

  • The files were corrupted. Did you fix them? - them refers to the files.

  • The permissions were incorrect. I updated them this morning. - them refers to the permissions.

Lisa's question asks if James fixed the credentials.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.86,
      "finishTimestamp": 28.48
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "Ah, so the credentials were the issue. Did you fix them?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}