@ -1,3 +1,9 @@
|
||||
<%
|
||||
content_for_javascript_once 'live-coder' do
|
||||
javascript_include_tag "live-coder"
|
||||
end
|
||||
%>
|
||||
|
||||
<div data-id="live-coder-answer">
|
||||
<div class="code-input">
|
||||
<label for="question_input_options_html">HTML</label>
|
||||
|
@ -45,6 +45,8 @@
|
||||
|
||||
<!--[if ! lte IE 8]><!-->
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
|
||||
<%= javascript_include_tag 'admin', 'data-turbolinks-track': 'reload' %>
|
||||
<%= yield :custom_javascipt %>
|
||||
<!--<![endif]-->
|
||||
</body>
|
||||
</html>
|
||||
|
@ -52,6 +52,7 @@
|
||||
|
||||
<!--[if ! lte IE 8]><!-->
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
|
||||
<%= yield :custom_javascipt %>
|
||||
<!--<![endif]-->
|
||||
|
||||
</body>
|
||||
|
@ -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