Joined: March 21st, 2007, 10:44 am Posts: 3188 Location: UK
Opus: Evolution
|
Hi Chingo,
If you're using th QPW, I would suggest trying this:
1. Create several of copies of the same page layout but move the correct answers between A - C
In the example below, the Answers (A) are always in the same order, but the Answer Variable (myAx) is rotated.
A1 = myA1 //correct answer
A2 = myA2
A3 = myA3
then
A1 = myA2
A2 = myA3
A3 = myA1 //correct answer
2. Generate two random numbers. One for your question and the other for the page.
3. Use the first to pick a random question / answer and load these in to the corresponding variables. Use the second with a gotopage X command.
Hope this makes sense.
Mackavi
|
|