Configuration

Changing Questions

circle-exclamation
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