A "Who wants to be a Millionaire" like quiz.
Please check out the variables in index.html to change the settings.
- For creating questions, please use the python-script create_script.py. It is meant to be self-explaining.
- After entering the questions, use the script turn_quiz_to_array.py to make it into an array.
- Duplicate the loadExample()-function from index.html and enter the Output in the array questions.
- Change the name of the new function and write the new name into the array in the loadQuestions()-function.