definition.php 837 B

123456789101112131415161718
  1. <?php
  2. $sloodleconfig = new SloodleObjectConfig();
  3. $sloodleconfig->primname = 'SLOODLE PrimDrop';
  4. $sloodleconfig->module = 'assignment';
  5. $sloodleconfig->module_choice_message = 'selectassignment';
  6. $sloodleconfig->module_no_choices_message = 'nosloodleassignments';
  7. $sloodleconfig->module_filters = array( 'assignmenttype' => 'sloodleobject');
  8. $sloodleconfig->group = 'communication';
  9. $sloodleconfig->collections= array('SLOODLE 2.0');
  10. $sloodleconfig->aliases = array('SLOODLE 1.1 PrimDrop');
  11. $sloodleconfig->field_sets = array(
  12. 'accesslevel' => array(
  13. 'sloodleobjectaccessleveluse' => $sloodleconfig->access_level_object_use_option(),
  14. 'sloodleobjectaccesslevelctrl' => $sloodleconfig->access_level_object_control_option(),
  15. 'sloodleserveraccesslevel' => $sloodleconfig->access_level_server_option(),
  16. ),
  17. );
  18. ?>