Wiki source code of F01.0: Preparation for a Visit
Version 15.1 by Rixt Hellinga on 2024/04/01 16:26
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | === Function 1 === | ||
| 2 | |||
| 3 | NAO initiates conversation by reminding PwD of visit X amount of time before visit. X is set in [[F00.0>>doc:2\. Specification.Requirements.RQ03\.0\: Reflect on game performance.WebHome]] step 9. | ||
| 4 | |||
| 5 | 1. NAO checks its database for any upcoming events | ||
| 6 | 1. If time is within X amount of time, NAO is alerted to react | ||
| 7 | 1. NAO signals the start of a conversation with a sound | ||
| 8 | 1. NAO informs the PwD of the person visiting | ||
| 9 | 1. NAO informs the PwD the X amount of time beforehand left to prepare | ||
| 10 | 1. NAO asks if any further information on the visitation is needed | ||
| 11 | 1. If no, NAO is done. | ||
| 12 | 1. If yes, NAO returns to database to retrieve relevant information regarding the question. | ||
| 13 | |||
| 14 | === Function 2 === | ||
| 15 | |||
| 16 | NAO discusses important aspects of the visitor with the PwD. | ||
| 17 | |||
| 18 | 1. NAO checks database for any upcoming events | ||
| 19 | 1. NAO informs the PwD of the title of the visit | ||
| 20 | 1. NAO retrieves key information and people involved in visit | ||
| 21 | 1. NAO asks if there is a question or a summary is needed beforehand | ||
| 22 | 1. If no, NAO is done. | ||
| 23 | 1. If yes, NAO returns to database to retrieve relevant information about the visit | ||
| 24 | 1. NAO informs necessary information | ||
| 25 | 1. NAO asks if there are any further questions | ||
| 26 | 1. Repeat information retrieval based on answer | ||
| 27 | |||
| 28 |