%100% correct answer feedback is not shown if checkbox_feedback is set #119
Labels
area: grading quizzes
Quiz feature
effort: hours
The issue seems to be small and should be doable in hours or few days.
experience: good first issue
Good for newcomers
priority: low
requester: internal
The issue is raised by a person inside the A+ team
type: bug
This is a bug.
In questionnaires (mooc-grader v1.10), if a checkbox question has enabled the
checkbox_feedback
setting, then feedback for correct answers set with the%100%
value is not rendered at all in the feedback HTML. (Checkbox_feedback
causes the feedback for the choice to be rendered directly under each checkbox when it is selected.)This is not important to fix if nobody really needs this small feature.
Checkbox_feedback
is usually not enabled.This is probably very easy to fix in the templatetag
find_common_hints
. It should just read the key%100%
from the hints and add it to the returned list.mooc-grader/access/templatetags/access.py
Line 31 in 4de2d4a
mooc-grader/access/types/forms.py
Lines 612 to 634 in 4de2d4a
Related to apluslms/a-plus-rst-tools#112
The text was updated successfully, but these errors were encountered: