skill-assessment-app/app/views/candidate/saved.html.erb
2017-06-05 11:30:34 -05:00

9 lines
264 B
Plaintext

<% content_for :title, "Saved! - Skills Assessment" %>
<p>
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>
<%= link_to "Return to test", question_path, {class: ""} %>