ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

Finish experiment before final page #78

Closed jobrachem closed 3 years ago

jobrachem commented 3 years ago

Sometimes you may want to be able to mark an experiment as "finished", even though the participant has not reached the final page. For instance, there may be some optional questions left for administrative or informational purposes. Participants may even leave before reaching the final page, even though their data is complete.

For such puposes, it would be very nice to have a finish method at the ExperimentSession object that can be called manually. Upon finishing, all previous pages would be closed and the ExperimentSession.finished attribute would be set to True.