Do I need to code value labels in Qualtrics? | XM Community
Skip to main content

I know I don't make my question clear. I am creating a survey now. One question is race. The responses / answers are:
1 American Indian or Alaska Native
2 Black or African American
3 Asian
4 Native Hawaiian or Other Pacific Islander
5 White
15 Some other race
99 Prefer not to answer

These numbers / value labels are from the predefined codebook. I know I can change or define these value labels in Stata or R. But I don't know whether it is necessary to do this step in Qualtrics.

It would be more efficient to do this in Qualtrics than have to repeat the process in Strata or R. Here are directions. https://www.qualtrics.com/support/survey-platform/survey-module/question-options/recode-values/#RecodingValuesAndChangingVariableLabels
If you don't do it here, your variables are assigned values in increasing order. So for instance Some other race would be 6 and Prefer not to answer will be 7.


I mean, you don't have to change the value labels in Qualtrics. I often just work with the choice text instead of the value labels, especially with categorical questions like that one.
In your example, the value labels automatically assigned by Qualtrics would not match your codebook. Qualtrics will generally assign value labels to your questions incrementally; any new response item added to your question will get a value label one higher than the previous item. So in your example, "Some other race" would probably get a value label of 6, not 15. Similarly, "Prefer not to answer" would get a value label of 7, not 99. I think this is generally fine unless you actually care about the value labels and are trying to use the value labels in some way, like for scoring. If you don't have to use the value labels, then it doesn't really matter. If you do want to use the value labels for whatever reason, then you will need to edit them somewhere - be that Qualtrics, Stata, R, or whatever else you're using.
If you do want to use the value labels for whatever reason and need to edit them, then yes, I would choose to change the value labels directly in Qualtrics. I think that will just make your life a little easier later. But that's definitely more of a personal preference than a necessary step. Since it can be done in the code, it's not critical to get it perfect in Qualtrics.


Leave a Reply