Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68480f2d8e967b4ecc3c511d.md

latest2.1 KB
Original Source
<!-- (audio) Alice: Half of that is dedicated to user experience enhancements, ensuring the interface is intuitive and user-friendly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Half of that is dedicated to user experience enhancements, ensuring the interface is BLANK and BLANK.

--blanks--

intuitive

--feedback--

This word means easy to understand or use without needing instructions.


user-friendly

--feedback--

This describes systems that are simple, helpful, and pleasant for the user. This is a compound word, remember to use -.

--explanation--

Intuitive means something is easy to figure out naturally, even for first-time users. For example:

The app's intuitive layout made it easy to find everything. — The app was designed in a simple, clear way, so users could quickly find what they needed.

User-friendly means the design is easy, pleasant, and efficient for the person using it. For example:

User-friendly tools reduce the need for training. — Easy-to-use features mean users don't need much help or instruction to start using them.

Alice is saying the interface is designed so well that users can understand it quickly and enjoy using it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 36.44,
      "finishTimestamp": 42.2
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.76,
      "dialogue": {
        "text": "Half of that is dedicated to user experience enhancements, ensuring the interface is intuitive and user-friendly.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.26
    }
  ]
}