Back to Freecodecamp

Task 133

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

latest1.9 KB
Original Source
<!-- Audio Reference: Tom: It's not showing the Git tools. Are they built-in? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Sarah answer to Tom if she wanted to confirm that the Git tools are built-in?

--answers--

Yes, they are built-in, but you need to link your project to Git.

--audio-id--

EN750c3016


They might be built-in, but they don't work on all projects.

--audio-id--

ENe4c3603d

--feedback--

If you pick this option Sarah will be expressing uncertainty. She won't be confirming that the tools are built-in.

--video-solution--

1

--explanation--

When Tom asks if the Git tools are built-in, he is checking if they are included in Eclipse by default.

If Sarah wants to confirm that the Git tools are indeed built-in, she would respond in a way that reassures Tom that the tools should be there without needing to be added.

--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": 37.58,
      "finishTimestamp": 40.76
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "it's not showing the Git tools.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.26,
      "finishTime": 4.18,
      "dialogue": {
        "text": "Are they built-in?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}