Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b110ad8afcc3f8e586362.md

latest1.6 KB
Original Source
<!-- (Audio) Candidate: I was there for three years. I was responsible for developing web applications and maintaining the company's database. -->

--description--

The Past Simple tense is used for actions or situations that have been completed in the past. It involves changing verbs to show that the action happened before now.

In this task, you'll practice using the Past Simple form of verb to be.

--fillInTheBlank--

--sentence--

I BLANK there for three years. I BLANK responsible for developing web applications and maintaining the company's database.

--blanks--

was

--feedback--

This is the past simple form of verb to be, used with I, he, she, or it.


was

--feedback--

This is the past simple form of verb to be, used with I, he, she, or it.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Candidate",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.92,
      "finishTimestamp": 16.22
    }
  },
  "commands": [
    {
      "character": "Candidate",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Candidate",
      "startTime": 1,
      "finishTime": 7.30,
      "dialogue": {
        "text": "I was there for three years. I was responsible for developing web applications and maintaining the company's database.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "opacity": 0,
      "startTime": 7.80
    }
  ]
}