> john gibbons wrote: > > My needs would be pretty simple I think, Sonia. > > > > For example, producing a self scoring questionnaire - I am a > > semi-retired psychologist. It would be mostly text related stuff. I am > > wary of a technical overload where I would not use much of the power of > > a programming language anyway. > > In that case I would certainly be looking at PHP to create a web page to > capture the data along with SQL to write it into a database, and then > the same pair of languages to display the processed data from the > database again in a web browser.
There is always phpSurveyor which is a very powerful web based tool which builds many different types of questionnaires including multiple choice, "how do you rate" etc. It is fairly easy to use and can produce statistics. It is (obviously) php and mySql based - easy to set up as well. See http://www.phpsurveyor.org/ Rick Phillips -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
