UCL-INGI / INGInious

INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
http://www.inginious.org
Other
203 stars 139 forks source link

[problem_types/match] Support silent feedback for match problems #909

Closed anthonygego closed 1 year ago

anthonygego commented 1 year ago

Is your feature request related to a problem? Please describe.

MCQ problems allows to hide feedback in case of errors such that only the general task feedback indicates there are errors in the submission.

Match problem types does not allow such a feature and the student always know if the sub-problem is correct or wrong.

Describe the solution you'd like

It would be useful not to show specific feedback for match problems. This implies addition of a config field in the match problem and filtering feedback based on that config fields in the check_answer method.