Posted by thepanz on August 21, 2007 at 9:57am
Hi, I'm creating a teaching courses-site, it's will be like a blackboad where teachers will post news, annuonces and some homeworks, students can register or follow the courses withour registering.
My couse node (the group-home node) has some user-reference-cck that stores and link to Teacher's profile.
I'd like to manage also the timetable of each course, I mean that I'd like to have a calendar that display the timetable for students, with date/room associated to it (each course can be done in different room during the week).
Any suggestion? I think that could be a nice feature for management University-courses (it's what I'm involved in)..
Bye
-thePanz-
Comments
Open Source school timetabler
There is an Open Source school timetabling project I found over at SourceForge which looks interesting. However it doesn't create timetables automatically yet, although this is a feature for the future. What is nice about this project is that it exports the timetables in XML format, so it should be possibly to import the timetabling information into Drupal.
When the timetabling project is more complete it will be well worth it to create a Drupal module to do this import.
Dave