Newer
Older
dmpopidor / app / views / org_admin / sections / _progress.html.erb
@briley briley on 23 May 2018 347 bytes Template Versioning
<%# locals: { section, plan } %>
<!-- Partial template for showing the progress for a section, i.e. the valid answers -->
<% num_section_questions = section.questions.size() %>
<% num_section_answers = section.num_answered_questions(plan) %>
<span class="right section-status">
  (<%= num_section_answers %> / <%= num_section_questions %>)
</span>