views:

491

answers:

1

I am writing an educational website for a non-profit purpose and I want to reuses an already available library for an "online examination" module (web application). Any server side scripting language will do. Please suggest...

I have heard that there is a lot of free code available as PHP scripts. I haven't used PHP yet but I can learn it if I can get some basic online exam framework done in PHP

The online exam module should handle objective type questions with images (or some method to display mathematical formulas and all) and should be time based. There should be some interface to create exams, questions, answers, attend exam, view results, record keeping etc... I am not sure how far I can implement this but this is the basic requirement.

+4  A: 

Take a look at Moodle. Or Claroline. Or SAKAI. You might be able to borrow some stuff from those open source projects.

Pablo Santa Cruz