Side by side reset button does not work | XM Community

Side by side reset button does not work

  • 17 January 2023
  • 2 replies
  • 20 views

Badge +2

Hi Community,
I'm trying to work with side-by side question and I'm trying to work with the reset button for checkbox, input type, and radio button however it won't work in radio button. Here's the sample code below it works in matrix question type for radio button but not in side-by-side radio button.

(global declaration adding this code in the footer: Looks and feel General Footer>)

Qualtrics.SurveyEngine.addOnReady(function()
{
resetMe('', '', '','')
});


2 replies

Userlevel 4
Badge +13

Radio button does not work like checkbox, meaning the uncheck functionality is not supported for radio buttons. Instead you may use check box and use exclusive functionality via JS.

Userlevel 7
Badge +33

In the addition of grahulp5 response. You can also create one custom radio button using same properties of side by side question column's radio and hide it using css and with help of css select that radio. It will remove the selection of side by side question's radio buttons.

Leave a Reply