Need to develop appropriate feedback mechanisms - informing the researcher whether the experiment started successfully; the current condition; current trial; whether the experiment has ended or has been paused.
SOLUTION:
- create events at the experiment class for starting, stopping, pausing, next condition, next trial
- the event handlers could then be implemented in the view model and sent as messages or modifications to the UI
Need to develop appropriate feedback mechanisms - informing the researcher whether the experiment started successfully; the current condition; current trial; whether the experiment has ended or has been paused.
SOLUTION: