PHP5 package for educational (elearning) applications

PHP5 package for educational (elearning) applications

am 11.08.2007 23:12:42 von alexandredrolet

Hello,
I have to write a package with PHP classes in order to develop
educational
applications.
Does someone know if this kind of package already exists (and is
freely available)?
More precisely, I am looking for a package containing classes that
could be similar to these classes :

class University
class Program
class Course
class User
class Teacher
class Student
class Question
class Answer
class Result
and any other classes that are related to elearning application.
Thank you

Alexandre

Re: PHP5 package for educational (elearning) applications

am 12.08.2007 05:54:26 von petersprc

Hi,

Not sure if these will provide what you need, but here are a few open
source PHP e-learning applications:

eLMS Pro - "eLMS Pro solution is an outstanding and yet simple
Learning Management system. Our product is designed for any education
formations: from small distance training companies up to big
colleges."
http://www.elmspro.com/elms/index.php

ClassWeb - "ClassWeb was designed to let instructors easily create and
control class websites."
http://classweb.ucla.edu/

Claroline - "Claroline is an Open Source eLearning and eWorking
platform."
http://www.claroline.net/

Interact - "An open source Online Learning Environment that lets you
take control!"
http://www.interactole.org/spaces/space.php?space_key=1

HTH,

-John Peters

On Aug 11, 5:12 pm, "A. Drolet" wrote:
> Hello,
> I have to write a package with PHP classes in order to develop
> educational
> applications.
> Does someone know if this kind of package already exists (and is
> freely available)?
> More precisely, I am looking for a package containing classes that
> could be similar to these classes :
>
> class University
> class Program
> class Course
> class User
> class Teacher
> class Student
> class Question
> class Answer
> class Result
> and any other classes that are related to elearning application.
> Thank you
>
> Alexandre