Python Forum
GUI calculation mistake
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUI calculation mistake
#4
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.
Reply


Messages In This Thread
GUI calculation mistake - by rturus - Mar-01-2021, 04:15 PM
RE: GUI calculation mistake - by deanhystad - Mar-01-2021, 05:38 PM
RE: GUI calculation mistake - by deanhystad - Mar-01-2021, 05:54 PM
RE: GUI calculation mistake - by joe_momma - Mar-02-2021, 06:57 PM
RE: GUI calculation mistake - by rturus - Mar-03-2021, 11:39 AM
RE: GUI calculation mistake - by deanhystad - Mar-03-2021, 02:10 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020