Back to Freecodecamp

Task 80

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

latest1.4 KB
Original Source
<!-- (Audio) Alice: Yes, I did. I built a few small web applications just to practice. It was a great way to apply what I learned. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I did. I built a few small web applications just to practice. It BLANK a great way to apply what I BLANK.

--blanks--

was

--feedback--

This is the past tense form of to be, used for a singular subject.


learned

--feedback--

This is the past tense form of learn, indicating the acquisition of knowledge or skills 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": 36.54,
      "finishTimestamp": 42.54
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 7.00,
      "dialogue": {
        "text": "Yes, I did. I built a few small web applications just to practice. It was a great way to apply what I learned.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.50
    }
  ]
}