ExperimentSession.move_history#

property ExperimentSession.move_history: List[dict][source]#

A list, containing the movement history for the current session.

Each entry in this list is a dictionary. The entries in each of these dictionaries are based on the Move dataclass.

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

Returns

A list, containing a dictionary for each move of the subject in the current session.

Return type

list

See also

Please refer to the documentation of Move for an explanation of the saved fields.