Widget:SandboxNew: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
endExam(); | endExam(); | ||
alert("End of Exam! :D"); | alert("End of Exam! :D"); | ||
return; | |||
} | } | ||
}); | }); | ||
Line 160: | Line 161: | ||
var n = (Results.length / 100) * correct; | var n = (Results.length / 100) * correct; | ||
alert(n.toString()); | alert(n.toString()); | ||
return; | |||
} | } | ||
</script> | </script> |