A JavaScript-powered interactive quiz application where users answer a series of questions within a set time limit. The program evaluates the answers and provides immediate feedback on the user's performance.
- Timed Quiz:
- Users have 20 seconds to complete the quiz.
- A countdown timer is displayed to show the remaining time.
- Question Evaluation:
- The user's answers are validated against the correct answers.
- Correct answers are highlighted, and incorrect ones are visually marked.
- Scoring:
- A perfect score (100%) triggers a congratulatory message.
- A summary of the number of correct answers is displayed if not all answers are correct.
- Reset Functionality:
- Timer and quiz reset automatically after each attempt.
- HTML: Provides the structure of the quiz.
- CSS: Used for styling and visual effects (e.g., highlighting incorrect answers).
- JavaScript: Implements the logic for the timer, answer checking, and UI updates.
- Open the algebraQuiz_txt.html file in a web browser.
- Click the "Start Quiz" button to begin.
- Answer the questions before the timer runs out!
This program was developed as part of an assignment for my programming class. The folder names and structure reflect the required naming convention for class submissions.