I am using the below javascript to get the selected answers but this is only giving me the choice number and I want the value. How can get the value of the selected answer and not just the number?
var choices = this.getSelectedChoices ();
console.log('choices are: ' + choices);
How to get the value or recode value from getSelectedChoices ()
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
