> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/outdated/vms_drivingschool/configuration.md).

# Configuration

### Changing Questions

{% hint style="warning" %}
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**
{% endhint %}

{% code title="scripts.js" %}

```javascript
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
```

{% endcode %}
