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 13: | Line 13: | ||
} | } | ||
else { | else { | ||
endExam(); | |||
alert("End of Exam! :D"); | alert("End of Exam! :D"); | ||
} | } | ||
}); | }); | ||
Line 149: | Line 149: | ||
} | } | ||
function endExam(){ | function endExam(){ | ||
alert("end"); | |||
hideButtons(); | hideButtons(); | ||
var correct = 0; | var correct = 0; |