Skip to content
Snippets Groups Projects
Commit e02a29d7 authored by yazSpaz's avatar yazSpaz
Browse files

fixed typo

parent 6f8cd534
Branches main
No related tags found
No related merge requests found
...@@ -1225,7 +1225,7 @@ def attemptFormative(id): ...@@ -1225,7 +1225,7 @@ def attemptFormative(id):
test_attempt_id=new_attempt.id, test_attempt_id=new_attempt.id,
mcq_id=qid, mcq_id=qid,
fib_id=None, fib_id=None,
student_answer=mcq[user_letter] student_answer=user_letter
) )
db.session.add(attempt) db.session.add(attempt)
db.session.commit() db.session.commit()
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment