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

11 lines
295 B
Plaintext
Raw Normal View History

2016-11-22 16:59:54 -06:00
<% content_for :title, "Skills Assessment" %>
2017-03-20 10:57:50 -05:00
<h1>Oops!</h1>
2017-03-20 10:57:50 -05:00
<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>
<%= link_to "Continue Test", question_path, {class: ""} %>