Configuration

Changing Questions

Remember, if you decide to change the questions in questions.js don't forget to also change the number of them in scripts.js and same if you want to change a photos, you need to set same name to photo file like you write into questions.js

scripts.js
var nbQuestionToAnswer = 11; // Number of questions a player has to give an answer to
var nbAnswerNeeded = 5; // Number of correct answers to get a license
var nbPossibleQuestions = 11; // Number of all questions

Last updated