add_questionnaire | R Documentation |
Creates a survey task for a respondent in a specific track.
add_questionnaire(
access_token,
api_info,
respondent_track_id,
survey_id,
round_description,
valid_from,
valid_untill,
round_order = NULL,
check_ssl = TRUE
)
access_token |
API access token. |
api_info |
List with api information. |
respondent_track_id |
Respondent track identifier. |
survey_id |
Survey identifier. |
round_description |
Gems description of the round within a track. |
valid_from |
Date from which the survey token should be valid. |
valid_untill |
Date until which the survey token should be valid. |
round_order |
Integer value to indicate the order of the round. |
check_ssl |
Whether to check the SSL certificate or allow insecure connections. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.