Back to Freecodecamp

Task 102

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

latest1.3 KB
Original Source
<!-- Audio Reference: Sarah: Sure, I'm not busy. What's the problem? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, BLANK. What's the problem?

--blanks--

I'm not busy

--feedback--

This phrase is used to indicate that someone is available or free at the moment. It consists of a contraction for I am, followed by a negation, and an adjective. The first letter is capitalized.

--explanation--

The phrase I'm not busy indicates that someone is free or available to help at the moment.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.54,
      "finishTimestamp": 6.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Sure, I'm not busy. What's the problem?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.46
    }
  ]
}