Sha256: 102ad57b991a0ddfee93c19d5309078ca7fe88c4eeb4c1c3963d70fe3f36c4dd

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

<%= render partial: "rapidfire/answers/errors", locals: {answer: answer} %>

<%= f.label :answer_text, answer.question.question_text %>
<%- answer.question.options.each do |option| %>
  <%= f.label "answer_text_#{option}", option do %>
    <%= f.radio_button :answer_text, option %>
    <%= option %>
  <% end %>
<% end %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rapidfire-3.0.0 app/views/rapidfire/answers/_radio.html.erb
rapidfire-2.1.0 app/views/rapidfire/answers/_radio.html.erb
rapidfire-2.0.0 app/views/rapidfire/answers/_radio.html.erb
unique_rapidfire-1.0.0 app/views/rapidfire/answers/_radio.html.erb
rapidfire-1.2.0 app/views/rapidfire/answers/_radio.html.erb
rapidfire-1.0.0 app/views/rapidfire/answers/_radio.html.erb