Mar-02-2021, 06:57 PM
here's my attempt at a quiz generator quiz generator.
I use a separate text(.txt) file formatted- question-> answers -> solution.
the tkinter script reads the lines of the file and generates the quiz using labels,
and buttons for answers. I use stringVars to keep track of scoring. One suggestion use a combobox instead of creating a menu.
I use a separate text(.txt) file formatted- question-> answers -> solution.
the tkinter script reads the lines of the file and generates the quiz using labels,
and buttons for answers. I use stringVars to keep track of scoring. One suggestion use a combobox instead of creating a menu.