Back to Freecodecamp

Task 73

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

latest1.4 KB
Original Source
<!-- (Audio) Alice: I'm mostly self-taught and I took a lot of online courses. -->

--description--

The word took is what you use instead of take when you're talking about something that happened in the past, like yesterday or last year.

Most verbs get -ed added to them for the past tense, like play becomes played. But take is different; it changes to took.

--fillInTheBlank--

--sentence--

I'm mostly self-taught and I BLANK a lot of online courses.

--blanks--

took

--feedback--

This word is the past tense form of take. It's used to talk about actions that happened in the past.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 8.00,
      "finishTimestamp": 10.82
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "I'm mostly self-taught and I took a lot of online courses.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}