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 157: | Line 157: | ||
} | } | ||
var n = (100 / Results.length ) * correct; | var n = (100 / Results.length ) * correct; | ||
var Q = document.getElementById('question') | var Q = document.getElementById('question'); | ||
Q = n.toString() + "% Correct!"; | Q.innerHTML = n.toString() + "% Correct!"; | ||
return; | return; | ||
} | } |