Back to Freecodecamp

Task 45

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

latest2.2 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 BLANK BLANK it's lightweight and has excellent security features.

--blanks--

Visual Studio Code

--feedback--

This is the name of a popular, free code editor used for programming and development. The first letters of all three words are capitalized.


because

--feedback--

This word is used to explain the reason for something or to give a cause.

--explanation--

Visual Studio Code is a free, open-source code editor developed by Microsoft. It is widely used by developers. It offers a variety of features that help in coding, such as syntax highlighting, debugging, and version control. For example:

Many developers use Visual Studio Code for its flexibility and support for multiple programming languages. - This means that developers prefer Visual Studio Code because it can be used for different languages and tasks.

Because is used to introduce the reason or cause of something. It connects a statement to an explanation. For example:

I prefer coding in Python because it's simple and easy to learn. - It means the reason you prefer Python is that it is easy to understand and use.

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