Back to Freecodecamp

Task 69

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

latest1.2 KB
Original Source
<!-- (Audio) Alice: I didn't study tech at a traditional university. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK BLANK tech at a traditional university.

--blanks--

didn't

--feedback--

This contraction is used in the past simple negative to indicate that an action was not done.


study

--feedback--

This verb means to learn about a subject, usually by reading, practicing, or going to classes.

--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": 7.52
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "I didn't study tech at a traditional university.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}