Gradebook2 UCDavis Specific Implementation Details
Final Grade Submission Using Export Advisor (GRBK-37)
- Configure gradebook2's applicationContext.xml to select the UC Davis specific ExportAdvisor
- By default, it points to the "org.sakaiproject.gradebook.gwt.sakai.api.ExportAdvisor" bean which implements the SampleExportAdvisor
- Find attached the GRBK-37-UCD.patch which will set the UC Davis ExportAdvisor in the applicationContext.xml
- There are also two sakai.properties that need to be set:
# For Testing: # NOTE: Point the final_grade_submission_path variable to the appropriate AFS space final_grade_submission_url=https://cmdev.ucdavis.edu/CourseManagement/final_submit/fgs_direct_upload.cfm?sakai_id= final_grade_submission_path=/afs/.ucdavis.edu/app/sakai-test/gradefiles/
- The UCD implementation of the ExportAdvisor is located here: