Creating a Quiz in Python Part 2

Julie Ann Delda
2 min readOct 2, 2020

Our activity in FTW DS Workshop last Saturday was to create our quiz project and expand it. Then, we should add the following features:

1.Print last 10(x) players and their scores
2.Implement CRUD(add/delete save to storage/file) for questions

This is the original multiple choice quiz I created using Colab. Here, the user will be informed once the quiz is completed and his/her final score will be calculated. He/she will pass if the final score is at least 70%.

This part shows the names and scores of the quiz takers. You may sort them alphabetically or from high to low scores but that is another story! 😜

As a beginner in programming, implementing CRUD is no easy for me. 😭 But at the end of the day, I need to take small steps and try to improve in using Python. Thanks to my co-scholars, I always learn from them.. a lot! ❤️

You may check my git repository here.

https://github.com/JDftw/FTW4-Github-Homework-4/blob/main/FTW_Quiz_Project.ipynb

I will try my best to improve more! 😉

--

--