Implement the system flow for doing word retrieval task
Main Scenario (Assume correct)
- Client initiates word retrieval task
- API sends initial information (picture)
- Client awaits input from Patient for possible answer
- Client sends input to API
- API validates input to be correct
- Client celebrates for patient
Alternative Scenarios
Patient Send wrong Input
- Client awaits input from Patient for possible answer
- Client sends input to API
- API validates input to be incorrect
- API sends hint to client. (Hint should be based on the number of hints shown already).
- Client pops hint
Patient Idles too long; Patient accepts hint
- Client awaits input from Patient for possible answer
- Patient idles for a long period of time (~1 minute?)
- Client asks if Patient needs hint.
- Patient accepts hint
- Client requests hint from API
- API sends hint to client. (Hint should be based on the number of hints shown already).
- Client pops hint
Considerations
Related Objectives
Implement the system flow for doing word retrieval task
Main Scenario (Assume correct)
Alternative Scenarios
Patient Send wrong Input
Patient Idles too long; Patient accepts hint
Considerations
Related Objectives