Misc style updates
This commit is contained in:
@ -7,20 +7,20 @@
|
||||
checked: Array(question.answer).include?('finish-later')
|
||||
}
|
||||
%>
|
||||
<div class="js-error">
|
||||
<!-- <div class="js-error">
|
||||
Please revisit this page with JavaScript enabled to modify your answer.
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<% unless params[:action] == 'summary' %>
|
||||
<div data-id="live-coder-finish-later">
|
||||
<p class="warning">
|
||||
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 for some reason. Please check the box below
|
||||
environment. It looks like JavaScript is not loaded. 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.
|
||||
</p>
|
||||
<%= form.check_box(:answer, checkbox_html, true, '') %>
|
||||
<%= form.label(option_id, 'I will come back later to finish this live coding question.') %>
|
||||
<%= form.label(option_id, 'I will come back later to finish this code question') %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
<% if @status.on_summary %>
|
||||
|
||||
<div class="btn-container-summary">
|
||||
<div class="btn-container-summary button-wrap">
|
||||
<input type="submit" name="submit" value="Save and return to summary">
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user