"Build your quizzes effortlessly with this online quiz application! Professors can update questions in the 'quiz.json' file, while students enjoy a user-friendly interface, fetching data with JavaScript. View results in a detailed tabular format."
- An interactive online quiz application developed with HTML, CSS, and JavaScript.
- Professors can easily add new questions to the quiz by updating the 'quiz.json' file.
- Students can view their quiz results in a tabular format, displaying each question, marked answer, and the correct answer.
- Utilizes the Fetch API in JavaScript for efficient data retrieval and interaction.
- Add new questions effortlessly by modifying the 'quiz.json' file.
- Customize quiz content to suit specific educational needs.
- Upon submission, students receive detailed quiz results in a clear tabular format.
- Results include information on each question, the student's selected answer, and the correct answer for comparison.
- Developed using HTML for structure.
- Styled with CSS for an intuitive and user-friendly interface.
- Interactive quiz functionality implemented with JavaScript.
- Fetch API utilized for efficient data handling.
- Professors: Add or modify questions in the 'quiz.json' file to update the quiz content.
- Students: Open the application, answer questions, and view detailed results at the end.
- Contributions and enhancements are welcome.
- Fork the repository and submit pull requests to collaborate on improvements.