Randomized test problem

There is no program setup that allows you to do that...but it's possible.How many questions do you have in the test?The reason I ask...there's a way to do it using variables. For instance, if your test is 20 questions and you have a total of 40 questions in your test bank, then you would create 20 variables...for this purpose, we'll name them Review_x (x being the question number). On each test page, run a series of actions...one is to check the next open Review slot. For example, on question 3, the actions would check if Review_1 is not null, then Review_1 = 3. Therefore, you could then recall these pages using another set of actions in the review section to call each of these pages. I'm sure this is the hardest way to do this...but hopefully it will spark some ideas in people out there.

Discussions have been disabled for this post