The text below documents contributions made to the qsurvey package maintained by James Dunham. We began to build this package off of that but decided to diverge when we needed different types of functionality.
The type of question on a qualtrics survey is included in the metadata but is not returned in a call to questions(). This pull request adds the functionality of returing the question type (ie. "MC" for Multiple Choice)
Calls to questions(), blocks(), choices(), ... most of the api function calls accept the qsurvey design_object as the parameter, but responses() accepts the survey ID#. This pull requests makes responses() consistent with other api calls, while being backwards compatible to support the passing of the survey ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.