AndreBrincat / miniquiz

A mini python quiz (Flask example)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A mini python quiz (Flask example)


Languages

Language:Python 63.4%Language:HTML 28.9%Language:CSS 7.7%