Skip to content

Commit

Permalink
Dev: Going back to 'Full answers' by default in answers export
Browse files Browse the repository at this point in the history
This was the default in 2.06
  • Loading branch information
Aestu committed Mar 19, 2016
1 parent 6244002 commit a24044d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/admin/export/exportresults_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,24 +253,24 @@ class="form-control"
<div class="panel-body">
<!-- Answer codes / Full answers -->
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-default active">
<label class="btn btn-default">
<input
name="answers"
value="short"
type="radio"
checked='checked'
id="answers-short"
autofocus="true"
/>
<?php eT("Answer codes");?>
</label>

<label class="btn btn-default">
<label class="btn btn-default active">
<input
name="answers"
value="long"
type="radio"
checked='checked'
id="answers-long"
autofocus="true"
/>
<?php eT("Full answers");?>
</label>
Expand Down

0 comments on commit a24044d

Please sign in to comment.