<%= content_tag(:h1, question.text ) %>
<% question.answers.each do |quest| %>
<%= raw quest.text %>
<% end %>