Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.2 KB

Quiz Web App

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.

Files

  • 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.

How to Run

  1. Open quiz/index.html in a web browser to start the quiz.
  2. Navigate to the signup page by clicking the "SignUp" link.
  3. Follow the instructions on the instruction page before starting the quiz.

Features

  • Multiple-choice questions
  • Score tracking
  • Responsive design
  • Signup and login forms

To Do

  • Implement negative marking
  • Add a timer for each question and the whole quiz
  • Simplify the quiz

Author

Made with ❤️ by Raj