@ -1,4 +1,8 @@
|
||||
<%
|
||||
content_for_javascript_once 'live-coder' do
|
||||
javascript_include_tag "live-coder"
|
||||
end
|
||||
|
||||
option_id = "#{question.question_id}_finish-later"
|
||||
checkbox_html = {class: 'checkbox',
|
||||
id: "answer_#{option_id}",
|
||||
|
@ -2,6 +2,9 @@
|
||||
content_for :title, "Skills Assessment"
|
||||
content_for :footer_title, "Skills Assessment"
|
||||
content_for :progress, @status.progress.to_s
|
||||
content_for_javascript_once 'summary-edit' do
|
||||
javascript_include_tag "summary-edit"
|
||||
end
|
||||
%>
|
||||
|
||||
<main class="summary_tpl">
|
||||
|
Reference in New Issue
Block a user