Back to Freecodecamp

Task 106

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/672cde84a461d274b9aa1587.md

latest1.6 KB
Original Source
<!-- (audio) James: Agreed. I've learned so much about user interface design in the process. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Agreed. I've learned so much about BLANK BLANK design in the process.

--blanks--

user

--feedback--

The person who interacts with the system or application.


interface

--feedback--

This word describes the point of interaction or connection between the user and the system.

--explanation--

User interface (UI) refers to the part of a system, application, or device that allows a user to interact with it. The user interface includes elements like buttons, menus, and screens that help users perform actions and receive feedback from the system.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.34,
      "finishTimestamp": 19.56
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "Agreed. I've learned so much about user interface design in the process.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}