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.
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 theExperimentSession
object that can be called manually. Upon finishing, all previous pages would be closed and theExperimentSession.finished
attribute would be set toTrue
.