skill-assessment-app/app/views/candidate/oops.html.erb

12 lines
367 B
Plaintext
Raw Permalink Normal View History

2016-11-22 16:59:54 -06:00
<% content_for :title, "Skills Assessment" %>
<main class="intro_tpl">
<h1 class="prft-heading">Oops!</h1>
<p>
Looks like you hit the browser's Back button. You can't go backwards in the test,
but you'll have a chance at the end to review your answers and make changes.
</p>
<a href="<%= question_path %>"><button>Continue Test</button></a>
</main>