-
Bug
-
Resolution: Fixed
-
Blocker
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-72827-master -
-
3
It seems a regression caused by MDL-52206.
It seems that Quizzes with "receive a passing grade" and "Receive a pass grade or complete all available attempts" does not set completion state to "Completed failed" anymore. Even if the user has no more attempts and failed the test.
How to reproduce:
- Create a course with completion tracking
- Create a quiz with:
- Grade to pass: 5
- Attempts allowed: 1
- Completion tracking: Show activity as complete when conditions are met
- Check the completion conditions:
- Student must view this activity to complete it
- Student must receive a grade to complete this activity
- Student must receive a passing grade to complete this activity
- Or all available attempts completed
- Student must view this activity to complete it
- Add some silly question to the quiz
- Login as student
- Do an attempt failing the question and the quiz
- Now login as admin
- Go to the course reports -> Activity completion and find the student
- Expected result: the student should have a completed failed (a red X) in the activity
- Current result: a blue tick indicating a completed state
- is a regression caused by
-
MDL-52206 Move "Require passing grade" completion option to core
- Closed