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

9 lines
264 B
Plaintext
Raw Normal View History

2016-11-22 16:59:54 -06:00
<% content_for :title, "Saved! - Skills Assessment" %>
2016-07-27 22:16:12 -05:00
2017-03-20 10:57:50 -05:00
<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: ""} %>