Changes for page Design Patterns
Last modified by Clara Stiller on 2022/04/05 15:31
From version 74.4
edited by Simran Karnani
on 2022/04/02 22:44
on 2022/04/02 22:44
Change comment:
There is no comment for this version
To version 74.6
edited by Simran Karnani
on 2022/04/02 22:48
on 2022/04/02 22:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -47,9 +47,9 @@ 47 47 == IDP2 48 48 |**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 insist to 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. 49 49 |**Solution structure**|[[image:IDP2.png||height="400"]] 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 stay inside , otherwise, the robot will call the caretaker.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 stay inside. 51 51 |**Human RQ**|The PwD needs to be able to state their intent and listen to what the robot has to say. 52 -|**Robot RQ**| The robot should be able to play some specific agitation-relieving music (RQ006). It should also be able to respond to the PwD and understand what he/she is saying (RQ004). The robot should also be able to call the caretaker in the case that the person refuses to stay inside (RQ007).52 +|**Robot RQ**| The robot should be able to play some specific agitation-relieving music (RQ006). It should also be able to respond to the PwD and understand what he/she is saying (RQ004). 53 53 54 54 55 55 == IDP3 ... ... @@ -56,12 +56,9 @@ 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 counterarguments provided by the robot, then the robot will call the caretaker immediately. 57 57 |**Solution structure**|[[image:IDP3.png||height="400"]] 58 58 |**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. 59 -|**Human RQ**| 60 -|**Robot RQ**| 61 -1. Call the caretaker 62 -1. Response to PwDs conversations. 59 +|**Human RQ**| The PwD needs to be able to state their intent 60 +|**Robot RQ**| The robot should be able to understand the PwD and try and engage in a conversation with them (RQ004). The robot should also be able to call the caretaker (RQ007) 63 63 64 64 65 65 66 66 67 -