Back to Freecodecamp

Task 76

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

latest1.2 KB
Original Source
<!-- (Audio) Tom: So you didn't attend a regular college or anything like that? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

So you BLANK BLANK a regular college or anything like that?

--blanks--

didn't

--feedback--

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


attend

--feedback--

The word means being present at an event or place.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 12.16,
      "finishTimestamp": 15.32
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "So you didn't attend a regular college or anything like that?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}