Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/670562a2aa92081a89ba77f6.md

latest2.4 KB
Original Source
<!-- (Audio) James: Yes, I updated the credentials and the connection was finally successful. The app started working again. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I BLANK the credentials and the connection BLANK finally successful. The app BLANK working again.

--blanks--

updated

--feedback--

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


was

--feedback--

This is the Simple Past form of the verb to be, used here to describe the state of the connection.


started

--feedback--

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

--explanation--

Affirmative sentences in the Simple Past follow specific rules:

For the verb to be, the forms are was (singular) and were (plural). These forms are used without auxiliary verbs. For example:

  • The project was successful. - This means the project brought good results.

  • They were happy with the results. - this represents how they felt about the results of the project.

Regular verbs in the Simple Past are formed by adding -ed to the base verb. For example:

  • I worked on the project yesterday. - You add -ed to the base form of the verb work to say that the action happened in a moment in the past.

--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": 28.48,
      "finishTimestamp": 34.58
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Yes, I updated the credentials and the connection was finally successful.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 5.62,
      "finishTime": 7.1,
      "dialogue": {
        "text": "The app started working again.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.6
    }
  ]
}