]> git.donarmstrong.com Git - neurodebian.git/blobdiff - survey/survey.rst
Merge branch 'master' of alioth:/git/pkg-exppsy/neurodebian
[neurodebian.git] / survey / survey.rst
index 8118f00147ca4a2fad85d6eacf43dec2bd49b871..65ec1b8b86b5cc748187cb01c1cbf9e38e07b1f0 100644 (file)
@@ -5,7 +5,7 @@ Scientific software usage in neuroscience research
 This survey should take about five minutes. Immediately after submission you
 will be presented with some statistics on previous responses. Please try to
 answer as many questions as you can, but don't worry if you cannot answer all
-of them.
+of them. For feedback email team@neuro.debian.net
 
 .. raw:: html
 
@@ -43,9 +43,9 @@ of them.
    function showResponse(data, statusText, xhr, $form)  {
        // reset form if server reports success
        if (data.success == true) {
-           $('#nss_survey').resetForm();
-           $('#submit_button').hide();
-           $('#server_response').html(data.results);
+           //$('#nss_survey').resetForm();
+           //$('#submit_button').hide();
+           $('#server_response').html("<p><em>Thanks for participating in this survey.</em></p>" + data.results)
        } else {
            $('#server_response').html("");
            alert(data.message);
@@ -935,9 +935,6 @@ Other
 
 ---------------------------------------------------------------
 
-Thanks for filling out the questionaire. Upon successful submission you will
-be presented with some statistics computed from all previous participants.
-
 .. raw:: html
 
    <input id="submit_button" value="Submit survey" type="submit">