Multiple Choice Question | XM Community
Skip to main content
Question

Multiple Choice Question

  • June 20, 2022
  • 1 reply
  • 6 views

Forum|alt.badge.img

I am trying to fetch selected answer choices recode value of a checkbox question on the same page for a validation on onReady. I tried fetching this in an array and if that answer is unselected then it should also be removed from the array. I tried assigning span class to each answer list, not able to fetch that too.
Can anyone please help me with this.

1 reply

grahulp5
QPN Level 3 ●●●
Forum|alt.badge.img+13
  • QPN Level 3 ●●●
  • July 12, 2022

You cannot call recodes on the same page. Instead use below code.
this.getSelectedChoices()
This will get your values and store it in array to apply your js.