Back to Freecodecamp

Task 4

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: Sure, Bob. What's up? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Bob. BLANK up?

--blanks--

What's

--feedback--

The contracted form of What is. The first letter is capitalized.

--explanation--

What's up? is a casual way to ask someone how they are or what they need. It is a common informal greeting or way to start a conversation.

--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": 2.16,
      "finishTimestamp": 3.48
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Sure, Bob. What's up?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 2.82
    }
  ]
}