Coffee-Code-Philly-Accelerator / coffee_and_code_philly_dot_com

3 stars 3 forks source link

Feat: Quiz Carousel #22

Closed MosesSupposes closed 2 months ago

MosesSupposes commented 2 months ago

Description

This PR implements a quiz carousel functionality, allowing users to navigate through quiz questions without triggering form submission until the final submission button is clicked. The final question presents a code of conduct agreement. This agreement or any other question in the quiz is not currently validated. This PR is closely related to #15, which should be completed subsequent to this one's closing.

Closes #21

Changes Made

Features

Screenshots

(Optional: Add screenshots or GIFs to showcase the changes)

Screen Shot 2024-07-12 at 2 30 56 PM Screen Shot 2024-07-12 at 2 31 10 PM

Testing

  1. Navigate through quiz questions using the "Next Question" button.
  2. Ensure that the form is not submitted until the "Submit" button is clicked.
  3. Verify that the answers are collected and stored correctly.

Checklist

Related Issues

15 , #16 , #21

Additional Notes

This component needs to be styled. It has very bare-bones styles as is.

Thank you for reviewing this PR. Your feedback is appreciated!