I am excellent at troubble shooting PHP and know the basics but for this project i might be in over my head.
What i cant figure out is how to capture the result of the function gradeit(), Once i capture that output i will be fine.
So how can i collect that output then set up a sendmail.php...
Thanks
I understand most of that but here is my catch, the javascript actually grades the test instantly. I would like the graded info sent to me,
<script language='JavaScript'>
<!--
function gradeit(){var qnum=50;
var qname='Pre-Employment Quiz';
var ghtml='';
var right=0;
var wrong=0;
var...
I have created an online quiz using Quiz Maker 2.0. It uses a JavaScript Function in the <head> section to display a page of results when you click the submit button at the end of the quiz.
My question is, is there a way that the outputted HTML code (that the JavaScript Function creates) could...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.