Back to Freecodecamp

Task 135

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

latest2.3 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 answer the question below.

--questions--

--text--

According to Sarah, in which case won't the Git tools be visible?

--answers--

If the project isn't saved correctly.

--feedback--

Pay attention to what Sarah says after but they're not visible if....


If Eclipse isn't updated to the latest version.

--feedback--

Pay attention to what Sarah says after but they're not visible if....


If the project isn't linked to Git.


If the Git tools aren't installed manually.

--feedback--

Pay attention to what Sarah says after but they're not visible if....

--video-solution--

3

--explanation--

To find the answer, pay attention to the word but, which signals a contrast or exception.

After but, Sarah mentions they're not visible, followed by the condition if the project isn't linked to Git.

This tells you that the tools are hidden unless the project is connected to Git.

The phrase if the project isn't is a key marker that introduces the condition under which the Git tools won't appear.

In Sarah's sentence, she uses they're not to explain that the Git tools are not visible, and isn't to say that the project is not linked to Git.

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