# 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 %}
