Radio Buttons
May 14, 2008 12:00 AM
1. It will be in Lectora 2008 later in the year. Currently it uses Browser/OS settings.2. One way is by putting an invisible button over the selections, that you show when you click on your submit button or whatnot. This will prevent them from clicking on the selections.If you want to do multiple attempts here is the logic:On Enter Page: Set Attempts to 0On Enter Page: Make sure invisible button is hiddenOn Submit Button: Show invisible buttonOn Submit Button: Add 1 to AttemptsOn Submit Button: If Attempts < Threshold Then Show try again text Then Hide invisible button. If Attempts > Threshold Then Show Sorry text
Discussions have been disabled for this post