Skip to content

Commit

Permalink
Fix typos in example experiment
Browse files Browse the repository at this point in the history
Change "next" to "text", fix issue where both questionnaire questions
saved as "engagement"
  • Loading branch information
alexanderrich committed Apr 22, 2014
1 parent 058c139 commit e68610e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions psiturk/example/templates/instructions/instruct-2.html
Expand Up @@ -9,9 +9,9 @@ <h1>Instructions</h1>
<p>
This is the second page of instructions
</p>

<p>
Put some next in this paragraph
Put some text in this paragraph
</p>


Expand Down
4 changes: 2 additions & 2 deletions psiturk/example/templates/instructions/instruct-3.html
Expand Up @@ -9,9 +9,9 @@ <h1>Instructions</h1>
<p>
This is the third page of instructions
</p>

<p>
Put some next in this paragraph
Put some text in this paragraph
</p>


Expand Down
11 changes: 5 additions & 6 deletions psiturk/example/templates/postquestionnaire.html
Expand Up @@ -40,18 +40,18 @@ <h1>Task Complete</h1>
On a scale of 1-10 (where 10 is the most difficult), please rate how <b>DIFFICULT</b> you found the learning task:
</div>
<div class="col-md-4">
<select id="engagement" name="engagement">
<option value="10">10 - Very engaging</option>
<select id="difficulty" name="difficulty">
<option value="10">10 - Very difficult</option>
<option value="9">9</option>
<option value="8">8</option>
<option value="7">7</option>
<option value="6">6</option>
<option value="5" SELECTED>5 - Moderately</option>
<option value="5" SELECTED>5 - Moderately difficult</option>
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1</option>
<option value="0">0 - Not engaged</option>
<option value="0">0 - Not difficult at all</option>
</select>
</div>
</div>
Expand All @@ -75,6 +75,5 @@ <h1>Task Complete</h1>
</div>
</div>


</div>

</div>

0 comments on commit e68610e

Please sign in to comment.