Reset side-by-side with matrix table | XM Community
Skip to main content

Hi Community,

Do you have a way to reset a side-by-side question likert. I mean by reset is clear the selected choice. so i saw this code before it works with a matrix table but not working with a side-by-side. 

 jQuery('#resetme').click(function() {
  for (var i = 1; i <= rows; i++) { //row
   for (var j = 1; j <= cols; j++) { //column
    Qualtrics.SurveyEngine.registryequestionId].setChoiceValue(i, j, false);
   }
  }

 });

Be the first to reply!

Leave a Reply