Skip to content

Renzie2161/SimpleWebQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Quiz (Web Ver.)


Overview

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.

Getting Started

  1. Clone the repository:
    git clone https://github.com/Renzie2161/SimpleWebQuiz.git
    cd SimpleWebQuiz
  2. Customize the quiz questions:
    • Open the questions.json file.
    • Modify the file by adding new questions wih format:
    {
      "question": "What is the romaji for 夢",
      "answer": "yume"
    }
  3. Run the Quiz: Open the index.html file in a web browser.
  4. Answer Questions: Type your answers in the input fields provided.
  5. Submit Answers: Click the 'Submit' button to check your answers.
  6. View Results: Correct answers will be highlighted in green, incorrect answers in red. The correct answer will be displayed if your answer is wrong.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Notes

  • Ensure that the questions.json file is properly formatted to avoid errors.

About

Simple Quiz Program (Web Version)

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors