Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def start_exam(exam_choice, start_question, audio_enabled):
|
|
33 |
# Show quiz elements
|
34 |
gr.update(visible=True), # Show question_text
|
35 |
question, # Question to display
|
36 |
-
gr.update(visible=True), # Update Radio choices and make visible
|
37 |
gr.update(visible=True), # Show answer_button
|
38 |
gr.update(visible=True), # Show next_button
|
39 |
gr.update(visible=True), # Show prev_button
|
|
|
33 |
# Show quiz elements
|
34 |
gr.update(visible=True), # Show question_text
|
35 |
question, # Question to display
|
36 |
+
gr.update(choices=options, visible=True), # Update Radio choices and make visible
|
37 |
gr.update(visible=True), # Show answer_button
|
38 |
gr.update(visible=True), # Show next_button
|
39 |
gr.update(visible=True), # Show prev_button
|