Radomised Test section
August 18, 2006 12:00 AM
What do you mean by "display those Question Text and tips text"? Each question variable should default to null - not answered. So in a randomized test, the 10 not selected will be null, the others will have some kind of an answer if you check the box requiring an answer. This means that you can easily check each question variable for not equal to null and then incorrect as a condition to display what you want. But I am not clear what you want to display or where. With a lot of trouble, you could build a long page, repeat all the question text along with tips and then, using the conditions just mentioned, show only those that qualify. I think it would be very difficult to have a nice looking page like this as there would be lots of gaps. Maybe you could have direct them back to the beginning of the test and this time as they stepped thru it, it stopped on only those questions that were wrong. Do that by having a page level action that automatically goes to the next question if the current one is correct. When it stops on an incorrect question, this time you display the tips simply based on whether or not the question is correct.Edited By: bpitman on 2006-8-18 5:50:11
Discussions have been disabled for this post