/miniquiz

A mini python quiz (Flask example)

Primary LanguagePython

A mini python quiz (Flask example)

This is a mini quiz app. 7 Python questions are stored in a dictionary. Each question has 4 options. Session was used to track current question.

User can check each answer using "Check" button to find correct answer.

Alternatively, user can complete the quiz without check by submitting answer using "Next" button.

When the user completes the quiz, a summary message is shown and results are tracked using a summary dictionary.