burtenshaw commited on
Commit
6d5550e
·
1 Parent(s): d5f098f

remove answers from message

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -111,7 +111,6 @@ def handle_quiz(question_idx, user_answers, selected_answer, is_start):
111
  f"**Quiz Complete!**\n\n"
112
  f"Your score: {grade:.1%}\n"
113
  f"Passing score: {float(EXAM_PASSING_SCORE):.1%}\n\n"
114
- f"Your answers:\n\n{user_answers}"
115
  )
116
  return (
117
  "", # question_text becomes blank
 
111
  f"**Quiz Complete!**\n\n"
112
  f"Your score: {grade:.1%}\n"
113
  f"Passing score: {float(EXAM_PASSING_SCORE):.1%}\n\n"
 
114
  )
115
  return (
116
  "", # question_text becomes blank