Source for file dropboxlink.class.php
Documentation is available at dropboxlink.class.php
* Gradebook link to dropbox item
* @package dokeos.gradebook
// FUNCTIONS IMPLEMENTING ABSTRACTLINK
// find a file uploaded by the given student,
// with the same title as the evaluation name
. ' WHERE uploader_id = '. $stud_id
. 'main/gradebook/open_document.php?file='
. $course_info['directory']
* Lazy load function to get the dropbox database table
$database_name = $course_info['db_name'];
|