Back to Freecodecamp

Task 131

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What problem is Tom facing now?

--answers--

He doesn't know how to use Git tools.

--feedback--

Pay attention to the part where Tom talks about something that should be visible.


He can't see the Git tools in Eclipse.


He can't open the Eclipse software.

--feedback--

Pay attention to the part where Tom talks about something that should be visible.


He doesn't have Git installed.

--feedback--

Pay attention to the part where Tom talks about something that should be visible.

--video-solution--

2

--explanation--

Tom says, it's not showing the Git tools, which gives important clues to identify his problem.

The key phrase is not showing, which points to a visibility issue rather than a problem with knowledge or installation.

Pay attention to the part where Tom talks about something that should be visible in Eclipse but isn't. This will help you find the correct answer.

--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
    }
  ]
}