Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,10 +162,10 @@ def start_test(student_id, state):
|
|
| 162 |
# ✅ startログ:actions列に "start test pushed" を入れる
|
| 163 |
log_event(
|
| 164 |
state,
|
| 165 |
-
question_number=
|
| 166 |
-
reading_level=
|
| 167 |
-
passage_id=
|
| 168 |
-
question=
|
| 169 |
choice=None,
|
| 170 |
correct=None,
|
| 171 |
actions="start test pushed",
|
|
|
|
| 162 |
# ✅ startログ:actions列に "start test pushed" を入れる
|
| 163 |
log_event(
|
| 164 |
state,
|
| 165 |
+
question_number=None,
|
| 166 |
+
reading_level=None,
|
| 167 |
+
passage_id=None,
|
| 168 |
+
question=None,
|
| 169 |
choice=None,
|
| 170 |
correct=None,
|
| 171 |
actions="start test pushed",
|