Randomize Questions.

I'm trying to publish a test which contains a pool of 72 questions but selecting 20 randomly. The test inherits the next button (with a next page action) from parent, but when the test shows the 20th question, when I click on the next button, it simply does nothing. The when canceled/failed and when completed/passed actions are directed to a normal page with a good bye message including a submit button.I read on a past post that in order to make this work, the next button should be located on the last test page, but I didn't get it quite well, if all test pages inherit the next button, how this should be?

Discussion (2)

Pablo,You can inherit the next button on every page ... that is standard. In a random test, you have no idea which is the "last" page. What's the "submit" button for ... when you exit the random test, the test is automatically submitted.Tim V.

Tim,by default all objects in every page from the test are inherited such as the next button but when I am at the last random page, I click on the next button but nothing happens. The when canceled/failed and when completed/passed actions are set to a Go To action with a target to a normal page out of the test. Any idea?Thank you!

Discussions have been disabled for this post