ExperimentAdmin#

class alfred3.experiment.ExperimentAdmin(session_timeout: int = 86400)[source]#

Bases: alfred3.experiment.Experiment

Methods

abort

Decorator for functions that work on the experiment session directly upon abortion.

append

Append members to the experiment.

as_final_page

Class decorator for adding a custom final page to the experiment.

create_session

Creates an experiment session.

finish

Decorator for code to be run upon ExperimentSession.finish().

member

Decorator for adding pages and sections to the experiment.

run

Runs the experiment.

setup

Decorator for functions that work on the experiment session directly after intialization.

Attributes

admin

admin_config

final_page

The experiment's final page.