Test/Survey Default Response

Does anybody know of a way to change the default text in the pop-up for tests/surveys when an answer is not selected? Currently, the text that appears says "You must answer all of the questions to continue." I'd like to edit this text to something different. Is this possible?

Discussion (2)

Try this. Add a run javascript action on the next button with the following code:

document.querySelector('span[id^="mb_message_div"]').innerHTML = "Enter text here you wish the user to see";

Add a condition to that that run javascript - variable (choose the question) relationship (is empty).

Hope this helps.

undefined

Go to File undefined Publish Strings and edit Row 24 "The prompt presented to the user when they must answer all questions in the test to proceed". Keep in mind it's a Lectora preference, not a title setting.

Tim

Discussions have been disabled for this post