<% content_for :title, "Skills Assessment" %>

Let's Get Started

Hey there! Give us your Test ID, and we'll get you started.

<%= form_tag(validate_candidate_path) do %>
<% if flash[:error].present? %>
<%= flash[:error] %>
<% end %>
<% end %>