Adjusts language
This commit is contained in:
parent
a714d1c5a1
commit
991925f33d
@ -1,4 +1,5 @@
|
|||||||
<main class="styleguide_tpl">
|
<main class="styleguide_tpl">
|
||||||
|
<h1>Thank you!</h1>
|
||||||
<p>
|
<p>
|
||||||
Your answers have been submitted. We will review and your recruiter
|
Your answers have been submitted. We will review and your recruiter
|
||||||
will be in touch.
|
will be in touch.
|
||||||
|
@ -13,8 +13,15 @@
|
|||||||
<div id="nojs<%= question.question_id %>" data-id="live-coder-finish-later">
|
<div id="nojs<%= question.question_id %>" data-id="live-coder-finish-later">
|
||||||
<noscript>
|
<noscript>
|
||||||
<p class="warning">
|
<p class="warning">
|
||||||
This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
|
<% unless params[:action] == 'summary' %>
|
||||||
|
This is a question where you will be
|
||||||
|
<% else %>
|
||||||
|
This is a question where you were
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
asked to write code, and it utilizes a JavaScript-enabled
|
||||||
environment. It looks like JavaScript is not loaded.
|
environment. It looks like JavaScript is not loaded.
|
||||||
|
|
||||||
<% unless params[:action] == 'summary' %>
|
<% unless params[:action] == 'summary' %>
|
||||||
Please check the box below to acknowledge that you agree to come back at a later time to finish
|
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.
|
answering this question before you can submit the test.
|
||||||
|
Loading…
Reference in New Issue
Block a user