Editing pop up box message

Hello


Is there a way to edit the message that pops up when a person does not answer a test question? - it currently says "You must answer all of the questions to continue." I see the html of the button -


var ans_VarQuestion_0001 = VarQuestion_0001.getValue()

if( ans_VarQuestion_0001 == '~~~null~~~' ) bForceAnswer = true;

if( bForceAnswer )

{

trivAlert( 'f0', 'code_Acknowledgement', 'You must answer all of the questions to continue.' );

currFeedbackIdx = 0;

trivGoToPage = null;

return 0;


Is there a way to either edit the message or the html in Lectora?


Thanks

Discussions have been disabled for this post