<%= f.hidden_field :given_order %>
<%= f.text_field :title %>
<%= link_to_remove_association f, class: "delete" do %> <%= t("dashboard.polls.question_answer_fields.remove_answer") %> <% end %>
<%= f.text_area :description, maxlength: Poll::Question.description_max_length, class: "html-area" %>