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

From version 5.1
edited by William OGrady
on 2024/03/10 21:33
Change comment: There is no comment for this version
To version 8.1
edited by William OGrady
on 2024/03/14 18:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,14 @@
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**|Help subject remember facts and stories personal to them.
2 2  |**TDP**|
3 3  |**Actors**|(((
... ... @@ -14,7 +14,11 @@
14 14  The subject wants to engage with remembering their life.
15 15  )))
16 16  |**Action sequence**|(((
17 -
28 +~1. Subject approaches NAO / Subject triggers NAO through conversation
29 +
30 +2. NAO recognises/detects subject visually/through audio, starts conversation.
31 +
32 +3. Subject interacts with NAO through conversation.
18 18  )))
19 19  
20 20  |**UC Step**|**Functions**|**Effects**|**IDP**