Several multiple choice option fixes
1 unresolved thread
1 unresolved thread
Compare changes
Files
2+ 1
− 1
@@ -124,7 +124,7 @@ class Solution(db.Model):
@@ -124,7 +124,7 @@ class Solution(db.Model):
feedback = db.relationship('FeedbackOption', secondary=solution_feedback, backref='solutions', lazy='subquery')