Back to Freecodecamp

Task 16

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

latest1.9 KB
Original Source
<!-- (audio) Linda: Plus, it's really good for building prototypes quickly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, it's really good for building BLANK quickly.

--blanks--

Plus

--feedback--

This word is used to add an extra point or emphasize a benefit. The first letter is capitalized.


prototypes

--feedback--

This word in the plural form means early models or designs of something, typically used to test concepts or features.

--explanation--

Plus is used to add more information or highlight an additional point. For example:

The software is easy to use, plus it's also affordable. - This sentence uses plus to add the benefit of affordability in addition to ease of use.

Prototypes refer to early versions of a product, often used to test ideas before the final version is made. For example:

The team built several prototypes of the new phone before deciding on the final design. - It means the team used initial models to test different design ideas for the phone.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.38,
      "finishTimestamp": 21.9
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Plus it's really good for building prototypes quickly.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}