Hi there,
I've writen a very simple multiple choice quiz in QID. Each questions is set on its own page with three answer choices, two incorrect and one correct. Very simply an incorrect answer generates a try again script. A correct answer plays a 'correct' script and advances the user to the next page.
I would like to do two things (for different quizzes)
A) keep a score - so that a correct answer would be "score" + 1, advance user to new page. An incorrect answer would be score unchanged, advance user to next page.
B) Have the user start with 3 lives, score =3 and lose one, score = -1 for each incorrect answer. When score = 0, goto end page or start again.
I believe this would be relatively simple to do in QID using expressions but after alot of trial & error I can't figure out how to structure them at all.
Does somebody know the BLOCKED EXPRESSION required to define a numeric value and adjust it. Any help would b e greatly appreciated!