Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/670518bd8ec6f012af235433.md

latest2.1 KB
Original Source
<!-- (Audio) James: First, I checked the recent changes we made to the code. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

First, I BLANK the recent changes we BLANK to the code.

--blanks--

checked

--feedback--

This is the Simple Past form of the regular verb check, formed by adding -ed to the base verb.


made

--feedback--

This is the Simple Past form of the irregular verb make, which does not follow the regular -ed pattern.

--explanation--

You use the Simple Past tense in affirmative sentences when you want to talk about completed actions at a moment in the past.

In the Simple Past, regular verbs like check are formed by adding -ed to the base verb. Irregular verbs, such as make, have unique forms that do not follow this rule. In James's sentence:

Checked is the past form of the regular verb check, indicating an action that was completed in the past. For example:

He checked his email before the meeting. - He looked at the e-mails at a moment in the past prior to the meeting.

Made is the past form of the irregular verb make, indicating something that was created or done in the past. For example:

She made a list of items to buy. - She created a list of what she wanted to buy before going to the store.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 5.5,
      "finishTimestamp": 8.52
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "First, I checked the recent changes we made to the code.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}