Side by side reset button does not work | XM Community
Skip to main content

Side by side reset button does not work

  • January 17, 2023
  • 2 replies
  • 30 views

Forum|alt.badge.img+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

grahulp5
QPN Level 3 ●●●
Forum|alt.badge.img+13
  • QPN Level 3 ●●●
  • January 24, 2023

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.


ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • January 24, 2023

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.