Cutting back on persistant variables

Here is an alternative solution that we use, just for questions in our courses. We create a question using that wizard, and type out the entire question. We do not however, type out the answers. We just make something like A,B and C, or 1-2-3. Than when it is created, we hide the answers by making them no longer "init. visable". Then we create a textbox with the correct answers and single empty lines between them. We then only have to align the radioboxes/checkboxes and we are done.This way the answers will only be 1 character long, and there is a big chance that the 60 questions limit is no longer an issue.A good effect on the side is that it relatively easy to create conditions this way (i.e. "Go to next page, on condition that question_001 is equal to A").Hope this helps!

Discussions have been disabled for this post