Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e53e15f4348c62848f006.md

latest2.0 KB
Original Source
<!-- (audio) Jake: Visual Studio Code has security plugins that are really helpful for that. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake mention as a helpful feature of Visual Studio Code?

--answers--

Security plugins that help detect vulnerabilities.


A large collection of tools for debugging code.

--feedback--

This option is not mentioned by Jake.


A user-friendly interface for faster coding.

--feedback--

Jake does not talk about the interface.


Advanced features for coding in different languages.

--feedback--

Jake doesn't talk about features for coding in multiple languages.

--video-solution--

1

--explanation--

Listen for key words that describe what Jake finds helpful in Visual Studio Code.

Security plugins – This tells you the feature he is highlighting.

Really helpful for that – Pay attention to what problem these plugins help solve.

Jake does not mention debugging tools, a user-friendly interface, or advanced coding features. The correct answer focuses on security plugins and their role in detecting vulnerabilities.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.06,
      "finishTimestamp": 45.96
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "Visual Studio Code has security plugins that are really helpful for that.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}