The setTimeout of the response page of previous quiz is not working<br>
Figure out where this is handled and make a setTimeout to close the response and move on to the next question using the time stored in variable called "closeResponseTimeoutCounter"<br>
### Quiz 3
We have multiple types of questions type 7 being "multiple select"<br>
You are required to find where it is handled<br>
Then make the button of each option call checkAllergie function that you will be implementing in the next quiz<br>
Then add an option at the end of all options that says None of the above and onclick it should call this function handleNoneOfTheAbove()<br>
### Quiz 4
implement a function that is called checkAllergie()<br>
- find a way to read the dataset values on the html button element that generated the click
- each button should have data-val that contains the label of the option
- check if that previous val is equal to one of these values ["Banana", "Olive", "Sunflowers"]
- if true -> terminate the quiz
- function terminateQuiz should do the following
- the termination process need to display a message to the user with a faded black background that has a message and a counter that when it reachs 0 it redirect to /