Forum Discussion
BennyKurniawan
13 years agoCommunity Member
edit the "invalid answer" look and feel
hi all,
I am able to edit the "correct/incorrect answer" dialog box in the Feedback master view. But I am unable to edit the "Invalid answer" dialog box. Please see the image below. Can anyone sh...
TomDalgaardPete
6 years agoCommunity Member
Hi, you make a variable, call a javascript and bypass the submit if no selection is made.
Her is the shript I made:
var player = GetPlayer();
player.SetVar("checked", 0);
if(document.querySelector('[aria-checked="true"]')){
player.SetVar("checked", 1);
}