|
|
|
@ -1,5 +1,3 @@ |
|
|
|
import tkinter as tk |
|
|
|
|
|
|
|
from tkinter import ttk |
|
|
|
|
|
|
|
import customtkinter as ctk |
|
|
|
import customtkinter as ctk |
|
|
|
import csv, random |
|
|
|
import csv, random |
|
|
|
|
|
|
|
|
|
|
|
@ -126,7 +124,7 @@ def submitCallback(): |
|
|
|
correct[idx] = True |
|
|
|
correct[idx] = True |
|
|
|
corrent_count += 1 |
|
|
|
corrent_count += 1 |
|
|
|
idx += 1 |
|
|
|
idx += 1 |
|
|
|
print(correct) |
|
|
|
#print(correct) |
|
|
|
score.place(x= screen_width - 70, y= 25, anchor="center") |
|
|
|
score.place(x= screen_width - 70, y= 25, anchor="center") |
|
|
|
score.configure(text= str(corrent_count)+ "/" +str(question_count)) |
|
|
|
score.configure(text= str(corrent_count)+ "/" +str(question_count)) |
|
|
|
setOptionColor() |
|
|
|
setOptionColor() |
|
|
|
|