Fixes for MultipleChoiceOption and FeedbackOption API
All threads resolved!
This merge request fixes two things:
FeedbackOption
will now throw an error if it is coupled to a MultipleChoiceOption
MultipleChoiceOption
will now check the problem_id
parameter to see if an actual Problem
with the specified problem_id
exists.Fixes #51 (closed) and #55 (closed)
Note: It might be useful to merge !16 (merged) first, since I can write test code for this MR.