GroupMember.values#

property GroupMember.values: dict[source]#

Flat dictionary of input element values.

Gives access to the member’s experiment inputs.

See also

The dict works just like alfred3.experiment.ExperimentSession.values. The keys are the names of input elements in the member’s experiment session. The values are the user inputs.

Type

dict