Rating behaviors | XM Community
Solved

Rating behaviors


Hey! I have a list of 30 behaviors, with the respondent being asked to mark those he/she has committed. I would then like to choose the most serious behavior and continue to ask him about it.
I have a list of the order of behaviors.
I need help with :
a. How to make Qualtrics detect the most severe behvior.
b. How to include the behavior descreption the text ,in the following questions.
I would love ideas on how to address this issue
Thanks

Liat

icon

Best answer by TomG 5 June 2020, 13:01

View original

2 replies

Userlevel 7
Badge +27

In the survey flow create a blank 'mostSevere' embedded data variable, followed by branches in severity order to assign a value to the embedded variable. Then pipe 'mostSevere' into your follow-up questions. Survey flow would be something like:
Question Block w/ Q1 Behaviors Question
mostSevere = blank (i.e., populated from URL or contact list)
if Most severe choice is selected in Q1
mostSevere = ${q://QID1/ChoiceDescription/1}
if 2nd most severe choice is selected in Q1
AND mostSevere is Empty
mostSevere = ${q://QID1/ChoiceDescription/2}
if 3rd most severe choice is selected in Q1
AND mostSevere is Empty
mostSevere = ${q://QID1/ChoiceDescription/3}
etc...

Many thanks, I will try it !

Leave a Reply