Back to Freecodecamp

Task 103

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/678512e54c6e2e60c3ee1eff.md

latest1.3 KB
Original Source
<!-- (Audio) Tom: and their current projects would stop, wouldn't they? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

And their current projects would stop, BLANK?

--blanks--

wouldn't they

--feedback--

This is a tag question, used to confirm or seek agreement about the statement.

--explanation--

The main sentence is Their current projects would stop (positive statement).

The tag question is wouldn't they? (negative form of would with the pronoun they).

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-3.mp3",
      "startTime": 1,
      "startTimestamp": 19.68,
      "finishTimestamp": 22.5
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "and their current projects would stop, wouldn't they?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}