-
Improvement
-
Resolution: Fixed
-
Minor
-
2.8.3
-
MOODLE_28_STABLE
-
MOODLE_29_STABLE
-
MDL-49065_m29v6 -
The information provided to students by the lesson_print_overview() function is inaccurate to students in several circumstances:
1. If the student has started a lesson, regardless of whether they have completed it it shows it as attempted:
https://github.com/sbourget/moodle/blob/master/mod/lesson/lib.php#L291
2. If a student has completed a lesson that allows multiple attempts the lesson is simply marked "Attempted", with no indication that they can re-attempt the lesson
3. If a student has completed a lesson that only allows one attempt, it is displayed as needing attention
4. Practice lessons are always displayed as not attempted unless they have been started and not completed.
This issue proposes making the information displayed to students more useful.