Back to Freecodecamp

Task 79

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

latest1.8 KB
Original Source
<!-- (audio) Lisa: It's quite popular, and there's a lot of documentation for it. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK BLANK, and there's a lot of documentation for it.

--blanks--

quite

--feedback--

This word is used to emphasize a high degree of something, but not necessarily to the maximum.


popular

--feedback--

This word describes something that is well-liked or widely used by many people.

--explanation--

Quite is used to indicate a moderate degree of something, usually meaning it's more than just a little but not extreme. For example:

The framework is quite efficient for handling large datasets. - This means the framework is fairly efficient, but not the most efficient solution available.

Popular is used when something is liked or admired by a large number of people. For example:

React is a popular JavaScript library for building user interfaces. - This means React is widely used by many developers in the tech community.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.22,
      "finishTimestamp": 11.92
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "It's quite popular and there's a lot of documentation for it.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}