ExperimentAdmin#
- class alfred3.experiment.ExperimentAdmin(session_timeout: int = 86400)[source]#
Bases:
alfred3.experiment.Experiment
Methods
Decorator for functions that work on the experiment session directly upon abortion.
Append members to the experiment.
Class decorator for adding a custom final page to the experiment.
Creates an experiment session.
Decorator for code to be run upon
ExperimentSession.finish()
.Decorator for adding pages and sections to the experiment.
Runs the experiment.
Decorator for functions that work on the experiment session directly after intialization.
Attributes
The experiment's final page.