PDA

View Full Version : quiz template---help!


stickck
02-10-2005, 07:23 PM
I have looked everywhere... can anyone tell me where i can change the wording at the bottom of the quiz template that says "Please choose your answer by clicking one of the buttons on the left" i moved the bottons to the right to fit into the new image file background.

Corey
02-10-2005, 07:37 PM
Hi. Double click the "Start the quiz" button, then look in the OnClick event.

stickck
02-10-2005, 08:02 PM
thank you! i feel pretty dumb now. i didnt even look under any of the buttons. one more question though. how can i take the results after the test is complete and put them into a txt file?

Corey
02-10-2005, 08:05 PM
Hi, you would modify the template so that the answers are stored in a table and then use this action to write it to a text file:

http://www.indigorose.com/webhelp/ams50/Program_Reference/Actions/TextFile.WriteFromTable.htm

stickck
02-10-2005, 08:11 PM
thank you!