Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Final Grade Submission Using Export Advisor (GRBK-37)

  • Bean configuration is done in gradebook2.properties, which is located at:
    • client/src/config/gradebook2.properties
  • By default, it points to the "org.sakaiproject.gradebook.gwt.sakai.api.ExportAdvisor" bean which implements the SampleExportAdvisor
  • The UC Davis implementation of the ExportAdvisor is located here:
  • Configure gradebook2.properties as follows:
    • org.sakaiproject.gradebook.gwt.sakai.api.ExportAdvisor=org.sakaiproject.gradebook.gwt.sakai.api.ExportAdvisorUcd
      
  • 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=/tmp/sakai/
      
  • No labels