Best way to show personalised feedback based on responses to matrix questions? | XM Community
Solved

Best way to show personalised feedback based on responses to matrix questions?

  • 13 May 2021
  • 2 replies
  • 129 views

Hi!
I'm developing a self-assessment tool for my organisation that allows users to rate their confidence in completing certain tasks, and then recommends training resources to them based on their answers.
-All of the questions are Likert scale matrix questions
-There is some display logic involved so that only questions relevant to the users role are shown (i.e. one user may see 4 statements in a matrix question, whereas another might see 3)
Currently I am using a scoring system and embedded data to handle the display logic for personalised results by assigning a value to each confidence rating, and then only showing the training recommendation if the user's score is below a certain value. However, this raises several issues: As different types of users will see a different number of questions, I cannot set a single 'pass' mark for each question, and need seperate recommendations with the display logic using their role and relevant pass mark. Sunsequently with this solution, the length of the survey and possible combinations of roles, I end up with a LOT of messy display logic.
I'd like to know if it's possible to have a recommendation (text/graphic question) display to a user if they responded with anything less than 'neither comfortable nor uncomfortable' for any statement in the question? Hope I've explained this well enough - still learning the platform!
Thanks!
Capture.PNG

icon

Best answer by MatthewM 13 May 2021, 20:41

View original

2 replies

Userlevel 7
Badge +30

Yes, you should be able to do this. See my simplified example in the screen shots below. When you set up the display logic for the message, use the "Count" of the column(s) you want it to display for. In my example, if someone selects "Not comfortable" for any of the three statements in the Matrix, the Display Message will be shown.

image.png
image.png

https://www.qualtrics.com/community/discussion/comment/37346#Comment_37346Brilliant. So much simpler than my method of using embedded data! Thanks.

Leave a Reply