Summary dynamic load progress
This commit is contained in:
@ -2,16 +2,18 @@
|
||||
Please revisit this page with JavaScript enabled to modify your answer.
|
||||
</div>
|
||||
|
||||
<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
|
||||
to acknowledge that you agree to come back at a later time to finish answering this question
|
||||
before you can submit the test.
|
||||
</p>
|
||||
<input type="checkbox" class="checkbox" name="live-coder-later" value="check_1" id="check_1" />
|
||||
<label for="check_1">I will come back later to finish this live coding question</label>
|
||||
</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
|
||||
to acknowledge that you agree to come back at a later time to finish answering this question
|
||||
before you can submit the test.
|
||||
</p>
|
||||
<input type="checkbox" class="checkbox" name="live-coder-later" value="check_1" id="check_1" />
|
||||
<label for="check_1">I will come back later to finish this live coding question</label>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div data-id="live-coder-answer">
|
||||
<% # answers inserted dynamically via jQuery .load()
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<%= form_tag(post_summary_path) do %>
|
||||
<% @quiz.each do |question| %>
|
||||
<article class="answer-sec">
|
||||
<article class="answer-sec <%= question.input_type %>-type" data-qid="<%= question.question_id %>">
|
||||
<div class="question-heading">
|
||||
<div class="question-title">
|
||||
<h3><%= question.question %></h3>
|
||||
|
Reference in New Issue
Block a user