2016-08-18 18:22:57 -05:00
|
|
|
<%
|
|
|
|
content_for :section_title, "New Quiz"
|
2016-11-22 16:59:54 -06:00
|
|
|
content_for :title, "New Quiz - Skills Assessment Admin"
|
2016-08-18 18:22:57 -05:00
|
|
|
%>
|
2016-08-18 15:35:17 -05:00
|
|
|
|
2016-08-24 12:17:00 -05:00
|
|
|
<%= render partial: 'form', locals: { quiz: @quiz, action: admin_create_quiz_path } %>
|