Changes for page Design Patterns
Last modified by Clara Stiller on 2022/04/05 15:31
From version 86.1
edited by Clara Stiller
on 2022/04/05 15:24
on 2022/04/05 15:24
Change comment:
There is no comment for this version
To version 87.1
edited by Clara Stiller
on 2022/04/05 15:25
on 2022/04/05 15:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -32,7 +32,7 @@ 32 32 |**Problem**|Sometimes, a person with dementia (PwD) might want to go out for a very trivial reason - for example, they might want to go to a doctor's appointment, do groceries or have coffee with the neighbours. In such cases, a rather simple counterargument might be more than enough to have these people stay inside. Alternatively, a different activity might be a reason for them to stay in as well. In such situations, the robot should be able to provide these counterarguments or activities. 33 33 |**Solution structure**| 34 34 35 -[[image:IDP1.png||height=" 400"]]35 +[[image:IDP1.png||height="300"]] 36 36 37 37 38 38 |**Solution description**|Once the PwD tries to leave the building, the robot will ask what the PwD is planning on doing. This response will most likely be of the form presented in the upper arrow, stating that they will be doing some activity. Based on the nature of the activity, the robot will try to find an appropriate response. For example, in the case of a non-existent appointment, the robot will tell the user this appointment is on some other day, errands will be said to be covered by others, and people that are unwise to visit will be said to be on vacation or at work. In addition, and as a fallback in cases where no more appropriate response can be found, the robot will think of an alternative to the activity to occupy the PwD and tell the PwD they will miss this activity if they leave now. The robot will also play some music that the PwD associates with the activity so that the PwD is convinced to stay inside. These arguments should, at least in some cases, be enough to keep the person in. ... ... @@ -39,12 +39,11 @@ 39 39 |**Human RQ**|The PwD needs to be able to state their intent and listen to what the robot has to say. 40 40 |**Robot RQ**|The robot should be able to comprehend what the PwD is saying in order to respond appropriately and give them good reasons on why they must not go out (RQ004, RQ005). It should also be able to speak in a human-like way so that the PwD listen to it (RQ003). The PwD should be able to play some music that is associated with the activity (RQ006). 41 41 42 - 43 43 == IDP2 44 44 |**Problem**|Sometimes, a person with dementia (PwD) might want to go out for a very trivial reason - for example, they might want to go to a doctor's appointment, do groceries or have coffee with the neighbours. A robot would say some simple counterarguments to persuade them to stay inside, but in some cases, the PwD insists on going out and becoming agitated, then the robot will play music to make the PwD calm down, if this still doesn't work and they still have to go out, then the robot will call the caretaker immediately. 45 45 |**Solution structure**| 46 46 47 -[[image:IDP2.png||height=" 400"]]46 +[[image:IDP2.png||height="300"]] 48 48 49 49 50 50 |**Solution description**| If the PwD still wants to go out and becomes agitated, after the robot provides some counterarguments, then the robot will play some specific agitation-relieving music to make the PwD calm down. If it works, then the PwD keeps staying inside. ... ... @@ -56,7 +56,7 @@ 56 56 |**Problem**|Sometimes, a person with dementia (PwD) might want to go out for a very trivial reason - for example, they might want to go to a doctor's appointment, do groceries or have coffee with the neighbours. A robot would say some simple counterarguments to persuade them to stay inside, but in some cases, the PwD leaves the room directly without talking to the Robot or ignoring the counterarguments provided by the robot, then the robot will call the caretaker immediately. 57 57 |**Solution structure**| 58 58 59 -[[image:IDP3.png||height=" 400"]]58 +[[image:IDP3.png||height="300"]] 60 60 61 61 62 62 |**Solution description**| When the PwD ignores the robot's counterarguments and walks out of the room, or doesn't talk to the robot at all and walks out of the room directly, then the robot will call the caretaker. ... ... @@ -68,7 +68,7 @@ 68 68 |**Problem**|There may be moments when a person with dementia (PwD) wants to simply take a walk to get some fresh air. This is not convenient to do alone, but can easily be done under the supervision of a caretaker. 69 69 |**Solution structure**| 70 70 71 -[[image:IDP4.png||height=" 400"]]70 +[[image:IDP4.png||height="300"]] 72 72 73 73 74 74 |**Solution description**| When the user requests to take a walk, a caretaker is notified to accompany them