Skip to content
Snippets Groups Projects
Commit 05867af2 authored by bewe's avatar bewe
Browse files

fix: transaction bug

parent 3e5b5d73
No related merge requests found
......@@ -29,6 +29,7 @@ function submitQuiz($exerciseId, $exerciseName, $selectedOptions, $userId, $isDo
array(
"selectedOptions" => $submitData,
"userId" => (int)$userId,
"isDone" => $isDone
)
)
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment