ropensci/qualtRics

Add ability to get survey questions from .qsf files

Open

#125 opened on Aug 11, 2019

 (3 comments) (1 reaction) (0 assignees)R (71 forks)github user discovery
featurehelp wanted

Repository metrics

Stars
 (229 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

For projects where you can't access the qualtrics API, it would be helpful to have a function that can read the qualtrics survey output. Although I think having API access is the gold standard here (and is my preference), this becomes a challenge if a project is hosted by another organization where getting an API key would also require getting credential for the hosting organization's system.

I'm proposing a function similiar to read_survey() in that it reads a downloaded .qsf file instead of downloading data from the API.

In this case, the survey can be downloaded on the survey page as seen in the screenshot below. The result is downloading a .qsf file that is in JSON and has information about the survey (and can actually be loaded into qualtrics to import the survey). getting survey export

Contributor guide