Scoring help needed! | XM Community
Skip to main content

I'm very new to Qualtrics. I'm trying to create survey scoring which works like this, can anyone help??:

  • Choose one of two statement that applies to you.

  • Then say if the statement is really true for you or sort of true for you.

The combination of choice of statement and choice of 'really true for me' or 'sort of true for me' need to result in a different score. So for example Statement 1 plus 'really true for me' = 1
Statement 1 plus 'Sort of true for me' = 2
Statement 2 plus 'really true for me' = 3 etc

Using Loop and merge field we can store the score in 4 columns as (11_score, 12_score, 21_score. 22_score) where first digit in(eg) 12_score is 1 which is the recode selection of first question and second digit 2 is the recode selection of second question. Now using JS in the third question of loop and merge create a string as recodeSelectionQ1recodeSelectionQ2_score. Match it with above combination and assign respective column loop and merge filed score to it.


Leave a Reply