<%= dashboard_title[role] %>
<% dashboard_cards_by_role[role].each_slice(2) do |card1, card2| %>Logged Out Dashboard Index
- <% end %> -Logged Out Dashboard Index
+ <% end %> +<%= pluralize(evaluation_form.errors.count, "error") %> prohibited this evaluation_form from being saved:
+<%= pluralize(evaluation_form.errors.count, "error") %> prohibited this evaluation form from being saved:
-
<% evaluation_form.errors.each do |error| %>
@@ -11,40 +11,63 @@
-
+
-
+
Evaluation Information
++ Create an evaluation form title, assign it to your challenge and + provide instructions that will be shared with your evaluators. +
++ <%= form.label :title, style: "display: block" %> + <%= form.text_field :title %> +-- <%= form.label :instructions, style: "display: block" %> - <%= form.text_field :instructions %> -++ <%= form.label :challenge_phase, style: "display: block" %> + <%= form.number_field :challenge_phase %> +-- <%= form.label :challenge_phase, style: "display: block" %> - <%= form.number_field :challenge_phase %> -++ <%= form.label :challenge_id, style: "display: block" %> + <%= form.text_field :challenge_id %> +-- <%= form.label :comments_required, style: "display: block" %> - <%= form.check_box :comments_required %> -++ <%= form.label :instructions, style: "display: block" %> + <%= form.text_field :instructions %> ++
+ -
+
Evaluation Criteria
++ Create your evaluation criteria and scoring options. +
++ <%= form.label :comments_required, style: "display: block" %> + <%= form.check_box :comments_required %> +-- <%= form.label :weighted_scoring, style: "display: block" %> - <%= form.check_box :weighted_scoring %> -++ <%= form.label :weighted_scoring, style: "display: block" %> + <%= form.check_box :weighted_scoring %> ++
+ -
+
Evaluation Period
++ Set the end date of your evaluation period. + Your evaluation start date is the end date of your challenge. +
++ <%= form.label :closing_date, style: "display: block" %> + <%= form.date_field :closing_date %> ++
+
Evaluation Forms
-Manage existing evaluation forms and create new evaluation forms.
+Evaluation Forms
+Manage existing evaluation forms and create new evaluation forms.
-- <%= link_to new_evaluation_form_path, class: "width-full tablet:width-auto" do %> - - <% end %> -
++ <%= link_to new_evaluation_form_path, class: "width-full tablet:width-auto" do %> + + <% end %> +
- <% if @evaluation_forms.empty? %> -You currently do not have any evaluation forms.
- Please create an evaluation form for your challenge before it is published.
You currently do not have any evaluation forms.
+ Please create an evaluation form for your challenge before it is published.