vladyslav
commited on
Commit
·
66a97e0
1
Parent(s):
1f790b2
Feedback not required now
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def summarize_results(student_name,
|
|
128 |
global questions_data, answers_log, feedback_questions
|
129 |
questions = []
|
130 |
|
131 |
-
if
|
132 |
return (
|
133 |
"# Залиште відгук про тест!", # question_output
|
134 |
gr.update(visible=True), # feedback_input
|
|
|
128 |
global questions_data, answers_log, feedback_questions
|
129 |
questions = []
|
130 |
|
131 |
+
if question_correct is None or answers_correct is None or interesting_question is None or rating is None:
|
132 |
return (
|
133 |
"# Залиште відгук про тест!", # question_output
|
134 |
gr.update(visible=True), # feedback_input
|