Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Opensis Integration: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 4: Line 4:
#MySQL integration
#MySQL integration
#Transition to adodb
#Transition to adodb
##Evaluate OpenSIS table structures
###https://docs.moodle.org/en/Development:XMLDB_defining_an_XML_structure#Conventions
##Transition to moodle/lib/dmllib.php calls
##Transition to moodle/lib/dmllib.php calls
#Evaluate OpenSIS language strings (get terminology matching with Moodle)
#Evaluate OpenSIS language strings (get terminology matching with Moodle)
#Evaluate OpenSIS table structures
 
#Evaluate OpenSIS permissions scheme and migrate toward Moodle user, role, capability, context schema
#Evaluate OpenSIS permissions scheme and migrate toward Moodle user, role, capability, context schema
#Assessment OpenSIS security
#Assessment OpenSIS security
Line 15: Line 17:
#Courses - Courses created in OpenSIS should automatically create a course in Moodle. By default, this should use the following Course category hierarchy (Marking period, subject (department), course).
#Courses - Courses created in OpenSIS should automatically create a course in Moodle. By default, this should use the following Course category hierarchy (Marking period, subject (department), course).
#Enrollments - Teachers and students assigned to a course/period should be automatically enrolled in the Moodle course.  
#Enrollments - Teachers and students assigned to a course/period should be automatically enrolled in the Moodle course.  
#Grades -
#Grades - In Moodle grade items are stored in the gradebook. There are various ways of calculating the grades in Moodle. We need to figure out how best to handle this. Perhaps it would just be best initially to have OpenSIS look up the final grade and not worry about assignments or possibly to create some Moodle grade reports and simply use the Moodle gradebook. The downside to this is that the goal as I understand it is to keep the two systems separated enough that each could be a standalone.

Revision as of 16:13, 12 May 2009

This document hopes to outline the goals of integrating OpenSIS with Moodle.

Major Milestones

  1. MySQL integration
  2. Transition to adodb
    1. Evaluate OpenSIS table structures
      1. https://docs.moodle.org/en/Development:XMLDB_defining_an_XML_structure#Conventions
    2. Transition to moodle/lib/dmllib.php calls
  3. Evaluate OpenSIS language strings (get terminology matching with Moodle)
  1. Evaluate OpenSIS permissions scheme and migrate toward Moodle user, role, capability, context schema
  2. Assessment OpenSIS security
    1. ensure md5 passwords

Desired functionality from integration

  1. Users - Single signon for teachers, students, administrators between both systems. The disadvantage to this is that an account will need to be created in OpenSIS for all Moodle users. Alternatively, OpenSIS could use Moodle for authentication which allows for authentication via LDAP and others.
  2. Courses - Courses created in OpenSIS should automatically create a course in Moodle. By default, this should use the following Course category hierarchy (Marking period, subject (department), course).
  3. Enrollments - Teachers and students assigned to a course/period should be automatically enrolled in the Moodle course.
  4. Grades - In Moodle grade items are stored in the gradebook. There are various ways of calculating the grades in Moodle. We need to figure out how best to handle this. Perhaps it would just be best initially to have OpenSIS look up the final grade and not worry about assignments or possibly to create some Moodle grade reports and simply use the Moodle gradebook. The downside to this is that the goal as I understand it is to keep the two systems separated enough that each could be a standalone.