Sha256: f455fd1f81187db7978da02b3b332ca97d53ca8dc45d58babbfe017fd21393b2
Contents?: true
Size: 449 Bytes
Versions: 133
Compression:
Stored size: 449 Bytes
Contents
<div class="form-group"> <input id="solution_content" type="text" name="solution[content]" style="display: none"> <% @exercise.pretty_choices.each do |choice| %> <div class="field checkbox complementary complementary-checkbox"> <%= check_box_tag(choice.id, '1', checked?(choice, @current_content), class: 'solution-choice', 'data-index' => choice.index) %> <%= label_tag(choice.id, choice.text) %> </div> <% end %> </div>
Version data entries
133 entries across 133 versions & 1 rubygems