Student folder icon

Student folder

Online texts and files can be collected and published via the Student Folder activity and thus made available to everyone in a Moodle course. Submissions can be made directly by uploading or alternatively can be taken over by teachers from an assignment activity.
Price option: Free

Supports Moodle 2.7-5.1 See all versions
Latest release: 1 month ago
Installations: 2572
Downloads (last 90 days): 683

Frankenstyle name: mod_publication
Activities

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

We just published a version of the Student Folder Plugin for Moodle 2.9 – have fun.
We uploaded a new version for Moodle 2.8 (2015100803) that solves the 'Download all files Zip' issue.
Thanks for reporting this issue - posted a follow-up question concerning this issue.
Hi guys,
Thanks for the development, a great module! I have identified and logged the following issues:
"Issue with opening Zip file that is downloaded using the 'Download all files Zip' (top right hand corner)"
https://github.com/academic-moodle-cooperation/moodle-mod_publication/issues/8
Ajmal Sultany
University of Cambridge
Thanks for fast response. Good luck for your team!
Hi,
we are currently working on it. I can not tell you yet when it will be available. Our plan is to publish a version for Moodle 2.9 (and also 3.0) in February/March 2016 at the latest.
Hi, great plugin! Is it works also in Moodle 2.9?

Thanks guys for providing a new version. My +1 to Rex findings, very good and valid points indeed. These are good candidates for fixes in a future version.

I am happy to approve your plugin now. You are cleared to land, welcome to the Plugins directory!

Thanks for reporting this. We will look into this and fix it.
Markus Kemmerling
Markus, I also noticed a hanging SQL fragment at: https://github.com/academic-moodle-cooperation/moodle-mod_publication/blob/master/view.php#L68
Also, for the WHERE ... IN statements, consider using Moodle's $DB->get_in_or_equal() function. It should help build cross-database friendly SQL. Look at the code to see examples of its usage.
Thanks a lot for your friendly review and comment.
We are currently preparing a version for Moodle 2.8.5 which fixes the bug and has been checked by the code checker. It will be released in the next two months.
Best regards,
Markus Kemmerling
Hi Andreas, Katarzyna and Andreas. Many thanks for sharing this module with the Moodle community. I found the idea really nice. What I like is hitting two birds with one stone here - either of the modes (copy from assessment / manual upload) itself would make the module useful enough, and you are providing them both! I like clever solutions like this. It is apparent that the features were designed to meet real teachers' demands. Well done on that.
I found a small bug causing troubles on PostgreSQL sites and I sent a suggested solution into your bug tracker. I will be very happy to approve and publish this plugin once the reported bug #1 is fixed and a new version is uploaded.
For the further development, let me suggest to tweak settings of your IDE to make the files follow the Moodle coding style guidelines (https://docs.moodle.org/dev/Coding_style) in terms of tabs indentation and whitespace. Following the style facilitates contribution and community sharing. Thanks in advance.