Commit 90567508 by doszhang

dos

parent de892ecb
...@@ -76,7 +76,7 @@ $(document).ready(function () { ...@@ -76,7 +76,7 @@ $(document).ready(function () {
function nextQuestion() { function nextQuestion() {
if (nowAnswer != '') { if (nowAnswer != '') {
answerArr[nowQuestionIndex] = nowAnswer; answerArr[nowQuestionIndex - 1] = nowAnswer;
nowAnswer = ''; nowAnswer = '';
} else { } else {
$('#notification_area').remove(); $('#notification_area').remove();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment