Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4
-
Fix Version/s: None
-
Component/s: Lesson
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
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.
Attachments
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-20304 | Practice lesson appears in Gradebook [Patch] |
|
|
|
I just wanted to add that another option would be to add a new setting that controls whether to delete attempts of practice lessons or not.