Ranking values calculated in survey flow | XM Community
Skip to main content

I have a survey where respondents are asked a couple questions about 13 statements, and based on their answers to those questions, each respondent has a score (CD_1_Score, CD_2_Score, etc.) for each statement. These are calculated using equations in the survey flow.
Then, respondents are supposed to see their top 5 statements (top five highest CD_Scores) in the next section of the survey to answer questions on. Is there a relatively simple way to establish in the survey what each respondent's top 5 statements are, to then have those statements displayed later in the survey?


It depends on your definition of 'relatively simple'. You'll need to use a web service or JavaScript to sort the statements by score and save the top 5 in embedded data fields.


Leave a Reply