The Simple MCQ System is a web-based application designed to facilitate multiple-choice quizzes. It provides an interactive platform for users to answer questions and receive immediate feedback on their responses. The system also includes a timer feature to keep track of the quiz duration.
- Multiple-Choice Questions: Users can select answers from a list of options for each question.
- Immediate Feedback: Upon selecting an answer, users receive immediate feedback on whether their choice was correct or incorrect.
- Score Calculation: The system calculates the total score based on the number of correct answers selected.
- Timer: A timer feature is included to keep track of the quiz duration.
- Reset Functionality: Users can reset the quiz at any time to restart from the beginning.
- Score Popup Message: A message box pops up at the end of the quiz displaying the total score.
- HTML: Used for structuring the web pages and presenting the quiz questions.
- CSS: Employed for styling the user interface and improving visual appeal.
- JavaScript (jQuery): Implemented for interactive features such as answer selection, feedback display, score calculation, timer functionality, and reset functionality.
- Bootstrap: Utilized for responsive design and styling components to ensure compatibility across devices.
- Open the
index.html
file in a web browser. - Read each question carefully.
- Click on the button corresponding to your chosen answer.
- Receive immediate feedback on your selection.
- Complete the quiz within the allotted time.
- At the end of the quiz, a message box will display your total score.
- Click the "Reset" button to restart the quiz from the beginning.
MCQ-Page Layout.html
: Main HTML layout file containing the quiz questions and interactive features.README.md
: This file containing information about the Simple MCQ System.
- Sampath Tharanga: Developer and maintainer of the Simple MCQ System.
Special thanks to those who helps for their valuable contributions and support in developing this project.