Wiki source code of Inclusive Design

Last modified by Pierre Bongrand on 2022/04/05 20:56

Show last authors
1 Inclusive design is a design process in which a product, service, or environment is designed to be usable for as many people as possible, particularly groups who are traditionally excluded from being able to use an interface or navigate an environment. [[Wikipedia>>https://en.wikipedia.org/wiki/Inclusive_design#:~:text=Inclusive%20design%20is%20a%20design,interface%20or%20navigate%20an%20environment.]]
2
3 The objective of inclusive design is to make artifacts accessible to and used by as many people as possible in a wide variety of situations.
4
5 For our case, it is necessary to have a universal design that is inclusive to a variety of people that may have different handicaps:
6
7
8 {{html}}
9 <ol><li>
10 Perceptual
11
12 <ul><li>
13 Blind </li><li>
14 Partially sighted</li><li>
15 Deaf
16 </li></ul>
17 </li>
18
19 <li>
20 Motor
21
22 <ul><li>
23 Limited motion</li><li>
24 No use of limbs</li><li>
25 Use of mobility assistance
26 </li></ul>
27 </li>
28
29
30 <li>
31 Cognitive
32 <ul><li>
33 Dementia</li><li>
34 Down's Syndrome</li><li>
35 Autism
36 </li></ul>
37 </li></ol>
38
39
40
41
42 {{/html}}
43
44
45
46 = Participatory Design =
47 Participatory design means involving users in design from the earliest stages. It can help researchers to interact with patients and develop functions that are neglected from the earlier stages.
48 Researchers would get a deep understanding of users and their needs so that they can empower users.
49
50
51 = SCE and Inclusive Design =
52 In the SCE process, inclusive design is also an important part. There is no generic "disabled user". Creating different personas and scenarios helped us to consider a more robust user.
53
54 1. Personas and scenarios
55 Envision diverse users: We should envision as many as possible personas and scenarios to include as many different situations as possible. However, it is impossible to include all kinds of situations in the prototype as the inclusive design is a dynamic process. It should be used and evaluated throughout the whole development process.
56 1. Design patterns
57 Address possible social, cognitive, affective, and physical differences: All people have differences, which makes design patterns extremely hard. We need to consider and address the potential differences between people.
58 1. Evaluation
59 Involve diverse users: Evaluation would have more powerful insights if it involves more people. Unexpected situations may be presented during the evaluation process, thus we can fix the problem and make it more suitable for different people.
60
61 = Our Design =
62 Our design was already made for people with dementia. However, this lecture and the feedback from the presentation of the previous week helped us to consider two more general cases:
63
64 == Deaf patient ==
65 Use of redundant information leveraging both audio and visual channels of communications between Pepper and the PwD. We can also adjust the volume of Pepper to the PwD's need.
66
67 == Price ==
68 Need to do the maths, because it might be that Pepper's cost averages out. However, technically speaking, there may be a small portion of people who can afford the Pepper robot, since the cost of research, development, and material of Pepper are expensive. But Pepper could be used for a long time. Therefore, the cost can be averaged out in the long run.
69
70 === Different needs ===
71 In our prototype, we have not considered too much about the different needs of PwDs. It is impossible to involve all needs since we only have three personas. We can only envision limited needs because of restricted resources and situations.
72
73 We paid additional details to not make wrong assumptions about our users. By not stereotyping, not patronizing, or stigmatizing the patients.
74
75 === Examples ===
76
77 1. Not all PwDs have the same routine. We designed the medication/activity reminder to customize to different users. HPCs and relatives can set reminders for the PwD.
78 1. Not all PwDs have the same activities.
79 1. PwDs have different degrees of dementia. In our case, we are focusing on people who are in the earlier stage of dementia.
80
81
82
83