Back to Freecodecamp

Task 74

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

latest1.7 KB
Original Source
<!-- (Audio) Alice: I didn't study tech at a traditional university. I'm mostly self-taught and I took a lot of online courses. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK study tech at a traditional university. I'm mostly BLANK and I BLANK a lot of online courses.

--blanks--

didn't

--feedback--

This word is used to form a negative statement in the past tense.


self-taught

--feedback--

This word describes acquiring knowledge or skills independently. This is a compound word, remember to use -.


took

--feedback--

This is the past form of take. It means received, got, or carried something.

--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": 5.20,
      "finishTimestamp": 10.62
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "I didn't study tech at a traditional university.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 4,
      "finishTime": 6.42,
      "dialogue": {
        "text": "I'm mostly self-taught and I took a lot of online courses.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}