Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e0872539886a32d13e4f1.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 complete the sentence below.

--fillInTheBlank--

--sentence--

I prefer using Visual Studio Code because it's BLANK and has excellent security BLANK.

--blanks--

lightweight

--feedback--

This word refers to something that doesn't use a lot of resources, such as memory or processing power.


features

--feedback--

This word in the plural form refers to special qualities or functions that a product or software has.

--explanation--

Lightweight describes something that doesn't require much in terms of resources or power, making it easy to run, fast, and efficient. For example:

The app is lightweight, so it runs smoothly even on older smartphones. - This means the app uses very little memory or processing power, allowing it to work well on devices with less capacity.

Features are specific functions or tools that a product or software offers to users. For example:

The software has many useful features like file sharing and cloud storage. - This means the software includes several helpful functions that make it more valuable and efficient for users.

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