Skip to content

Commit

Permalink
Wording fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong8 committed Aug 30, 2015
1 parent 72fcf1f commit 0fd6205
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/assignments/edit/_review_strategy.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
</script>

<img src="/assets/info.png" title='- Instructor-Selected: Instructor decides who reviews whom
- Auto-Selected: When a student is about to begin a review, Expertiza assigns that student a particular review.'>
- Auto-Selected: When a student is about to begin a review, Expertiza assigns that student a particular review.'>
</td>
</tr>

<tr id="assignment_review_topic_threshold_row">
<td>
<%= label_tag('assignment_form[assignment][review_topic_threshold]', 'Review topic threshold (k):') %>
<%= text_field_tag('assignment_form[assignment][review_topic_threshold]', @assignment_form.assignment.review_topic_threshold, size: 1) %>
<img src="/assets/info.png" title='A topic is reviewable if the minimum number of reviews already done for the submissions
on that topic is within k of the minimum number of reviews done on the least-reviewed submission on any topic.'>
<img src="/assets/info.png" title='A topic is reviewable if the minimum number of reviews already done for the submissions on that topic is within k of the minimum number of reviews done on the least-reviewed submission on any topic.'>
<br/>
<%= label_tag('assignment_form[assignment][max_reviews_per_submission]', 'Maximum number of reviews per submission:') %>
<%= text_field_tag('assignment_form[assignment][max_reviews_per_submission]', @assignment_form.assignment.max_reviews_per_submission, size: 1) %>
Expand Down

0 comments on commit 0fd6205

Please sign in to comment.