Skip to content
Snippets Groups Projects
Commit 8ff03103 authored by deuce's avatar deuce
Browse files

Clean up result HTML.

parent 46b69146
Branches
Tags
No related merge requests found
......@@ -142,7 +142,7 @@ else {
else {
write('is not a passing score - keep trying!');
}
print('</div>');
print('</h1></div>');
}
else {
print('<input type="hidden" name="question" value="'+encode(q.q)+'">');
......@@ -161,6 +161,6 @@ else {
}
print('</div><br>');
print(correct+' out of '+(correct+wrong)+' correct, '+(test.question_list.length+1)+' remaining.');
print('</div></form>');
}
print('</div></form>');
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment