%= error_messages_for 'problem' %>
<%= text_field 'problem', 'name' %>
<%= text_field 'problem', 'full_name' %>
<%= text_field 'problem', 'full_score' %>
<%= date_select 'problem', 'date_added' %>
<%= check_box :problem, :available %> <%= check_box :problem, :test_allowed %> <%= check_box :problem, :output_only %>
<%= error_messages_for 'description' %>
<%= text_area :description, :body, :rows => 10, :cols => 80 %>
<%= select "description", "markdowned", [['True',true],['False',false]], {:selected => (@description) ? @description.markdowned : false } %>
<%= text_field 'problem', 'url' %>