moved flash error
This commit is contained in:
parent
f9d1bee917
commit
e6f0466a10
@ -11,6 +11,8 @@
|
|||||||
Please revisit this page with JavaScript enabled to modify your answer.
|
Please revisit this page with JavaScript enabled to modify your answer.
|
||||||
</div> -->
|
</div> -->
|
||||||
|
|
||||||
|
<%= render partial: "candidate/answer_errors", locals: {question: question, answer: @answer} %>
|
||||||
|
|
||||||
<div data-id="live-coder-finish-later">
|
<div data-id="live-coder-finish-later">
|
||||||
<p class="warning">
|
<p class="warning">
|
||||||
This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
|
This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
|
||||||
@ -33,5 +35,3 @@
|
|||||||
# to check for JS capability/enabled
|
# to check for JS capability/enabled
|
||||||
%>
|
%>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= render partial: "candidate/answer_errors", locals: {question: question, answer: @answer} %>
|
|
||||||
|
10
test/fixtures/candidates.yml
vendored
10
test/fixtures/candidates.yml
vendored
@ -10,6 +10,16 @@ roy:
|
|||||||
reminded: false
|
reminded: false
|
||||||
test_hash: NmEjDkOEKY4
|
test_hash: NmEjDkOEKY4
|
||||||
|
|
||||||
|
gillian:
|
||||||
|
name: Gillian Anderson
|
||||||
|
email: gillian.anderson@mailinator.com
|
||||||
|
experience: 4-6
|
||||||
|
recruiter: recruiter
|
||||||
|
quiz: fed
|
||||||
|
completed: false
|
||||||
|
reminded: false
|
||||||
|
test_hash: fbBOCmkhVC0
|
||||||
|
|
||||||
martha:
|
martha:
|
||||||
name: Martha Watts
|
name: Martha Watts
|
||||||
email: martha.watts@mailinator.com
|
email: martha.watts@mailinator.com
|
||||||
|
Loading…
Reference in New Issue
Block a user