4. Tasks and Happypaths Flashcards

1
Q

Happy path

A

Shows each screen/window/page that the user gets for solving ONE task. You describe what the user does and how the system reacts. You put arrows between screens and mark the spaces where the user does something. Show only the flow when everything goes well

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

How many happy paths per task?

A

One

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

Dropdown

A
  1. One of many 2. Options hidden 3. Usually a large selection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Check box

A
  1. One or more of many 2. Options visible 3. Usually a small selection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Radio button

A
  1. Not a button 2. One of many 3. Options visible 4. Usually a small selection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Sliders

A

Sometimes selections are granular

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

Toggle

A
  1. On/off 2. Sometimes a single check box
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Buttons

A
  1. Call to action 2. OK/Cancel was the paradigm for a long time 3. Descriptive calls to action
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 5 design principles?

A
  1. Visibility 2. Feedback 3. Constraints 4. Consistency 5. Affordance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Visibility

A

A control should be visible so users know it is available. A user should be able to initiate an action and see what they can do. WYSIWYG

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

Feedback

A

Sending information back to the user about what has been done and what has been accomplished. Feedback includes; audio, tactile, verbal, visual and combination of these. There should be feedback for every action

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

Constraints

A

Restricting the possible actions that can be performed. Helps prevent user from selecting incorrect options. Example; graying out fields

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

Consistency

A

Designing interfaces to have similar operations and use similar elements for similar tasks. Consistent interfaces are easier to learn and use. Example; Consistent colour, layout, fonts,… Internal consistency refers to designing operations to behave the same within an application and external consistency to designing operations, interfaces, etc, to be the same across applications and devices

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

Affordance

A

Refers to an attribute of an object that allows people to know how to use it. Example; a mouse button invites pushing, scrollbars invite moving up and down

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

What is alternative flow?

A

When the user does not do as planned during a happy path

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