Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a961918b5072550caf38e8.md

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: I can help you sign up. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I can help you BLANK.

--blanks--

sign up

--feedback--

These two words together mean to register or create an account for something.

--explanation--

Sign up means to register or create an account for something. For example:

I want to sign up for the new course. - You want to register to a new course.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.64,
      "finishTimestamp": 44.7
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.06,
      "dialogue": {
        "text": "I can help you sign up.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 2.56
    }
  ]
}