<%= @question.question %>
<%= render partial: @question.input_type, locals: {question: @question, answer: @answer.answer } %>
<% if @status.on_summary %>
%
content_for :title, "Skills Assessment"
content_for :category, @question.category
content_for :summary, true if @status.on_summary
content_for :footer_title, "Skills Assessment"
%>
<%= form_tag(post_question_path) do %>
<%= @question.question %>
<%= render partial: @question.input_type, locals: {question: @question, answer: @answer.answer } %>
<% if @status.on_summary %>
<% else %>
<% end %>