Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/681f2a35bca62127477030c8.md

latest2.0 KB
Original Source
<!-- (Audio) Jake: Good point. I'll add, "With its plug-and-play design, GuardianTech is a user-friendly option that requires minimal setup time." -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good point. I'll add: With its BLANK design, GuardianTech is a BLANK option that requires minimal setup time.

--blanks--

plug-and-play

--feedback--

This describes technology that works immediately after being connected, with no complicated setup. This is a compound word. Remember to use -.


user-friendly

--feedback--

This means easy to use or understand. This is a compound word. Remember to use -.

--explanation--

Plug-and-play means something is ready to use right away, without needing complex installation. For example:

The printer was plug-and-play. We just connected it and it worked. – This means no extra steps were needed.

User-friendly means something is designed to be simple and easy for people to use. For example:

The app has a user-friendly interface. – This means it's easy to navigate, even for beginners.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 58.76,
      "finishTimestamp": 67.76
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 10.0,
      "dialogue": {
        "text": "Good point. I'll add: With its plug-and-play design, GuardianTech is a user-friendly option that requires minimal setup time.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 10.5
    }
  ]
}