Work

K-Drama Quiz App

HTML
CSS
JavaScript
jQuery

Quiz App created using jQuery. Users will answer multiple-choice questions and be provided feedback on their answers.

K-Drama Quiz Home Screen

This quiz app challenges the user on popular K-drama shows and gives feedback on correct and incorrect answers. At the end of the quiz, the user is given a final score as well as the number of questions answered correctly.

Screenshots

question screen results screen

HTML Structure

The quiz features a hidden element that is shown to provide feedback on the selected answer.

CSS Styling

Quiz content is centered on the page with suitable margins and padding for better readability and appearance. The answer options change background color on hover and the feedback messages use distinct colors (green for a correct answer, red for an incorrect answer).

Functionality

When an answer option is clicked, the other options are disabled (unclickable) and jQuery functions determine whether the answer is correct or not and provide feedback to the appropriate element.

Try out the quiz on CodePen: Quiz App

View GitHub Repository: K-Drama Quiz