Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6717756d3483e6060d2cd800.md

latest2.3 KB
Original Source
<!-- (Audio) Linda: Did you use to check the updates for security vulnerabilities? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Linda asking in this question?

--answers--

She is asking if security updates are currently being checked.

--feedback--

Linda's question is about a past habit, not about the current practice.


She is asking if checking for security vulnerabilities was a regular practice in the past.


She is asking if security vulnerabilities are easy to fix.

--feedback--

Linda's question is about whether they used to check for vulnerabilities, not their ease of fixing.


She is asking if vulnerabilities were ignored.

--feedback--

Linda is asking if they regularly checked for vulnerabilities, not if they were ignored.

--video-solution--

2

--explanation--

In the interrogative form, used to asks about past habits or routines that may no longer be true. The structure is: Did + subject + use to + base verb? For example:

Did you use to attend weekly meetings? - You are asking if the other person normally attended the meetings.

A vulnerability is a weakness or flaw that can be exploited, especially in the context of security. For example:

The team identified a vulnerability in the system that needed immediate attention. - There was a weak spot in the system that had to be dealt with.

In this sentence, Linda is asking if checking updates for security weaknesses was a regular part of their past process.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 28.54,
      "finishTimestamp": 31.78
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "Did you use to check the updates for security vulnerabilities?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.74
    }
  ]
}