From: SourceForge.net <no...@so...> - 2005-04-01 14:33:10
|
Bugs item #1174442, was opened at 2005-03-31 16:25 Message generated for change (Comment added) made by crenfax You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1174442&group_id=8956 Category: SQL Group: None Status: Open Resolution: None Priority: 5 Submitted By: Craig Sturman (crenfax) Assigned to: Nobody/Anonymous (nobody) Summary: rating radio buttons reflect a value one less than it should Initial Comment: Hi guys, I'm running into an issue with rating questions. While I have some questions listed as rating from 1 - 10, the actual values of the radio buttons are 0 - 9. I'll include an html snippet of what i mean below. Oh, This is on a Debian Sarge server (current Apache 1.3.34-4, MySQL 4.0.24, and PHP 4.3.10) Overall though, this project is quite welldone,. Thanks guys. :-) Snippet: <table border="0" cellspacing="1" cellpadding="0"> <tbody> <tr> <td></td> <td width="40" align="center" bgcolor="#eeeeee">1</td> <td width="40" align="center" bgcolor="#dddddd">2</td> <td width="40" align="center" bgcolor="#eeeeee">3</td> <td width="40" align="center" bgcolor="#dddddd">4</td> <td width="40" align="center" bgcolor="#eeeeee">5</td> <td width="40" align="center" bgcolor="#dddddd">6</td> <td width="40" align="center" bgcolor="#eeeeee">7</td> <td width="40" align="center" bgcolor="#dddddd">8</td> <td width="40" align="center" bgcolor="#eeeeee">9</td> <td width="40" align="center" bgcolor="#dddddd">10</td> </tr> <tr> <td align="right">Importance:</td> <td width="40" align="center" bgcolor="#eeeeee"><input type="radio" name="140_810" value="0" /></td> <td width="40" align="center" bgcolor="#dddddd"><input type="radio" name="140_810" value="1" /></td> <td width="40" align="center" bgcolor="#eeeeee"><input type="radio" name="140_810" value="2" /></td> <td width="40" align="center" bgcolor="#dddddd"><input type="radio" name="140_810" value="3" /></td> <td width="40" align="center" bgcolor="#eeeeee"><input type="radio" name="140_810" value="4" /></td> <td width="40" align="center" bgcolor="#dddddd"><input type="radio" name="140_810" value="5" /></td> <td width="40" align="center" bgcolor="#eeeeee"><input type="radio" name="140_810" value="6" /></td> <td width="40" align="center" bgcolor="#dddddd"><input type="radio" name="140_810" value="7" /></td> <td width="40" align="center" bgcolor="#eeeeee"><input type="radio" name="140_810" value="8" /></td> <td width="40" align="center" bgcolor="#dddddd"><input type="radio" name="140_810" value="9" /></td> </tr> ---------------------------------------------------------------------- >Comment By: Craig Sturman (crenfax) Date: 2005-04-01 09:33 Message: Logged In: YES user_id=762642 Hi Greg, Yes, I went through and completed a test of one particular survey that has a number of rank questions rating from 1 to 10. I added all resposes as 5 and all 4s were entered in the database. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-03-31 17:00 Message: Logged In: YES user_id=14116 Is the data that is captured/exported incorrect. The internal numbering of the radio buttons probably doesn't matter. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1174442&group_id=8956 |