Spaces:
Runtime error
Runtime error
Commit
·
c6964ac
1
Parent(s):
cd138c7
Update screen/screen_scan.py
Browse files- screen/screen_scan.py +2 -2
screen/screen_scan.py
CHANGED
@@ -65,7 +65,7 @@ def screen_scan_main():
|
|
65 |
#image_show(resim_list)
|
66 |
if len(wrong_ans[0]) == 0:
|
67 |
wrong_ans[0] = "0"
|
68 |
-
wrong_ans_str =
|
69 |
st.write("Notu:",int(grading[0]))
|
70 |
st.write("Yanlis Yaptigi sorular:",wrong_ans_str)
|
71 |
st.write("Ogrenci Numarasi:",student_idFix)
|
@@ -88,7 +88,7 @@ def screen_scan_main():
|
|
88 |
if len(wrong_ans[0]) == 0:
|
89 |
wrong_ans[0] = "0"
|
90 |
#
|
91 |
-
wrong_ans_str =
|
92 |
new_data = make_new_data(sinav_kodu=exam_code, ogrenci_no=int(student_idFix),
|
93 |
notu=int(grading[0]),yanlislar=str(wrong_ans_str))
|
94 |
|
|
|
65 |
#image_show(resim_list)
|
66 |
if len(wrong_ans[0]) == 0:
|
67 |
wrong_ans[0] = "0"
|
68 |
+
wrong_ans_str = (str(wrong_ans[0]))
|
69 |
st.write("Notu:",int(grading[0]))
|
70 |
st.write("Yanlis Yaptigi sorular:",wrong_ans_str)
|
71 |
st.write("Ogrenci Numarasi:",student_idFix)
|
|
|
88 |
if len(wrong_ans[0]) == 0:
|
89 |
wrong_ans[0] = "0"
|
90 |
#
|
91 |
+
wrong_ans_str = (str(wrong_ans[0]))
|
92 |
new_data = make_new_data(sinav_kodu=exam_code, ogrenci_no=int(student_idFix),
|
93 |
notu=int(grading[0]),yanlislar=str(wrong_ans_str))
|
94 |
|