Skip to main content
Known Participant
November 30, 2006
Question

Help using Flash Quiz Template & Actionscript

  • November 30, 2006
  • 2 replies
  • 280 views
Hi,

I'm using Flash's template for quiz design and was wondering whether it was possible to add a piece of script to the results page where if the user scored a score greater than 6 for example, that a dynamic text box would change to say "congratulations you have passed the test" else "unfortunately you have failed, try again". Could anyone give me tips on the code? Thanks alot,

Bobby
This topic has been closed for replies.

2 replies

Participant
December 1, 2006
hi,
I need some i am using quiz templates and my problem is when i make the swf file and test the quiz it works good , but when i press the enter key , the quiz doesn't work and repeat and go to the first screen , i don't know if i have to block the enter key or how i can resolve this ?
Thanks a lot
December 1, 2006
Dynamic text boxes can be populated with _root variables. Add the variable name in the property dialog box as _root.myVariable and it should pick it automatically.