• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FLASH Quiz Template modifications

I am trying to get the flash quiz template to submit the end score to me by email - is this even possible? Currently I have a submit button with the following:
on (release) {
getURL("mailto:me@myemail.net?subject=Score"+"&body="+body);
}
I renamed the Total Score results box as Instance Name - body, however the variable name is still QuizTrack.percent_format.
When I test the movie I get "_level0.body" in the body of my email.
I want to get the score from the quiz to be emailed upon submission, again is this even possible? (I am tying to avoid using php, etc.)
THANK YOU!!
 
Back
Top