Guest User

Untitled

a guest
Mar 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # Interface Usability
  2. Derived from various usability literature, these 8 usability inspection criteria are meant to be used in critiques and evaluations of web applications.
  3.  
  4. ### 💰 Affordance
  5. Adaptation of an application features to a user’s changing needs
  6.  
  7. #### Requirements provision
  8.  
  9. - The set of functions offered by the system best caters to the needs and requirements of user
  10.  
  11. #### Choice availability
  12.  
  13. - Within a system state, a range of appropriate options are presented to perform an operation
  14.  
  15. ### 🔦 Discoverability
  16. Exchange of states and knowledge between an application and a user
  17.  
  18. #### State and feedback
  19.  
  20. - User is aware of their location, current state is visible, errors are prominent and actions are visible
  21.  
  22. #### Contextual help
  23.  
  24. - Material relating to the context of use is available for an object or its state and extended where needed
  25.  
  26. ### 📖 Comprehension
  27. Degree to which an application’s contents are clear to users
  28.  
  29. #### Accuracy and prominence
  30.  
  31. - Information conveyed by the system is accurate with certain components given emphasis
  32.  
  33. #### Perceptual clarity
  34.  
  35. - Objects are discernible, and grouped appropriately without appearing cluttered or misaligned
  36.  
  37. ### 🚀 Efficiency
  38.  
  39. Cognitive load of an interface and its contents presented to a user
  40.  
  41. #### Visual metaphor
  42.  
  43. - System perpetuates a coherent conceptual model of function and organization from relevant metaphors
  44.  
  45. #### Cognitive simplicity
  46.  
  47. - Complex interactions are avoided while the steps to perform a function are minimized and without repetition
  48.  
  49. ## References
  50.  
  51. - 30 Usability Principles, Connell & Hammond
  52. - Designing Effective Speech Interfaces, Weinschenk and Barker
  53. - Heuristics for User Interface Design, Nielsen
  54. - 8 Steps to an Intuitive UI, McKay
Add Comment
Please, Sign In to add comment