Back to Freecodecamp

Task 77

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

latest1.6 KB
Original Source
<!-- (Audio) Alice: No, not at all. I was at a different job, but I got really interested in programming and tech, so I started learning in my free time. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No, not at all. I BLANK at a different job, but I got really interested in programming and tech, so I BLANK learning in my free time.

--blanks--

was

--feedback--

This is the past simple form of verb to be, used with I, he, she, or it.


started

--feedback--

Use the verb start in the past tense.

--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": 15.62,
      "finishTimestamp": 22.08
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.5,
      "dialogue": {
        "text": "No, not at all. I was at a different job, but I got really interested in programming and tech,",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 5.72,
      "finishTime": 7.46,
      "dialogue": {
        "text": "so I started learning in my free time.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.96
    }
  ]
}