Skip to content

Commit

Permalink
change 'Not observed' to 'Poor' on teacher recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
jmabry111 committed Feb 3, 2016
1 parent f406476 commit c2c4a03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/coordinator/teacher_recommendations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= f.association :applicant %>
<h3>Please rate the candidate in the following categories by checking the appropriate number based on the following rating scale.</h3>
<p>
1 = Not observed
1 = Poor
2 = Needs improvement
3 = Average
4 = Above average
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h3 class="recommend">Student Ratings</h3>
<h4 class="recommend">Candidates were rated based on the following scale:</h4>
<p class="offset3-5">
1 = Not observed<br />
1 = Poor<br />
2 = Needs improvement<br />
3 = Average<br />
4 = Above average<br />
Expand Down
2 changes: 1 addition & 1 deletion app/views/teacher_recommendations/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
number based on the following rating scale.
</h3>
<p>
1 = Not observed
1 = Poor
2 = Needs improvement
3 = Average
4 = Above average
Expand Down
2 changes: 1 addition & 1 deletion app/views/teacher_recommendations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</p>
<h3>Please rate the candidate in the following categories by checking the appropriate number based on the following rating scale.</h3>
<p>
1 = Not observed
1 = Poor
2 = Needs improvement
3 = Average
4 = Above average
Expand Down

0 comments on commit c2c4a03

Please sign in to comment.