Formatting updates
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<main class="styleguide_tpl">
|
||||
<p>
|
||||
Your test results have been saved. You can visit again later with your candidate ID to complete
|
||||
Your test results have been saved. You can visit again later with your Test ID to complete
|
||||
the test starting from where you left off.
|
||||
</p>
|
||||
|
||||
<div class="btn-return">
|
||||
<a class="btn primary-btn" href="<%= question_path %>">Return to Test</a>
|
||||
<div class="button-wrap">
|
||||
<a class="btn primary-btn" href="<%= question_path %>">Return to test</a>
|
||||
</div>
|
||||
</main>
|
||||
|
@ -5,6 +5,8 @@
|
||||
Once you're done, hit the button at the bottom of the page to submit your answers.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<% @quiz.each do |question| %>
|
||||
<%= form_for(:answer, url: post_answer_path(answer_id: question.answer_id), html:{class: 'summary-form'}) do |form| %>
|
||||
<article class="answer-sec <%= question.input_type %>-type" data-qid="<%= question.question_id %>">
|
||||
|
@ -20,7 +20,7 @@
|
||||
answers, we will review your assessment and your recruiter will be in touch.
|
||||
</p>
|
||||
|
||||
<%= link_to question_path do %>
|
||||
<button type="submit">Begin</button>
|
||||
<% end %>
|
||||
<div class="button-wrap">
|
||||
<%= link_to "Begin", question_path, {class: 'btn'} %>
|
||||
</div>
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user