Quiz Review
+
+
+
Quiz Review
-
-
-
- <% end #form_tag %>
- <% end #questions loop %>
-
- <%= link_to(admin_results_path, { class: 'secondary-btn' }) do %>
-
- <% end %>
-
+
- Test ID: <%= @candidate.test_hash %>
- Years of Experience: <%= @candidate.experience %>
- Client/Project: <%= @candidate.project %>
- Recruiter Email: <%= mail_to @candidate.recruiter.name, @candidate.recruiter.email %>
+
+
+ <% end #form_tag %>
+ <% end #questions loop %>
+
+ <%= link_to(admin_results_path, { class: 'secondary-btn' }) do %>
+
+ <% end %>
- <% @quiz.each do |question| %>
- <%= form_for(:answer, url: '#never-post', html:{id: 'summary-form'}) do |form| %>
- - Years of Experience: <%= @candidate.experience %>
- Client/Project: <%= @candidate.project %>
- Recruiter Email: <%= mail_to @candidate.recruiter.name, @candidate.recruiter.email %>
+
+
-
+ Test ID: <%= @candidate.test_hash %>
+ Years of Experience: <%= @candidate.experience %>
+ Client/Project: <%= @candidate.project %>
+ Recruiter Email: <%= mail_to @candidate.recruiter.name, @candidate.recruiter.email %>
+
+
+ + Years of Experience: <%= @candidate.experience %>
+ Client/Project: <%= @candidate.project %>
+ Recruiter Email: <%= mail_to @candidate.recruiter.name, @candidate.recruiter.email %>
+
<%= render partial: 'voting' %>
<%= render partial: 'voting' %>
+ <% @quiz.each do |question| %>
+ <%= form_for(:answer, url: '#never-post', html:{id: 'summary-form'}) do |form| %>
+
+
+
+
+
+
+ <% if question.attachment.present? %>
+ <%= image_tag question.attachment %>
+ <% end %>
+
+
+
-
-
-
-
- <%= question.question %>
-
- <% if question.attachment.present? %>
- <%= image_tag question.attachment %>
- <% end %>
-
-
-
+
+Comments
+ <%= render partial: 'comment', collection: @comments %> +<%= render partial: 'comment_form' %>
+