Set total nr of questions to 10 instead of 1

This commit is contained in:
Thomas Van Acker 2021-03-09 18:10:17 +00:00
parent 91085db260
commit 33fe79ce5a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var userNames = [];
var userOK = [];
var questionNr = 0; // Current question
var questionsTotal = 1; // Total nr of questions
var questionsTotal = 10; // Total nr of questions
var questionData = {};
var questionCorrectAnswerIndex;
var answers;