[Sv1-commits] SF.net SVN: sv1:[1607] website
Brought to you by:
cannam
From: <ca...@us...> - 2009-08-26 21:50:55
|
Revision: 1607 http://sv1.svn.sourceforge.net/sv1/?rev=1607&view=rev Author: cannam Date: 2009-08-26 21:50:46 +0000 (Wed, 26 Aug 2009) Log Message: ----------- ... Modified Paths: -------------- website/survey16-submit.php website/survey16.html Modified: website/survey16-submit.php =================================================================== --- website/survey16-submit.php 2009-08-26 13:53:21 UTC (rev 1606) +++ website/survey16-submit.php 2009-08-26 21:50:46 UTC (rev 1607) @@ -48,7 +48,7 @@ fclose($file); } -sleep(2); +sleep(1); } ?> Modified: website/survey16.html =================================================================== --- website/survey16.html 2009-08-26 13:53:21 UTC (rev 1606) +++ website/survey16.html 2009-08-26 21:50:46 UTC (rev 1607) @@ -85,6 +85,7 @@ <li>How easy do you find Sonic Visualiser to use?<br> <input type="radio" name="easy" value="quite"> I find it straightforward to use<br> <input type="radio" name="easy" value="learningcurve"> Getting started was tricky, but I'm OK with it now<br> + <input type="radio" name="easy" value="pitfalls"> I can do everything I need to, but it's frustrating and I'm often caught out by unexpected behaviour<br> <input type="radio" name="easy" value="bits"> I can use a few features fine, but I don't understand most of it<br> <input type="radio" name="easy" value="not"> I don't understand it at all<br> </li> @@ -105,6 +106,9 @@ <br> + <li>Anything else we should know? Tell us here:<br> + <textarea id="message" name="message" rows="8" cols="60"></textarea></li> + <input type="text" id="misc" name=""/> </ol> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |