<%= f.label :text, "Text question :" %>
<%= f.text_field :text %>
<%= f.label :question_type %> :
<%= f.select :question_type, Question.question_types.keys %>
<%= link_to_remove_association "remove question", f %>