Back to Freecodecamp

Task 79

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

latest1.2 KB
Original Source
<!-- (Audio) Alice: Absolutely. It was challenging, but I loved it. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. It BLANK challenging, but I BLANK it.

--blanks--

was

--feedback--

This is the past tense form of the verb to be, used for singular subjects.


loved

--feedback--

This is the past tense form of a verb expressing a strong liking or enjoyment.

--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": 25.96,
      "finishTimestamp": 28.42
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Absolutely. It was challenging, but I loved it.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}