add_questionnaire: Add questionnaire

add_questionnaireR Documentation

Add questionnaire

Description

Creates a survey task for a respondent in a specific track.

Usage

add_questionnaire(
  access_token,
  api_info,
  respondent_track_id,
  survey_id,
  round_description,
  valid_from,
  valid_untill,
  round_order = NULL,
  check_ssl = TRUE
)

Arguments

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.


Timformatie/tfmGemsTracker documentation built on Oct. 30, 2024, 1:18 p.m.