Create & Download Notes by a Student

Re: Create & Download Notes by a Student

by Vaishak Kallore -
Number of replies: 0

Hi all,

I had done something similar (screenshot attached), where users can write down the notes when and then they go through the Scorm. It will be saved in a separate table through AJAX calls. When the user visits the page next time, it can be fetched and displayed in the text area.


To achieve this, I had modified few lines in the mod/scorm/player.php (to get user ID, course ID to the JavaScript). Not sure whether this is good to modify core files.

Drawbacks with this modification are,

1. Touching core files

2. The notes can only be accessed on scorm player page (Not course wide).


Anyone can help on making the same course wide, so that users can add/update course notes anywhere in the platform.


If anyone has suggestions apart from changing the core file, that would be really great..

Attachment scorm-notes.png