Set or Edit Attribute(s) of an Participant
Arguments
- survey_id
integer, ID of the survey (as found with
ls_surveys(), e.g.).- participant
integer or list, one token ID (not token!) from participant database. Use
ls_participants()to get thetid. Another option is to pass a list of one ore more participant properties, i.e.list(lastname = "Doe")- ...
attributes in the form
attribute_name = attribute_value.
See also
Other LimeSurvey functions:
ls_add_participants(),
ls_call(),
ls_export(),
ls_get_attrs(),
ls_invite(),
ls_login(),
ls_participants(),
ls_responses(),
ls_surveys()