ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Human computer interaction
    COMP3113
    Progress0 / 51 topics
    Topics
    1. The Human: Input-Output Channels2. Human Memory3. Thinking, Reasoning, and Problem Solving4. Emotions5. Individual Differences6. Psychology and Design of Interacting Systems7. The Computer: Introduction8. Text Entry Devices9. Positioning, Pointing, and Drawing10. Display Devices11. Devices for Virtual Reality and 3D Interaction12. Physical Controls, Sensors, and Special Devices13. Paper Printing and Scanning14. Memory, Processing, and Networks15. The Interaction: Models of Interaction16. Frameworks and HCI17. Ergonomics18. Interaction Styles19. Elements of the WIMP Interfaces20. Interactivity21. Context of Interaction22. Experience23. Usability Paradigm and Principles: Introduction24. Paradigms for Interaction25. Interaction Design Basics: Introduction26. What is Design27. Process of Design28. User Focus29. Navigation Design30. Screen Design and Layout31. Iteration and Prototyping32. HCI in Software Process: Introduction33. Software Life Cycle34. Usability Engineering35. Iterative Design and Prototyping36. Design Rationale37. Design Rules, Prototyping, and Evaluation Techniques38. Task Analysis39. Universal Design40. User Support41. Computer Supported Cooperative Work42. Guidelines, Golden Rules, and Heuristics43. HCI Patterns44. Choosing an Evaluation Method45. Requirements of User Support46. Applications47. Design User Support Systems48. Introduction to Groupware, Pervasive and Ubiquitous Applications49. Groupware Systems50. Implementation of Synchronous Groupware51. Ubiquitous Computing
    COMP3113›Design Rules, Prototyping, and Evaluation Techniques
    Human computer interactionTopic 37 of 51

    Design Rules, Prototyping, and Evaluation Techniques

    8 minread
    1,430words
    Intermediatelevel

    Design Rules, Prototyping, and Evaluation Techniques in HCI

    In the field of Human-Computer Interaction (HCI), design rules, prototyping, and evaluation techniques are crucial elements for creating effective, user-friendly interactive systems. These practices guide designers in creating interfaces and interactions that are intuitive, efficient, and satisfying to users. They also allow for testing, refining, and improving designs before they are fully implemented. Let's explore each of these aspects in detail.


    1. Design Rules in HCI

    Design rules refer to guidelines and principles that help ensure that the user interface is effective, usable, and user-centered. These rules are typically based on usability principles, cognitive psychology, user experience (UX) research, and empirical findings about human behavior. They are not rigid, but rather flexible rules that guide design decisions and help avoid common pitfalls.

    Key Design Rules in HCI:

    • Consistency:

      • Principle: Maintain consistency within the interface so that users can predict the behavior of the system. This includes consistent visual design, terminology, interactions, and layout.
      • Why it matters: Consistency reduces the cognitive load on users and helps them build familiarity with the system faster.
      • Example: Buttons should look similar and behave the same across all screens of an app to ensure users don't have to relearn how to interact with the interface.
    • Feedback:

      • Principle: Provide immediate and informative feedback to users after every action. Feedback can be visual, auditory, or tactile, indicating the system’s state and informing users of the result of their action.
      • Why it matters: Feedback helps users understand the system’s response, making the interaction transparent and reducing uncertainty.
      • Example: A progress bar appearing when a file is being uploaded, or a sound played when a button is pressed.
    • Visibility of System Status:

      • Principle: The system should always keep users informed about what is going on, through appropriate feedback within a reasonable time.
      • Why it matters: Users should never be left wondering whether the system is working or not, and should have a clear understanding of what is happening.
      • Example: When submitting a form, users should see a confirmation message or progress indicator.
    • Error Prevention:

      • Principle: Design systems that minimize the possibility of user errors, and when errors do occur, provide helpful error messages.
      • Why it matters: Preventing errors reduces frustration and the need for corrective actions, making the system easier to use.
      • Example: Disabling a "Submit" button until all required fields are filled out in a form.
    • Affordances and Signifiers:

      • Principle: Design interactive elements (buttons, icons, links, etc.) to suggest their function or behavior clearly.
      • Why it matters: Users should intuitively understand how to interact with elements based on their appearance or cues.
      • Example: A button should look "clickable" (with a raised appearance or distinct color), and a text link should be underlined or styled differently to suggest it's clickable.
    • Simplicity and Minimalism:

      • Principle: Avoid overloading users with too much information or unnecessary features. Only include elements essential to the task at hand.
      • Why it matters: A cluttered interface can overwhelm users, making it harder for them to focus on their tasks.
      • Example: A clean and minimal home screen with only essential buttons or options, rather than displaying every possible feature of the app.
    • User Control and Freedom:

      • Principle: Users should feel in control of the system, able to easily undo actions or navigate through options without being forced into irreversible steps.
      • Why it matters: Giving users control reduces anxiety and frustration when interacting with the system.
      • Example: Providing an "Undo" button for actions, or a “Back” button to allow users to easily retrace their steps.

    2. Prototyping in HCI

    Prototyping is the process of creating a preliminary version (or prototype) of an interactive system or product to test its functionality, user interface, and usability. Prototypes can vary in fidelity (how close they are to the final product) and interactivity (how much of the user experience they simulate).

    Types of Prototypes:

    1. Low-Fidelity Prototypes (Low-Fi):

      • Characteristics: Simple, rough, and inexpensive representations of the design, often made using paper, whiteboards, or simple wireframing tools.
      • Purpose: Used in the early stages of design to explore ideas and test basic concepts without investing significant time or resources.
      • Examples: Paper sketches, wireframes, storyboards, or low-fidelity digital mockups.
    2. High-Fidelity Prototypes (High-Fi):

      • Characteristics: Detailed and interactive representations of the final system, often resembling the look and feel of the final product. High-fi prototypes can include full-color visuals, animations, and clickable interactions.
      • Purpose: Used later in the design process to refine the user interface, test specific interactions, and gather more detailed user feedback.
      • Examples: Interactive digital prototypes created with tools like Sketch, Figma, Adobe XD, or Axure.
    3. Throwaway Prototypes:

      • Characteristics: Prototypes that are created to test a specific idea and discarded after testing. They are not meant to be developed into the final product.
      • Purpose: Used to test specific elements or concepts quickly, such as a new navigation design or interaction flow.
      • Examples: Rapidly built wireframes or mockups used to test a particular interaction or design choice.
    4. Evolutionary Prototypes:

      • Characteristics: Prototypes that evolve over time and are refined through iterative testing and feedback. These prototypes are gradually improved into the final product.
      • Purpose: Useful in projects with evolving requirements or where user needs are unclear at the beginning.
      • Examples: A continuously updated website or app prototype that is tested and improved over multiple iterations.
    5. Functional Prototypes:

      • Characteristics: Prototypes that include functional aspects of the system, focusing on the underlying system's logic, data flows, or backend functionality, though the interface may still be basic.
      • Purpose: To test specific technical or functional features without finalizing the UI design.
      • Examples: A working database or search function prototype, while the user interface may still be in a basic, unrefined state.

    Importance of Prototyping:

    • Rapid Feedback: Prototypes allow designers to quickly test ideas, getting immediate feedback from users. This is especially important for identifying usability issues early.

    • Concept Validation: Prototypes help designers validate design concepts with real users before committing to full-scale development.

    • Reduced Risk: By testing and refining designs before full implementation, prototyping helps reduce the risk of building a product that does not meet user needs or expectations.

    • Facilitates Communication: Prototypes are an excellent tool for communicating design ideas with stakeholders, developers, and team members, providing a tangible version of the concept.


    3. Evaluation Techniques in HCI

    Evaluation techniques are methods used to assess the usability, user experience, and effectiveness of an interface or system. These techniques can be applied at different stages of the design process—during initial concept exploration, prototype testing, or after the system is deployed. Evaluation methods provide insights into how users interact with the system and help identify areas for improvement.

    Common Evaluation Techniques:

    1. Usability Testing:

      • Description: Involves observing real users as they interact with the system to identify usability problems, misunderstandings, or areas where users struggle.
      • Goal: Evaluate whether the system is easy to use, efficient, and meets the users' needs.
      • Process: Users are asked to perform a series of tasks while being observed by the evaluator. Their performance, behavior, and feedback are recorded for analysis.
      • Example: Testing an online checkout process by observing users attempting to make a purchase.
    2. Heuristic Evaluation:

      • Description: A group of usability experts evaluates the system based on established usability principles (heuristics) to identify potential usability issues.
      • Goal: Conduct a quick, cost-effective evaluation to find major usability problems.
      • Process: Evaluators independently examine the interface and compare it to a list of usability heuristics (e.g., Nielsen’s 10 Usability Heuristics). They then compile their findings into a report.
      • Example: A team of experts reviewing a mobile app for consistency, feedback, and error prevention.
    3. Cognitive Walkthrough:

      • Description: The evaluator steps through the interface from the perspective of a new user to identify potential problems in terms of learnability and task flow.
      • Goal: Focus on how easy it is for new users to learn how to interact with the system.
      • Process: Evaluators follow a specific task scenario and assess whether users can easily understand the system’s controls and achieve their goals.
      • Example: Reviewing a mobile app’s onboarding process to see if new users can easily get started.
    4. Surveys and Questionnaires:

      • Description: Users are asked to fill out questionnaires or surveys that capture their thoughts, feelings, and feedback
    Previous topic 36
    Design Rationale
    Next topic 38
    Task Analysis

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time8 min
      Word count1,430
      Code examples0
      DifficultyIntermediate