Back to Freecodecamp

Task 13

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Interesting. Who's on your team? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Interesting! BLANK on your team?

--blanks--

Who's

--feedback--

This is the contraction for Who is. The first letter is capitalized.

--explanation--

Who's is a contraction of who is and is used to ask about a person or people in the Present Simple tense. For example:

  • Who's your team lead? is the same as Who is your team lead?

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.0,
      "finishTimestamp": 19.1
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Interesting. Who's on your team?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.6
    }
  ]
}