Randomized Answers

Here is your general approach. First standardize the size and location of the radio buttons/check boxes and the answer choices - maybe limit them to three lines each in a fixed location.Then using a randomizing function to select a number between 1-4 calculate the Y coordinate and move the radio button and answer there. Repeat using the remaining 3 questions, then 2, then the last one.This is not terribly easy using Lectora - the hardest part being the eliminating the previous selection. Much easier done in JavaScript with a string of numbers "1234". If 3 is the first position selected, the string becomes 124 and you randomly pick a number between 1-3 and that tells you which of these three positions to move the second radio button and answer choice to.

Discussions have been disabled for this post