Back to Freecodecamp

Task 47

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

latest2.1 KB
Original Source
<!-- (audio) Jake: I prefer using Visual Studio Code because it's lightweight and has excellent security features. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Jake prefer using Visual Studio Code?

--answers--

Because it's expensive and has many features.

--feedback--

Jake doesn't mention price or cost in his reason for preferring Visual Studio Code.


Because it's slow and not secure.

--feedback--

Jake's reason for preferring Visual Studio Code is not related to speed or security issues.


Because it's hard to use and has limited features.

--feedback--

Jake describes Visual Studio Code positively, with no mention of it being difficult to use or lacking features.


Because it's lightweight and has excellent security features.

--video-solution--

4

--explanation--

Listen for key words that explain Jake's preference.

Lightweight – This means Visual Studio Code doesn't use a lot of system resources.

Security features – This shows that Jake values how the tool helps protect against potential risks.

These key words help you see that Jake prefers Visual Studio Code because it is lightweight and has strong security features.

--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": 5.04,
      "finishTimestamp": 10.54
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.5,
      "dialogue": {
        "text": "I prefer using Visual Studio Code because it's lightweight and has excellent security features.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7
    }
  ]
}