Menu

Sample Project - Python Quiz App

Hey guys!

This is a sample project for this class. It is the same example I create in the last few lessons of the class and it is meant to inspire you to create your own version!

This first image is the main menu of the app when I run it on my terminal. It shows me all the topics I have available to study, the number of questions the topic has, and my most recent score on each one.

 

Sample Project - Python Quiz App - image 1 - student project

 

When I select one topic, Modules, for example, I get a prompt with the quiz for that section and after I complete it I get a grade that I can see on my main menu.


Sample Project - Python Quiz App - image 2 - student project

 

Finally, here is a peek into the actual code that's behind it. It's not meant to work as a way to replicate it. Remember that the actual code is in the link you'll find in the class resources.

 Sample Project - Python Quiz App - image 3 - student project

Sample Project - Python Quiz App - image 4 - student project