Skip to content

Commit

Permalink
Fixed issue #12397: Cannot fill in multiple choice
Browse files Browse the repository at this point in the history
Dev: twig file issue
  • Loading branch information
Shnoulle committed Jun 6, 2017
1 parent 024aba7 commit 7fdd284
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -22,12 +22,12 @@
<li id='javatbd{{ myfname }}' class='question-item answer-item checkbox-item form-group {{ extra_class }}' {{ sDisplayStyle }} >
<input
type="checkbox"
name="{{ name.title }}"
id="answer{{ name.title }}"
name="{{ myfname }}"
id="answer{{ myfname }}"
value="Y"
{{ checkedState }}
/>
<label for="answer{{ name.title }}" class="checkbox-label control-label">{{ question }}</label>
<label for="answer{{ myfname }}" class="checkbox-label control-label">{{ question }}</label>
<input
type="hidden"
name="java{{ myfname }}"
Expand Down

0 comments on commit 7fdd284

Please sign in to comment.