Skip to content

This HTML file is part of a quiz web application. It includes a header with a link to a signup page, a main title, and a section for displaying quiz questions and answer buttons. The quiz interface is styled using inline CSS and external stylesheets.

Notifications You must be signed in to change notification settings

CodeBy-Raj/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This HTML file is part of a quiz web application. It includes a header with a link to a signup page, a main title, and a section for displaying quiz questions and answer buttons. The quiz interface is styled using inline CSS and external stylesheets.

Resources

Stars

Watchers

Forks

Releases

No releases published