diff --git a/app/views/quiz/_live_code.html.erb b/app/views/quiz/_live_code.html.erb
index ea220bf..897125b 100644
--- a/app/views/quiz/_live_code.html.erb
+++ b/app/views/quiz/_live_code.html.erb
@@ -11,20 +11,22 @@
<%= render partial: "quiz/answer_errors", locals: {question: question, answer: answer} %>
-
- This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
- environment. It looks like JavaScript is not loaded.
+
+
+ This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
+ environment. It looks like JavaScript is not loaded.
+ <% unless params[:action] == 'summary' %>
+ Please check the box below to acknowledge that you agree to come back at a later time to finish
+ answering this question before you can submit the test.
+ <% else %>
+ You will need to enable JavaScript and answer this question before you can submit the test.
+ <% end %>
+
<% unless params[:action] == 'summary' %>
- Please check the box below to acknowledge that you agree to come back at a later time to finish
- answering this question before you can submit the test.
- <% else %>
- You will need to enable JavaScript and answer this question before you can submit the test.
+ <%= form.check_box(:answer, checkbox_html, true, '') %>
+ <%= form.label(option_id, 'I will come back later to finish this code question') %>
<% end %>
-
- <% unless params[:action] == 'summary' %>
- <%= form.check_box(:answer, checkbox_html, true, '') %>
- <%= form.label(option_id, 'I will come back later to finish this code question') %>
- <% end %>
+
diff --git a/app/views/quiz/_live_code_text.html.erb b/app/views/quiz/_live_code_text.html.erb
index 410d01d..de49fd9 100644
--- a/app/views/quiz/_live_code_text.html.erb
+++ b/app/views/quiz/_live_code_text.html.erb
@@ -11,20 +11,22 @@
<%= render partial: "quiz/answer_errors", locals: {question: question, answer: answer} %>
-
- This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
- environment. It looks like JavaScript is not loaded.
+
+
+ This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
+ environment. It looks like JavaScript is not loaded.
+ <% unless params[:action] == 'summary' %>
+ Please check the box below to acknowledge that you agree to come back at a later time to finish
+ answering this question before you can submit the test.
+ <% else %>
+ You will need to enable JavaScript and answer this question before you can submit the test.
+ <% end %>
+
<% unless params[:action] == 'summary' %>
- Please check the box below to acknowledge that you agree to come back at a later time to finish
- answering this question before you can submit the test.
- <% else %>
- You will need to enable JavaScript and answer this question before you can submit the test.
+ <%= form.check_box(:answer, checkbox_html, true, '') %>
+ <%= form.label(option_id, 'I will come back later to finish this code question') %>
<% end %>
-
- <% unless params[:action] == 'summary' %>
- <%= form.check_box(:answer, checkbox_html, true, '') %>
- <%= form.label(option_id, 'I will come back later to finish this code question') %>
- <% end %>
+