Back to Freecodecamp

Task 130

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

latest1.5 KB
Original Source
<!-- Audio Reference: Tom: And in Eclipse, it's not showing the Git tools. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

And in Eclipse, BLANK BLANK the Git tools.

--blanks--

it's not

--feedback--

A contraction for it is and a word that represents negation.


showing

--feedback--

This word means that something is supposed to be visible. It ends with -ing.

--explanation--

It's not showing is used to explain that something expected to appear on the screen isn't visible. For example:

  • The image isn't showing on the screen. - The image is supposed to be there, but it's not visible.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 36.32,
      "finishTimestamp": 39.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "And in Eclipse, it's not showing the Git tools.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.74
    }
  ]
}