Import a survey into Qualtrics
import_survey(upload_name, file_path, file_type = "qsf")
upload_name | the name of the imported survey |
---|---|
file_path | path to the file |
file_type | qsf, txt or doc |
Id of the imported survey
if (FALSE) import_survey("test_name", "./survey.qsf", 1) if (FALSE) import_survey("test_name", "./survey.txt", 2)