|
|
|
@ -119,7 +119,7 @@ def submitCallback():
|
|
|
|
|
idx = 0 |
|
|
|
|
corrent_count = 0 |
|
|
|
|
for i in range(0, question_count): |
|
|
|
|
if(ans[i] != question_list[current_question-1][6]): |
|
|
|
|
if(ans[i] != question_list[i][6]): |
|
|
|
|
correct[idx] = False |
|
|
|
|
#print("Wrong", idx) |
|
|
|
|
else: |
|
|
|
@ -137,7 +137,7 @@ def submitCallback():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Config |
|
|
|
|
question_count = 20 |
|
|
|
|
question_count = 5 |
|
|
|
|
|
|
|
|
|
screen_height = 500 |
|
|
|
|
screen_width = 600 |
|
|
|
|