Back to Freecodecamp

Task 53

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: I did. It was challenging, but I met some fantastic people. We had a bunch of fun coding marathons, although I wasn't always a very strong programmer. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I did. It was challenging, but I BLANK some fantastic people. We BLANK a bunch of fun coding marathons, although I BLANK always a very strong programmer.

--blanks--

met

--feedback--

This word is used here to describe encountering people in the past.


had

--feedback--

This word is used to express possession or experiences in the past.


wasn't

--feedback--

This word is the negative form in the past tense, indicating something that was not the case.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 36.72,
      "finishTimestamp": 44.28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "I did. It was challenging, but I met some fantastic people.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.74,
      "finishTime": 8.56,
      "dialogue": {
        "text": "We had a bunch of fun coding marathons, although I wasn't always a very strong programmer.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 9.06
    }
  ]
}