Back to Freecodecamp

Task 6

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Bob: I hear you're going to a hackathon this weekend. Is that right? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I hear you're going to a Hackathon this weekend. BLANK BLANK BLANK?

--blanks--

Is

--feedback--

Remember, this word is part of a question asking for confirmation. This word is capitalized because it starts the sentence.


that

--feedback--

This word refers to the information you are confirming.


right

--feedback--

This word indicates you want to confirm if something is correct.

--explanation--

Is that right? is used to confirm information you have heard. It is a common way to ask for confirmation. For example:

  • If someone says, I'm starting a new job next week, you can reply, Is that right? to confirm what they said.

--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": 3.84,
      "finishTimestamp": 6.7
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "I hear you're going to a hackathon this weekend. Is that right?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}