Back to Freecodecamp

Task 65

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

latest2.0 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 BLANK BLANK, ensuring the interface is intuitive and user-friendly.

--blanks--

user experience

--feedback--

This two-word phrase refers to how the user feels while interacting with a product.


enhancements

--feedback--

This word in the plural form refers to improvements or upgrades made to a product or system.

--explanation--

User experience (or UX) is about how a user feels when using a product — whether it's easy, enjoyable, and smooth. For example:

Improving page load time boosts user experience. — Making pages load faster helps users enjoy the app more.

Enhancements are changes made to improve a product or process. For example:

The latest update includes performance enhancements. — The new version makes the app work better and faster.

In Alice's sentence, half of the design budget is spent on making the product easier and better to use.

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