Image in test results
August 23, 2008 12:00 AM
I got around that by using a custom results page, and then using a series of actions with conditions that use the built-in quiz answer variables. Each answer has a number - so you'll see the variable value for that particular question will be 1, 2, 3, etc. for the first, second, third image being used. I create a text box and type in the question, then text boxes that says "Your Answer:" and "Correct Answer:" Now layer the possible images for the answer one on top of the other next to the "Your Answer" text, and place an image of the correct answer next to "Correct Answer". The layered images should be invisible, the correct one visible. Put a series of actions attached to the question text box that basically say "on show - show image_name - with the condition that question_answer_variable = 1 (next action would be variable = 2, then 3... however many possible answer images you have)"What this will do is show the image matching the answer variable but the others will be invisible.This works for multiple-choice multiple-answer (where there is more than one correct selection) questions as well, with some caveats such as always put a space in front of each answer so when they concantenate in the answer they are more easily read, and don't use a period at the end of each answer or the concantenated string will truncate.Custom results pages are the best way to handle this. If this makes too little sense, I will be glad to send you a library object of an example - just let me know. Edited By: jboardman on 2008-10-30 15:58:12
Discussions have been disabled for this post