Back to Freecodecamp

Task 78

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

latest1.2 KB
Original Source
<!-- (Audio) Tom: Did you work on any projects during your self-study? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK you BLANK on any projects during your self-study?

--blanks--

Did

--feedback--

It's an auxiliary verb for questions in the past. The first letter is capitalized.


work

--feedback--

This verb is used to describe an activity related to earning a living.

--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": 33.46,
      "finishTimestamp": 35.98
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Did you work on any projects during your self-study?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}