Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
now you have to actually answer the questions to get the reward cat
Browse files Browse the repository at this point in the history
  • Loading branch information
developerace committed Aug 19, 2017
1 parent b4da811 commit 7d2bf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.tpl
Expand Up @@ -18,12 +18,12 @@
{else}
<h2>{$questionText}</h2>
{if $questionTypeID eq 0}
<textarea></textarea>
<textarea form="continue" required></textarea>
{elseif $questionTypeID eq 1}
<form class="multiplechoice">
{foreach from=$choices key=$key item=$value}

<label class="multiplechoice"><input type="radio" name="multiplechoice"><img class="multiplechoiceimage" src="{$choices[$key]}"></label><br>
<label class="multiplechoice"><input type="radio" form="continue" name="multiplechoice" required><img class="multiplechoiceimage" src="{$choices[$key]}"></label><br>
{/foreach}
</form>

Expand Down

0 comments on commit 7d2bf09

Please sign in to comment.