|
From: <sv...@va...> - 2005-03-14 04:28:12
|
Author: njn
Date: 2005-03-14 04:28:08 +0000 (Mon, 14 Mar 2005)
New Revision: 75
Modified:
trunk/gallery/survey_current/submitted.php
trunk/gallery/survey_current/survey.html
trunk/gallery/surveys.html
Log:
More survey streamlining.
Modified: trunk/gallery/survey_current/submitted.php
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/survey_current/submitted.php 2005-03-14 04:17:53 UTC (r=
ev 74)
+++ trunk/gallery/survey_current/submitted.php 2005-03-14 04:28:08 UTC (r=
ev 75)
@@ -38,10 +38,6 @@
$results .=3D $post['q']. "\n";
$results .=3D $post['rb']. "\n";
}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
$post =3D $_POST['Q7'];
if ( !empty( $post['txt'] ) ) {
$results .=3D $post['q']. "\n";
@@ -68,10 +64,6 @@
if ( !empty( $post['cb5'] ) )
$results .=3D $post['cb5']. "\n";
}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
$post =3D $_POST['Q10'];
if ( !empty($post['txt0']) || !empty($post['txt1']) ||
!empty($post['txt2']) || !empty($post['txt3']) ||
@@ -156,24 +148,6 @@
$results .=3D $post['q']. "\n";
$results .=3D $post['txt']. "\n\n";
}
-$post =3D $_POST['Q22'];
-if ( !empty( $post['rb'] ) ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['rb']. "\n\n";
-}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
-$post =3D $_POST['Q23'];
-if ( !empty( $post['rb'] ) ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['rb']. "\n\n";
-}
-if ( !empty( $post['txt0'] ) ) {
- $results .=3D $post['cmt0']. "\n";
- $results .=3D $post['txt0']. "\n\n";
-}
if ( !empty( $post['txt1'] ) ) {
$results .=3D $post['cmt1']. "\n";
$results .=3D $post['txt1']. "\n\n";
@@ -183,16 +157,16 @@
$post =3D $_POST['Q24'];
$txt =3D ' Project name :=20
Website (if one exists) :=20
- Brief description :=20
- Public or private? :=20
- License : (eg. GNU GPL; BSD; proprietary)
- Language(s) : (estimate proportions if > 1, eg. 80% C, 20% Fortran)
+ Brief description :=20
+ Public or private? :=20
+ License : (eg. GNU GPL; BSD; proprietary)
+ Language(s) : (estimate proportions if > 1, eg. 80% C, 20% For=
tran)
No of programmers in total :=20
No of programmers using Valgrind :=20
Size (lines of code) :=20
- No. of users :=20
+ No. of users :=20
Development location :=20
- Other comments : ';
+ Other comments : ';
$txt =3D ereg_replace( "\n", "", $txt );
$tmp =3D ereg_replace( "\n", "", $post['txt'] );
$tmp =3D ereg_replace( "\r", "", $tmp );
@@ -209,11 +183,6 @@
$results .=3D $post['cmt']. "\n";
$results .=3D $post['txt']. "\n\n";
}
-$post =3D $_POST['Q26'];
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
=20
/*------ surveys ------*/
$post =3D $_POST['Q29'];
Modified: trunk/gallery/survey_current/survey.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/survey_current/survey.html 2005-03-14 04:17:53 UTC (rev=
74)
+++ trunk/gallery/survey_current/survey.html 2005-03-14 04:28:08 UTC (rev=
75)
@@ -76,21 +76,17 @@
<tr><td>
<input type=3D"hidden" name=3D"Q5[q]"=20
value=3D"5. On average how often do you use Valgrind"/>
- <b>5. </b>On average, approximately how often do you use Valgrind?<br =
/>
+ <b>5. </b>Which of the following best describes how often you use
+ Valgrind?<br />
<input name=3D"Q5[rb]" type=3D"radio" value=3D"hourly"/> hourly<br/>
<input name=3D"Q5[rb]" type=3D"radio" value=3D"daily"/> daily<br/>
<input name=3D"Q5[rb]" type=3D"radio" value=3D"weekly"/> weekly<br/>
<input name=3D"Q5[rb]" type=3D"radio" value=3D"monthly"/> monthly<br/>
- <input name=3D"Q5[rb]" type=3D"radio" value=3D"other"/> other=20
- (please specify below)<br/>
- <p><b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q5[cmt]" value=3D"5. Comments:"/>
- <textarea name=3D"Q5[txt]" rows=3D"2" cols=3D"56"></textarea></p>
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q7[q]"=20
- value=3D"7. What x86 machine(s) do you use Valgrind on"/>
- <b>7. </b>What x86 machine(s) do you use Valgrind on?<br />
+ value=3D"7. What hardware do you use Valgrind on"/>
+ <b>7. </b>What hardware do you use Valgrind on?<br />
Estimate the proportion of your Valgrind usage on different
machines. (Example: Pentium 4 70%, Athlon 30%)<br />
<textarea name=3D"Q7[txt]" rows=3D"2" cols=3D"56"></textarea>
@@ -98,25 +94,21 @@
<tr><td>
<input type=3D"hidden" name=3D"Q8[q]"=20
value=3D"8. What Linux distros do you use Valgrind on"/>
- <b>8. </b>What Linux distribution(s) do you use Valgrind on?<br />
+ <b>8. </b>What operating systems(s) do you use Valgrind on?<br />
Estimate the proportion of your Valgrind usage on different
- distributions. Please give version numbers if
- possible. (Example: RedHat 9.0 90%, SuSe 8.1 10%)<br />
+ operating systems. Please give version numbers if
+ possible. (Example: Linux RedHat 9.0 90%, Linux SuSe 8.1 10%)<br />
<textarea name=3D"Q8[txt]" rows=3D"2" cols=3D"56"></textarea>
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q9[q]"=20
value=3D"9. In what form did you/do you obtain Valgrind"/>
- <b>9. </b>In what form did you/do you obtain Valgrind?=20
- (select all the options that are appropriate.)<br />
+ <b>9. </b>In what form did you/do you obtain Valgrind?<br />
<input name=3D"Q9[cb1]" type=3D"checkbox" value=3D"cvs"/> source, fro=
m CVS<br/>
<input name=3D"Q9[cb2]" type=3D"checkbox" value=3D"www"/> source, from=
website<br/>
<input name=3D"Q9[cb3]" type=3D"checkbox" value=3D"rpm"/> pre-built ve=
rsion (eg. RPM)<br/>
<input name=3D"Q9[cb4]" type=3D"checkbox" value=3D"inst"/> already ins=
talled on system<br/>
<input name=3D"Q9[cb5]" type=3D"checkbox" value=3D"other"/> other (ple=
ase specify below)<br/>
- <p><b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q9[cmt]" value=3D"9. Comments:"/>
- <textarea name=3D"Q9[txt]" rows=3D"2" cols=3D"56"></textarea></p>
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q10[q]"=20
@@ -161,16 +153,15 @@
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q11[q]"=20
- value=3D"11. Which command-line flags do you (almost) always use"/>
- <b>11. </b>Which of Valgrind's command-line flags do you always, or
- almost always, use?=20
- (Example: --leak-check=3Dyes, --num-callers=3D20)<br />
+ value=3D"11. Which command-line options do you (almost) always use"=
/>
+ <b>11. </b>Which of Valgrind's command-line options do you always, or
+ almost always, use?<br />
<textarea name=3D"Q11[txt]" rows=3D"2" cols=3D"56"></textarea>
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q12[q]"=20
- value=3D"12. Which command-line flags do you sometimes use"/>
- <b>12. </b>Which of Valgrind's command-line flags you sometimes use?<b=
r />
+ value=3D"12. Which command-line options do you sometimes use"/>
+ <b>12. </b>Which of Valgrind's command-line options you sometimes use?=
<br />
<textarea name=3D"Q12[txt0]" rows=3D"2" cols=3D"56"></textarea>
</td></tr>
<tr><td>
@@ -269,28 +260,6 @@
<textarea name=3D"Q21[txt]" rows=3D"3" cols=3D"56"></textarea>
</td></tr>
<tr><td>
- <input type=3D"hidden" name=3D"Q22[q]"=20
- value=3D"22. Have you submitted any bug reports or feature requests:"=
/>
- <b>22. </b>Have you submitted any bug reports or feature
- requests for Valgrind?<br />
- <input name=3D"Q22[rb]" type=3D"radio" value=3D"yes"/> Yes<br/>
- <input name=3D"Q22[rb]" type=3D"radio" value=3D"no"/> No<br/>
- <b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q22[cmt]" value=3D"22. Comments:"/>
- <textarea name=3D"Q22[txt]" rows=3D"2" cols=3D"56"></textarea>
-</td></tr>
-<tr><td>
- <input type=3D"hidden" name=3D"Q23[q]"=20
- value=3D"23. Have you contributed any included code"/>
- <b>23. </b>Have you contributed any code that has been included in
- Valgrind?<br />
- <input name=3D"Q23[rb]" type=3D"radio" value=3D"yes"/> Yes<br/>
- <input name=3D"Q23[rb]" type=3D"radio" value=3D"no"/> No<br/>
- <b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q23[cmt0]" value=3D"23. Comments:"/>
- <textarea name=3D"Q23[txt0]" rows=3D"2" cols=3D"56"></textarea>
-</td></tr>
-<tr><td>
Any other comments about non-software issues?<br />
<input type=3D"hidden" name=3D"Q23[cmt1]" value=3D"23. Other Comments:=
"/>
<textarea name=3D"Q23[txt1]" rows=3D"2" cols=3D"56"></textarea>
@@ -330,22 +299,14 @@
mentioned on the Valgrind website as one that uses Valgrind?
(Please only say "yes" if you have the appropriate authority
within your project to do so, or you have asked someone with
- the appropriate authority.)<br />
+ the appropriate authority.) We will only mention the project name,
+ website, and a brief description.<br />
<input name=3D"Q25[rb]" type=3D"radio" value=3D"yes"/> Yes<br/>
<input name=3D"Q25[rb]" type=3D"radio" value=3D"no"/> No<br/>
<b>Comments:</b><br />
<input type=3D"hidden" name=3D"Q25[cmt]" value=3D"25. Comments:"/>
<textarea name=3D"Q25[txt]" rows=3D"2" cols=3D"56"></textarea>
</td></tr>
-<tr><td>
- <input type=3D"hidden" name=3D"Q26[q]"=20
- value=3D"26. Information not to be mentioned on valgrind.org:"/>
- <p><b>26. </b>If yes, please specify any information you gave in the
- previous answer that you do *not* want mentioned (eg. "don't
- mention the development location"). We will not mention your
- name.<br />
- <textarea name=3D"Q26[txt]" rows=3D"3" cols=3D"56"></textarea></p>
-</td></tr>
</table>
<p> </p>
=20
Modified: trunk/gallery/surveys.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/surveys.html 2005-03-14 04:17:53 UTC (rev 74)
+++ trunk/gallery/surveys.html 2005-03-14 04:28:08 UTC (rev 75)
@@ -5,7 +5,7 @@
Survey</a></h3>
=20
<p>Let your opinions about Valgrind be heard: complete our
-<a href=3D"/gallery/survey_current/survey.html">current survey</a>, or b=
y=20
+<a href=3D"/gallery/survey_current/survey.html">current survey</a>.
Even if you completed the last survey, we'd like your response to this
survey, as it will give us more precise and directly useful
information.</p>
|