Import a survey into Qualtrics

import_survey(upload_name, file_path, file_type = "qsf")

Arguments

upload_name

the name of the imported survey

file_path

path to the file

file_type

qsf, txt or doc

Value

Id of the imported survey

Examples

if (FALSE) import_survey("test_name", "./survey.qsf", 1) if (FALSE) import_survey("test_name", "./survey.txt", 2)