jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
100 stars 87 forks source link

Should use Moodle file API #123

Open jgupta opened 3 years ago

jgupta commented 3 years ago

This is a great plugin. Using Moodle's file API should be considered so that it uses usual filedir for storing file.

jcrodriguez-dis commented 2 years ago

Dear @jgupta, thanks for your suggestion. I understand that this suggestion is related to some software that acts on "moodledata/filedir/" instead of acting on "moodledata/". I don't know if ignoring all directories in "moodledata/" except "filedir" is the correct behaviour. I will consider this suggestion but the changes that VPL needs for using the Moodle File API are big and I don't know if the advantages are worthy.

Best regards, Juan Carlos.