This is a simple quiz web application that allows users to answer multiple-choice questions and see their scores. The application is built using HTML, CSS, and JavaScript.
1_basics/forms.css
: CSS file for the login form.1_basics/login_simple.html
: Simple login form.quiz/index.html
: Main page for the quiz application.quiz/inst.css
: CSS file for the instruction page.quiz/instruction.html
: Instruction page for the quiz.quiz/quest.js
: JavaScript file containing the quiz logic.quiz/style.css
: CSS file for the quiz application.quiz/toBeDone.md
: List of features to be implemented.singupPage/index.html
: Signup page for new users.singupPage/style.css
: CSS file for the signup page.
- Open
quiz/index.html
in a web browser to start the quiz. - Navigate to the signup page by clicking the "SignUp" link.
- Follow the instructions on the instruction page before starting the quiz.
- Multiple-choice questions
- Score tracking
- Responsive design
- Signup and login forms
- Implement negative marking
- Add a timer for each question and the whole quiz
- Simplify the quiz
Made with ❤️ by Raj