Last modified by Rixt Hellinga on 2024/04/06 11:40

From version 4.1
edited by William OGrady
on 2024/03/10 20:59
Change comment: There is no comment for this version
To version 7.1
edited by William OGrady
on 2024/03/14 18:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,16 @@
1 +{{html}}
2 +<label for="status">Choose a status</label>
3 + <select name="status" id="status">
4 + <option value="not started">Not started</option>
5 + <option value="in progress">In progress</option>
6 + <option value="in review">In review</option>
7 + <option value="in evaluation">In evaluation</option>
8 + <option value="done">Done</option>
9 + </select>
10 +{{/html}}
11 +
1 1  |**Objective**|Preparation/organisation of a visit
2 -|**TDP**|
13 +|**TDP**|-
3 3  |**Actors**|(((
4 4  Subject (PwD)
5 5  
... ... @@ -10,7 +10,20 @@
10 10  |**Pre-condition**|A visitor is coming by the subject's resident. The robot is fully charged and set up for the subject.
11 11  |**Post-condition**|The subject has preparations to organise before the visitor arrives.
12 12  |**Action sequence**|(((
13 -
24 +1a. NAO initiates conversation by reminding subject of visit X amount of time before visit.
25 +
26 +2a. If subject has forgotten about the visit, they can ask NAO about the visitor, and find suggestions about what they should prepare, based on the information provided to the NAO about the visitor ~-~- otherwise, give answers depending on the subject's personal preferences.
27 +
28 +
29 +1b. Alternatively, subject informs NAO of visit, and the conversation starts there.
30 +
31 +2b. In this case, the NAO asks questions about the visitor that the subject must answer and consider.
32 +
33 +
34 +3a. NAO can during the conversation make a checklist of necessary preparations, to alleviate the subject's own short-term memory.
35 +
36 +
37 +Action sequence a & b are not exclusive, but can occur intermittendly during the same case/situation/interaction.
14 14  )))
15 15  
16 16  |**UC Step**|**Functions**|**Effects**|**IDP**