Update question text
This commit is contained in:
parent
3e28b0d1f0
commit
efa5cc9be9
@ -205,60 +205,90 @@
|
||||
<p><h4>Which do you prefer in Super Mario Bros?</h4>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="gamestyle" value="A" >
|
||||
AAAAAA
|
||||
Speed run
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="gamestyle" value="B" >
|
||||
BBBBBB
|
||||
Killing monsters
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="gamestyle" value="C" >
|
||||
CCCCCC
|
||||
Collecting coins
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="gamestyle" value="D" >
|
||||
DDDDDD
|
||||
None of above
|
||||
</label>
|
||||
</p>
|
||||
|
||||
<p><h4>How frequently do you play game?</h4>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="frequency" value="A" >
|
||||
AAAAAA
|
||||
Never
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="frequency" value="B" >
|
||||
BBBBBB
|
||||
Seldom
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="frequency" value="C" >
|
||||
CCCCCC
|
||||
1-3 hours per week
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="frequency" value="D" >
|
||||
DDDDDD
|
||||
3-10 hours per week
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="frequency" value="E" >
|
||||
More than 10 hours a week
|
||||
</label>
|
||||
</p>
|
||||
|
||||
<p><h4>Your age?</h4>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="age" value="A" >
|
||||
AAAAAA
|
||||
Below 20
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="age" value="B" >
|
||||
BBBBBB
|
||||
20-29
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="age" value="C" >
|
||||
CCCCCC
|
||||
30-39
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="age" value="D" >
|
||||
DDDDDD
|
||||
40-49
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="age" value="E" >
|
||||
50-59
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="age" value="F" >
|
||||
Over 60
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="age" value="G" >
|
||||
Prefer not to say
|
||||
</label>
|
||||
</p>
|
||||
|
||||
<p><h4>Your gender?</h4>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="gamestyle" value="A" >
|
||||
Male
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="gamestyle" value="B" >
|
||||
Female
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="option-input radio" name="gamestyle" value="C" >
|
||||
Prefer not to say
|
||||
</label>
|
||||
</p>
|
||||
|
||||
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user