Update GameQuestion.html
This commit is contained in:
parent
b643d70e93
commit
797eb4b255
@ -263,18 +263,18 @@
|
|||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><h4>3. What is your preferred action in Super Mario Bros?</h4>
|
<p><h4>3. Which role descibes you the best in Super Mario Bros?</h4>
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" class="option-input radio" name="gamestyle" value="A" >
|
<input type="radio" class="option-input radio" name="gamestyle" value="A" >
|
||||||
Speed run
|
Runner: try to complete a level as fast as possible by running and jumping
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" class="option-input radio" name="gamestyle" value="B" >
|
<input type="radio" class="option-input radio" name="gamestyle" value="B" >
|
||||||
Killing monsters
|
Killer: prefer killing all the monsters in a level
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" class="option-input radio" name="gamestyle" value="C" >
|
<input type="radio" class="option-input radio" name="gamestyle" value="C" >
|
||||||
Collecting coins
|
Collector: attempt to collect all the coins in a level
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" class="option-input radio" name="gamestyle" value="D" >
|
<input type="radio" class="option-input radio" name="gamestyle" value="D" >
|
||||||
|
Loading…
Reference in New Issue
Block a user