![]() |
Navigation Button/Event manager
2 Attachment(s)
Evening everyone,
I'm building a browser based multiple choice based test - what I want is for the questions in the test to be randomized on load- what I also want is that, if they have not selected an answer for a question, they cannot navigate to the next question. I can get the questions to shuffle without the navigation prevention and I can do the navigation prevention to work perfectly, but only if shuffling is disabled or if the question happens to be in same order as it is in the array. The function does work with shuffling, but only if by mere chance, the order in which the questions were shuffled is identical to the order of the questions in the array. Code:
var CurrQNum = 0;Code:
var I=new Array();Code:
<p style="text-align: Center;">I would really appreciate anyone's advice or help. Thank you in advance, Spence. Evening everyone, Posted this originally in the wrong forum I think, but here is a copy. I'm building a browser based multiple choice based test - what I want is for the questions in the test to be randomized on load- what I also want is that, if they have not selected an answer for a question, they cannot navigate to the next question. I can get the questions to shuffle without the navigation prevention and I can do the navigation prevention to work perfectly, but only if shuffling is disabled or if the question happens to be in same order as it is in the array. The function does work with shuffling, but only if by mere chance, the order in which the questions were shuffled is identical to the order of the questions in the array. Code:
var CurrQNum = 0;Code:
var I=new Array();Code:
<p style="text-align: Center;">I would really appreciate anyone's advice or help. Thank you in advance, Spence. |
http://hotpot.uvic.ca/howto/hacking_.../task_08_2.htm
These authors described implementing the navigation prevention, but explicitly said it will not work with shuffling. Does anyone have a solution? |
| All times are GMT +1. The time now is 05:33 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.