You really have two options here:
1. Use software that is like what you mentioned above.
2. Write your modules in html+some scripting language+(optional) a database.
Option 1: Now I know option one looks much easier, but in the long
run it may not be. You will invariably find that whatever software
package you choose, will not do everything how you want to or it may
not even to everything you want it to do. This is a common problem
and it explains why 70% of computer scientist are employed making
software the is 90% the same as software that already exists. In
short what you want is available (one good option can be found at
http://www.pcworlddownload.com/education/teaching-tools/WebQuiz-Writer.htm
and more can be found by just using google and looking for ?web quiz
software download free? or something similar), but if you have the
time, expertise and money available then I would really encourage you
to take a look at option two.
Option 2: Option two will be harder in the short run, but in the end
you will have much more control over the result. I suspect the reason
why you may not have gotten much of a response is because you really
don't need a program to do what you want to do. In the long run it
will probably be easier, and more cost effective to just write the web
pages (or write page generator to build your site from metadata, if
you are of the truly lazy extra-techie persuasion :) then write some
sort of monitoring software. It might sound difficult to do the
monitoring ("Keeping track of users statistics"), but really it
shouldn't be, there are modules available for tracking web page access
in most scripting languages (python, perl, php, JavaScript, etc, etc)
or you can just take a look at the apache access logs for your server
(they will keep track of what was accessed, when, and by whom).
One, geeks opinion, good luck,
-dk |