Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,10 +185,10 @@ def start_test(student_id, state):
|
|
| 185 |
# ✅ startログ:actions列に "start test pushed" を入れる
|
| 186 |
log_event(
|
| 187 |
state,
|
| 188 |
-
question_number=
|
| 189 |
-
reading_level=
|
| 190 |
-
passage_id=
|
| 191 |
-
question=
|
| 192 |
choice=None,
|
| 193 |
correct=None,
|
| 194 |
actions="start test pushed",
|
|
|
|
| 185 |
# ✅ startログ:actions列に "start test pushed" を入れる
|
| 186 |
log_event(
|
| 187 |
state,
|
| 188 |
+
question_number=None,
|
| 189 |
+
reading_level=None,
|
| 190 |
+
passage_id=None,
|
| 191 |
+
question=None,
|
| 192 |
choice=None,
|
| 193 |
correct=None,
|
| 194 |
actions="start test pushed",
|