Skip to content

Instantly share code, notes, and snippets.

@ctesta01
Last active July 10, 2023 10:08
Show Gist options
  • Save ctesta01/9763dc35eee5301feb30c4fbfce6d2a0 to your computer and use it in GitHub Desktop.
Save ctesta01/9763dc35eee5301feb30c4fbfce6d2a0 to your computer and use it in GitHub Desktop.
Using Recode Values in Qualtrics

Using Recode Values in Qualtrics

Recode Values are used for different purposes depending on the question type in the Qualtrics platform. Below is a quick reference to what kinds of variables are available to be defined by the user in a given question type, and where they appear in the response set. The Recode Values are always numeric variables, and Question Export Tags can be set as strings. On the following pages are short explanations for each question type with some screenshots of the recode values menu in use and the output the example creates.

Question Type Variables Available for Use Where they Appear
Multiple Choice Single Answer Recode Values Variable Responses
Multiple Choice Multiple Answer Recode Values Response Column Names
Matrix Single Answer Recode Values Variable Responses
Question Export Tags Response Column Names
Matrix Multiple Answer Recode Values Response Column Names
Question Export Tags


Multiple Choice Single Answer Questions (Radio Buttons)

In MCSA questions, the Recode Values are numerical values that will be used to assign variable values to each answer choice.



Multiple Choice Multiple Answer Questions (Check Boxes)

In MCMA questions, the Recode Values are numerical values that will be appended to the data export tag (in this case "q3_volunteer") to label each response column.



Likert Matrix Single Answer Questions

There are two useful sections under the Recode Values menu for matrix questions: the Recode Values and the Question Export Tags. The Recode Values in a single answer matrix question are used to code the responses and the Question Export Tags are used (by appending them to the data export tag, in this case "q4_rank") to label the response columns.



Likert Matrix Multiple Answer Questions

In multiple answer matrix questions, both the Recode Values and the Question Export Tags (in combination with the data export tag) are used to label the response columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment