ExperimentSession.values#

property ExperimentSession.values: dict[source]#

Dictionary of input elements and their current values.

Elements are identified by their name. Only elements from pages that have already been shown to a user appear in this dictionary.

You cannot (and should not) change subject data by manipulating the dictionary returned by this property.

Returns

Dictionary of input elements and their current values.

Return type

dict