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

Ranking values calculated in survey flow

  • August 31, 2022
  • 1 reply
  • 7 views

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?


1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • September 1, 2022

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.