Skip to content
Snippets Groups Projects
Commit 1774873f authored by yazSpaz's avatar yazSpaz
Browse files
parents 87b38197 851d3b92
Branches
No related tags found
No related merge requests found
......@@ -940,7 +940,7 @@ def attemptFormative(id):
for mcq_data in result["mcq"]:
qa = QuestionAttempt(
test_attempt_id=latest_attempt.id,
student_answer=mcq_data["your_answer_letter"], # 存入原始選項字母 (A/B/C/D)
student_answer=mcq_data["your_answer_letter"], # Store the original option letter (A/B/C/D)
mcq_id=mcq_data["question_id"]
)
db.session.add(qa)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment