Radio Buttons
May 14, 2008 12:00 AM
Ok, back at it.I've got the appropriate actions in place so when a radio button is selected, an immediate text box appears:Here is the psuedo of sample True/False question. (True is correct)First Attempt - If choice = true:- show 'correct' text feedback and 'click next to proceed' text.If choice = false:- show 'incorrect' text feedback and 'try again' text.Here's my dillema. How do I then 'hide' the incorrect text once a second attempt choice is made. If on my second attempt I now choose the correct choice, I get the 'correct' text feedback but the 'incorrect' text still remains. I now need the incorrect text to 'hide' on the second attempt. If this was a multiple choice, and the second attempt was also wrong, the 'incorrect' text would appear again. In addition lock all choices to prevent any further attempts. Still working ont he invisible button to 'show' after max attempts but I think I got some actions out of sync.If choice = false
Discussions have been disabled for this post