ExperimentSession.adata#

property ExperimentSession.adata: dict[source]#

Shortcut for accessing the additional data dictionary.

The additional data dictionary is meant to be a place where you can store data manually. It will be saved to the final dataset, where all additional data for a session will be stored as a single string.

See also

You can add specific values to a page with the Value element. For each Value element, alfred will save an individual column to the final dataset.

Type

dict