<%= question["header"].html_safe.present? ? question["header"].html_safe : "missing question header"%>
<% question["answer_options"].each do |index, answer_option| %> <% if index.to_i.even? %>
<% end %> <%end %>
<% question["answer_options"].each do |index, answer_option| %> <% if !index.to_i.even? %>
<% end %> <%end %>