ucam-department-of-psychiatry / camcops

Cambridge Cognitive and Psychiatric Test Kit (CamCOPS)
Other
12 stars 8 forks source link

In single user mode, it should not be possible to start IDED-3D again once aborted #318

Open martinburchell opened 11 months ago

martinburchell commented 11 months ago

In clinician mode, it isn't possible to edit tasks such as IDED-3D once they have been created.

In single user mode, it is possible to get the app into a state where the task can be started again by offering an abort button and aborting the task part way through on the first run. This causes assertion failures when in debug because there are trial objects from the previous run.

We should find a way to prevent the user from restarting the task when it has been aborted.