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

Clean up result HTML.

parent 46b69146
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ else { ...@@ -142,7 +142,7 @@ else {
else { else {
write('is not a passing score - keep trying!'); write('is not a passing score - keep trying!');
} }
print('</div>'); print('</h1></div>');
} }
else { else {
print('<input type="hidden" name="question" value="'+encode(q.q)+'">'); print('<input type="hidden" name="question" value="'+encode(q.q)+'">');
...@@ -161,6 +161,6 @@ else { ...@@ -161,6 +161,6 @@ else {
} }
print('</div><br>'); print('</div><br>');
print(correct+' out of '+(correct+wrong)+' correct, '+(test.question_list.length+1)+' remaining.'); 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