Sha256: 158129f526346b8976f0183a928c8690ef0d402a8d7f1d516edac92f3dae225c
Contents?: true
Size: 399 Bytes
Versions: 39
Compression:
Stored size: 399 Bytes
Contents
<input class="d-none" id="solution_content" type="text" name="solution[content]"> <% @exercise.pretty_choices.each do |choice| %> <div class="form-check"> <%= check_box_tag(choice.id, '1', checked?(choice, @current_content), class: 'solution-choice form-check-input', 'data-index' => choice.index) %> <%= label_tag(choice.id, choice.text, class: 'form-check-label') %> </div> <% end %>
Version data entries
39 entries across 39 versions & 1 rubygems