Spaces:
Runtime error
Runtime error
Commit
·
719bfc7
1
Parent(s):
bf2f32a
Update app.py
Browse files
app.py
CHANGED
@@ -137,5 +137,5 @@ if submit_button:
|
|
137 |
x = x + 1
|
138 |
else:
|
139 |
x = x + 1
|
140 |
-
|
141 |
st.subheader(f'Your average score for the answers is {calculate_average(scores)}')
|
|
|
137 |
x = x + 1
|
138 |
else:
|
139 |
x = x + 1
|
140 |
+
if len(scores) == len(questions):
|
141 |
st.subheader(f'Your average score for the answers is {calculate_average(scores)}')
|