From: Steve M. <st...@is...> - 2002-09-03 22:35:54
|
has any progress been made on the skins (err redesigns) for the admin interface? also, has anyone worked on using non http-auth authentication? (ie php sessions, etc instead) i have implemented most of question skipping as well as answer piping. hopefully these will be available in diffs when im done. you can always check out the progress here: http://open.survey.ucsb.edu/horde/chora/cvs.php/php_survey?login=2 (note: there are some ucsb specific changes to the authentication system, please dont attempt to run this version of phpesp unless you know how to hack it up) -- -stevem web developer survey.ucsb.edu |
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 |
From: Kurt M. <kme...@wo...> - 2002-09-07 13:51:34
|
Steve, How about question grouping?? be able to specify groups that are compiled together from their values to get a named variable. This way if someone were going to use something like JPgraph (like we are) we can just call those compiled variable references to build sipdergraphs, etc. __________________________________________________________________ ----- Original Message ----- From: "Steve McGhee" <st...@is...> To: <php...@li...> Sent: Friday, September 06, 2002 12:07 PM Subject: [phpesp-dev] question skipping, etc > > 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 > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > |
From: Kon A. <ang...@ip...> - 2002-09-07 00:45:15
|
Hi Steve, the new phpESP GUI design is 90% finished. I'm currently creating images for all the standard input type buttons and finalising the browser detection / browser specific customisation scripts that will enable phpESP to look the same under almost all major browsers. So far I've tested it on Opera 6.02 (linux),Opera 6.02 (Windows) IE 5.0, IE 5.5, IE 6.0, Netscape 4.78 (Windows and Linux) Netscape (6.2 Linux, 6.4 Windows), Netscape (7.0 on Windows and Linux), Konqueror 3.0.0-12. I've got the Mac specific ones to go and I'll be ready to release the new gui with a few feature requests thrown in. If anyone would like to add to this browser list now's a good time to do it. I'm not commiting to a specific date. It 's a couple of days work but I need to find a couple of days where my own work does not impede. Kon On Wed, 4 Sep 2002 08:35, Steve McGhee wrote: > has any progress been made on the skins (err redesigns) for the admin > interface? > > also, has anyone worked on using non http-auth authentication? > (ie php sessions, etc instead) > > > > i have implemented most of question skipping as well as answer piping. > hopefully these will be available in diffs when im done. > > you can always check out the progress here: > http://open.survey.ucsb.edu/horde/chora/cvs.php/php_survey?login=2 > (note: there are some ucsb specific changes to the authentication > system, please dont attempt to run this version of phpesp unless you > know how to hack it up) |
From: Matthew G. <gr...@mu...> - 2002-09-07 13:38:47
|
Wow, you've been busy... My only comment to add is that if supporting Netscape 4.x in the Designer interface with the new GUI, makes your life harder, then drop support for it. I think it's important that we support, at a very basic level, NS 4.x for survey "takers", but because of it's limited support for CSS and DHTML, etc... It might limit and complicate the Designer interface. I don't think it's a big deal to ask Designers to use a modern browser. On Sat, Sep 07, 2002 at 10:50:28AM +1000, Kon Angelopoulos wrote: > Hi Steve, > > the new phpESP GUI design is 90% finished. > I'm currently creating images for all the standard input type buttons and > finalising the browser detection / browser specific customisation scripts > that will enable phpESP to look the same under almost all major browsers. So > far I've tested it on Opera 6.02 (linux),Opera 6.02 (Windows) IE 5.0, IE 5.5, > IE 6.0, Netscape 4.78 (Windows and Linux) Netscape (6.2 Linux, 6.4 Windows), > Netscape (7.0 on Windows and Linux), Konqueror 3.0.0-12. I've got the Mac > specific ones to go and I'll be ready to release the new gui with a few > feature requests thrown in. > > If anyone would like to add to this browser list now's a good time to do it. > > I'm not commiting to a specific date. It 's a couple of days work but I need > to find a couple of days where my own work does not impede. > > Kon > > > On Wed, 4 Sep 2002 08:35, Steve McGhee wrote: > > has any progress been made on the skins (err redesigns) for the admin > > interface? > > > > also, has anyone worked on using non http-auth authentication? > > (ie php sessions, etc instead) > > > > > > > > i have implemented most of question skipping as well as answer piping. > > hopefully these will be available in diffs when im done. > > > > you can always check out the progress here: > > http://open.survey.ucsb.edu/horde/chora/cvs.php/php_survey?login=2 > > (note: there are some ucsb specific changes to the authentication > > system, please dont attempt to run this version of phpesp unless you > > know how to hack it up) > > > > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |