Back to Freecodecamp

Task 134

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

latest1.9 KB
Original Source
<!-- Audio Reference: Sarah: Yes, they are, but they're not visible if the project isn't linked to Git. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, they are, but BLANK visible if the project BLANK linked to Git.

--blanks--

they're not

--feedback--

This contraction combines they are and not to make the sentence shorter and more natural, indicating that something is not happening.


isn't

--feedback--

This contraction combines is and not to say that something is not true or not happening.

--explanation--

Negative contractions with the verb to be are common in English. They are used to make sentences shorter and more natural. For example:

  • They're not is a contraction of they are not, which is used to say that something is not true or not happening.

  • Isn't is a contraction of is not, which is also used to express that something is not true or not happening.

--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": 41.28,
      "finishTimestamp": 44.56
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 1.74,
      "dialogue": {
        "text": "Yes, they are,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 1.74,
      "finishTime": 4.28,
      "dialogue": {
        "text": "but they're not visible if the project isn't linked to Git.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}