Simple Quiz (Web Ver.) is a straightforward quiz program designed to run in a web browser. Users can open the index.html file to start the quiz. The program reads questions from a questions.json file and prompts the user to answer them.
Example Page : View Page
Important
This program is no longer actively maintained or supported. Feel free to use it as-is, but there may be bugs or issues that have not been addressed. Consider using alternative solutions for similar functionality.
- Clone the repository:
git clone https://github.com/Renzie2161/SimpleWebQuiz.git cd SimpleWebQuiz - Customize the quiz questions:
- Open the
questions.jsonfile. - Modify the file by adding new questions wih format:
{ "question": "What is the romaji for 夢", "answer": "yume" } - Open the
- Run the Quiz: Open the
index.htmlfile in a web browser. - Answer Questions: Type your answers in the input fields provided.
- Submit Answers: Click the 'Submit' button to check your answers.
- View Results: Correct answers will be highlighted in green, incorrect answers in red. The correct answer will be displayed if your answer is wrong.
This project is licensed under the MIT License - see the LICENSE file for details.
- Ensure that the
questions.jsonfile is properly formatted to avoid errors.