Dropbox
Last updated
Was this helpful?
Behaviour of the Dropbox file-exchange tool.
Access these settings under Administration > Configuration settings > Dropbox. This category contains 8 settings, listed below with the title and comment shipped in the platform's settings fixtures (SettingsCurrentFixtures.php).
The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing
config/settings_override.yaml.
dropbox_allow_groupDropbox: allow group
Users can send files to groups
Default: true
dropbox_allow_just_uploadDropbox: Upload to own dropbox space?
Allow trainers and users to upload documents to their dropbox without sending the documents to themselves
Default: true
dropbox_allow_mailingDropbox: Allow mailing
With the mailing functionality you can send each learner a personal document
Default: false
dropbox_allow_overwriteDropbox: Can documents be overwritten
Can the original document be overwritten when a user or trainer uploads a document with the name of a document that already exist? If you answer yes then you loose the versioning mechanism.
Default: true
dropbox_allow_student_to_studentDropbox: Learner <-> Learner
Allow users to send documents to other users (peer 2 peer). Users might use this for less relevant documents also (mp3, tests solutions, ...). If you disable this then the users can send documents to the trainer only.
Default: true
dropbox_hide_course_coachDropbox: hide course tutor
Hide the session course tutor in Dropbox when a document is sent by the tutor to students
Default: false
dropbox_hide_general_coachHide general tutor in Dropbox
Hide the general tutor name in the Dropbox tool when the general tutor uploaded the file
Default: false
dropbox_max_filesizeDropbox: Maximum file size of a document
How big (in MB) can a dropbox document be?
Default: 100000000
Last updated
Was this helpful?
Was this helpful?