Posted by ebrittwebb on March 11, 2008 at 5:51am
Does anyone have any experience integrating Drupal with Chancery SMS® (formerly known as Chancery MacSchool)? We're looking at Drupal as one of several potential online school portal solutions and need to know if anyone has successfully connected Drupal and Chancery on the backend to upload/synchronize class lists, homework assignments, grades, attendance, etc.

Comments
Working on it now
5 years later I'm responding to this. I'm working on the Pearson Coding Competition integrating with eCollege, which sounds very similar to what you're talking about.
I synchronize courses, users, and announcements. Fetch current grades. I use cron and background tasks to do this.
If you're ever interested, my entire Drupal site is up on github, and the module I've created is called 'pearson_mp' under sites/all/modules
https://github.com/mikedotexe/merlinperson
@mikedotexe on Twitter