Hi There,
I want to get the answer description and selected choices display after the answer is submitted.
I tried this code but it shows me nothing.
Qualtrics.SurveyEngine.addOnPageSubmit(function ()
{
var SelectedChoices = getSelectedChoices();
console.log(SelectedChoices);
});
I can not see some functions on JS function document. Can you help me?
https://50181689.eu.qualtrics.com/WRAPI/QuestionAPI/classes/Qualtrics%20JavaScript%20Question%20API.html#method_getAnswers
Question
How Can I Get Answer Description and Selected Choices Display with JS
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Where am I wrong?
