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