diff --git a/app/views/bids/_homework_list.html.erb b/app/views/bids/_homework_list.html.erb index 0a92df47d..30c6c6029 100644 --- a/app/views/bids/_homework_list.html.erb +++ b/app/views/bids/_homework_list.html.erb @@ -12,7 +12,7 @@ User.current.admin? || !(User.current.roles_for_project(@bid.courses.first).map(&:id) & ([7,9])).empty? ) || (Rails.env.development?) %> - +
- 作业名称: + | 项目得分: - + <% if homework.project != nil %> - 0分 + 0 <% else %> - 0分 + 0 <% end %> | @@ -123,7 +123,7 @@互评得分: - <%= student_score_for_homework(homework) %>分 + <%= student_score_for_homework(homework) %> <% if is_evaluation && is_student && (!users_for_homework(homework).include? User.current)%> <%= link_to "学生互评>>",homework_attach_path(homework) %> <% end %> @@ -138,8 +138,8 @@ <% end %> | - 综评得分: - <%= score_for_homework homework %>分 + 终评得分: + <%= score_for_homework homework %> <% if is_teacher %> <%= link_to "教师评分>>",homework_attach_path(homework) %> <% end %> |