2016-08-19 16:02:18 -05:00
|
|
|
<%
|
|
|
|
content_for :section_title, "New Question"
|
2016-11-22 16:59:54 -06:00
|
|
|
content_for :title, "New Question - Skills Assessment Admin"
|
2016-08-19 16:02:18 -05:00
|
|
|
%>
|
|
|
|
|
2016-08-24 12:17:00 -05:00
|
|
|
<%= render partial: 'form', locals: {question: @question, action: admin_create_question_path } %>
|