From: Steve M. <st...@is...> - 2002-09-06 17:07:23
|
> i have implemented most of question skipping as well as answer piping. > hopefully these will be available in diffs when im done. these changes have been finished and committed. the current code in http://open.survey.ucsb.edu/horde/chora/cvs.php/php_survey has the following: + answer piping (using the answer of a previous question in the text of a following question) + question skipping (redirection to a specific section depending on the answer to a previous question) (uses ==, !=, <, >, <=, or >=) + question naming (instead of just a question number, you can choose to have a question named "intro question" etc) + smart question numbering (useful with question skipping) + a ucsb-specific authentication mechanism, bypassable via the phpESP.ini file additions in near future: + javascript form validation (for dates, numeric, text, etc) things not considered yet: + question skipping with "!other" responses + other things, im sure if you would like to see it in action, send me an email. -- -stevem web developer survey.ucsb.edu |