POUR Flashcards

1
Q

What are the design principles of POUR?

A

Perceivable,
Operable,
Understandable and
Robust

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State 3 ways to implement a perceivable (See) user design

A
  1. Not use colour as the only way to explain or distinguish something
  2. Provide transcripts for audio and video
  3. Make sure your service is responsive - for example to the user’s device, page orientation and font size they like to use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

State 3 ways to implement an operable user design

A
  1. Make sure users can move through content in a way that makes sense
  2. Let people play, pause and stop any moving content
  3. Only use things like mouse events or dynamic interactions (like swiping or pinching) when they’re strictly necessary - or let the user disable them and interact with the interface in a different way
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

State 3 ways to implement an understandable user design
Hint - Language

A
  1. Make sure features look consistent and behave in predictable ways
  2. Make it clear what language the content is written in, and indicate if this changes
  3. Make it easy for people to identify and correct errors in forms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State 3 ways to implement a robust user design

A
  1. Use HTML so user agents, including assistive technologies, can accurately interpret and parse content
  2. Make sure your code lets assistive technologies know what every user interface component is for, what state it’s currently in and if it changes
  3. Make sure important status messages or modal dialogs are marked up in a way that informs users of their presence and purpose, and lets them interact with them using their assistive technology
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define perceivable in POUR

A

Users can recognise and use your service with the senses that are available to them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define operable in POUR

A

Users can find and use your content, regardless of how they choose to access it (for example, using a keyboard or voice commands)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define understandable in POUR

A

Users can understand your content and how the service works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define robust in POUR

A

Content can be interpreted reliably by a wide variety of user agents (including reasonably outdated, current and anticipated browsers and assistive technologies)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly