Computer Science Canada What is the easiest way to randomize multiple-choice questions? |
Author: | Wintermini [ Fri Jan 08, 2010 8:36 pm ] |
Post subject: | What is the easiest way to randomize multiple-choice questions? |
What is it you are trying to achieve? <I'm trying to randomize 6 multiple-choice questions (on different screens). > What is the problem you are having? <I can't think of a way to code it... and I also have to calculate the score of the user, and if they get it wrong, they have 3 tries... not sure how to do it T_T> Describe what you have tried to solve this problem <It tried to use arrays... but it is just too complicated for my poor brain -_-> Please specify what version of Turing you are using <I'm using Turing 4.1.1> |
Author: | Wintermini [ Fri Jan 08, 2010 8:48 pm ] |
Post subject: | RE:What is the easiest way to randomize multiple-choice questions? |
Oh and I also have to calculate the user's overall score in the end, and give the user 3 tries if they get the question wrong |