Grader does not see exercise status enrollment from the index.yaml during grading #118
Labels
area: config
Related to course configuration
area: grading quizzes
Quiz feature
effort: days
Solving this issue could take days. Starting with the creation of a new branch to the merging
experience: moderate
required knowledge estimate
priority: low
requester: Aalto teacher
The issue is raised by a teacher from Aalto University
type: bug
This is a bug.
If the exercise status is set to "enrollment" by using the
append_content
variable in conf.py, then the grader code in the form feedback does not know that the exercise is for enrollment. The feedback contains the "correct/incorrect" lines that have been removed in enrollment exercises. In other words, theis_enrollment_exercise
only sees the status defined in the exercise config.yaml and it is unaware of the exercise status in index.yaml. (Usingappend_content
adds the status only in index.yaml.)mooc-grader/access/types/forms.py
Lines 374 to 375 in 7ddb43a
If the status "enrollment" is added in the questionnaire RST directive or manually in the exercise config.yaml, then it works.
The text was updated successfully, but these errors were encountered: