I am making a math game where I need to randomize the placement of the answers on a multiple choice. I don't want all the correct answers to be on a single box, and I want to create the problems and answers randomly.
I am making a math game where I need to randomize the placement of the answers on a multiple choice. I don't want all the correct answers to be on a single box, and I want to create the problems and answers randomly.
Save true answer object in field. Shuffle answers and display them. Compare picked object with saved object to check for correctness.