Add functionality to add new feedback option
When creating a new MultipleChoiceOption
, a new corresponding FeedbackOption
should be created.
Something that should be added is that the problem ID should be sent.
When creating a new MultipleChoiceOption
, a new corresponding FeedbackOption
should be created.
Something that should be added is that the problem ID should be sent.
changed due date to May 18, 2019
added Backend Database Priority A To Do labels
changed the description
The consequence of this change means that the relationship between MultipleChoiceOption
and FeedbackOption
should no longer be null. Every time a MultipleChoiceOption
is inserted in the database, a FeedbackOption
will also have to be inserted that refers to this MultipleChoiceOption
.
Defining a relation between FeedbackOption
and MultipleChoiceOption
may now be useful.
mentioned in merge request !12 (merged)
Fixed in !12 (merged)
closed