Hi again

We have developed a patch which allows students to see their own Reports (aka review all previous attempts) for the Lesson tool.
Thus, they do not need to retake the lesson from the beginning, but can see their previous attempts (similar to Quiz).
You can grab the code and see screenshots here:
MDL-19948 How it works:
Instructor should go to Lesson Settings and set "Allow Students to see their own reports" to "Yes"
Student can later go to the "organizer page", where all lessons in the course are listed, and review his own reports there.
The "organizer" page can be accessed by a student by going to the:
-
Activities block > Lessons on the course homepage
- Going to a Lesson, and then clicking Lessons link in the breadcrumbs
We realize that not all Moodle installations use such link in the breadcrumbs, or that not all instructors want Activities block, but we did not want the patch to be too invasive into the core code.
We hope you like it and that it can make it to the core with some modifications if needed