Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 2.7.3, 2.8.1
-
Fix Version/s: 2.9
-
Component/s: Lesson
-
Testing Instructions:
-
Affected Branches:MOODLE_19_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Currently practice lessons do not save student's attempts and his/her grades, the attempts are actually deleted after lesson is over. I find it inconvenient, though, that if lesson is set to practice mode, teachers can't review students' activity and attempts. I think that it's better to save them, and attached patch does this: it just comments out the lines that delete attempts of practice lessons. There is just a small problem, considering lesson report: all attemps have "not completed" status as there's no grade for these attempts.