From: Frank R. <fr...@fr...> - 2006-12-19 01:16:07
|
I would like to be able to limit the number of answers that a user can check in a multiple choice question. For example I have 6 possible answers and users can only chose 3 of them. Is there a way of doing this. Many thanks Frank Frank Roper | frankweb | fr...@fr... | 01992 700581 Visit our site: www.frankweb.co.uk |
From: Franky V. L. <lie...@te...> - 2006-12-19 08:45:05
|
For the moment this is not possible (correct me if I'm wrong) because there exists no html equivalent of this (maybe in javascript). You may file a feature request for this if you want. I find this an interesting feature as well and might just implement it next week. Franky -----Original Message----- From: "Frank Roper" <fr...@fr...> Sent: Tuesday, 19. Dec 2006 2:15 +0100 To: "phpESP list" <php...@li...> Subject: [phpesp-general] Limiting the number of responses to a multiple choice question I would like to be able to limit the number of answers that a user can check in a multiple choice question. For example I have 6 possible answers and users can only chose 3 of them. Is there a way of doing this. Many thanks Frank Frank Roper | frankweb | fr...@fr... | 01992 700581 Visit our site: www.frankweb.co.uk ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Franky V. L. <lie...@te...> - 2006-12-19 10:32:15
|
A small update: I just found some javascript code that does this, so I'll implement the following: - max number of responses for multiple choice (select boxes and scroll boxes) - min and max number for number questions (if it doesn't interfere with other things) I'll be doing these things this and next week, so it'll be a New Year present :-) Franky -----Original Message----- From: Franky Van Liedekerke <lie...@te...> Sent: Tuesday, 19. Dec 2006 9:44 +0100 To: fr...@fr..., php...@li... Subject: [phpesp-general] Limiting the number of responses to a multiple choice question For the moment this is not possible (correct me if I'm wrong) because there exists no html equivalent of this (maybe in javascript). You may file a feature request for this if you want. I find this an interesting feature as well and might just implement it next week. Franky -- -----Original Message----- From: "Frank Roper" <fr...@fr...> Sent: Tuesday, 19. Dec 2006 2:15 +0100 To: "phpESP list" <php...@li...> Subject: [phpesp-general] Limiting the number of responses to a multiple choice question I would like to be able to limit the number of answers that a user can check in a multiple choice question. For example I have 6 possible answers and users can only chose 3 of them. Is there a way of doing this. Many thanks Frank Frank Roper | frankweb | fr...@fr... | 01992 700581 Visit our site: www.frankweb.co.uk ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Franky V. L. <lie...@te...> - 2006-12-19 18:42:08
|
Hi, the version that has this feature is now available on my site: http://www.e-dynamics.be/index.php?section=programs&lang=en Read the CHANGELOG file as well ... regards, Franky On Tue, 19 Dec 2006 09:44:54 +0100 Franky Van Liedekerke <lie...@te...> wrote: > For the moment this is not possible (correct me if I'm wrong) because > there exists no html equivalent of this (maybe in javascript). You > may file a feature request for this if you want. I find this an > interesting feature as well and might just implement it next week. > > Franky > > > -----Original Message----- > From: "Frank Roper" <fr...@fr...> > Sent: Tuesday, 19. Dec 2006 2:15 +0100 > To: "phpESP list" <php...@li...> > Subject: [phpesp-general] Limiting the number of responses to a > multiple choice question > > I would like to be able to limit the number of answers that a user > can check in a multiple choice question. For example I have 6 > possible answers and users can only chose 3 of them. Is there a way > of doing this. > > Many thanks > > Frank > > Frank Roper | frankweb | fr...@fr... | 01992 700581 > Visit our site: www.frankweb.co.uk > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your opinions on IT & business topics through brief surveys - > and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ phpESP-general > mailing list php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |