For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

Changing Questions

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