Back to Freecodecamp

Task 74

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6717b5b2b0c1d21009b2b0fd.md

latest2.1 KB
Original Source
<!-- (Audio) Linda: We didn't use to integrate security and design as much as we should. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We BLANK BLANK to integrate security and design as much as we should.

--blanks--

didn't

--feedback--

This is the auxiliary verb of the simple tenses in the negative form. It shows that the action this was not a habit in the past.


use

--feedback--

This is the base form of the verb used for past habits, not conjugated in its past form here, because the auxiliary verb didn't carries the past tense.

--explanation--

In negative sentences with used to, the auxiliary verb didn't is used to indicate the past, and the main verb use remains in its base form (not conjugated).

This structure emphasizes that an action was not habitual or common in the past.

Important: The auxiliary verb didn't makes the sentence negative. The verb use stays in its base form because the past tense is already conveyed by didn't. For example:

We didn't use to have weekly meetings, but now we do. - This means weekly meetings were not common back then.

In Linda's sentence, she is saying that integrating security and design was not a regular practice in the past.

--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": 55.04,
      "finishTimestamp": 58.22
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "We didn't use to integrate security and design as much as we should.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}