vegantech/sims

View on GitHub
app/views/checklist_builder/answers/_form.html.erb

Summary

Maintainability
Test Coverage
<p>
  Text: <%=markdown_note %><br />
  <%= f.text_area :text , :class => 'spell_check'%>
</p>
<p>
  Scoring Value: (Required) <%= f.select :value, (0..10).to_a, :selected => answer_definition.value.to_i %>
</p>
<p> Automatically set other answers in question to same.  (Useful for N/A)
<%=f.check_box :autoset_others %>
</p>