2014-05-27 20:01:21 +08:00
|
|
|
<% is_teacher = is_course_teacher User.current,homework.bid.courses.first %>
|
|
|
|
<% if comprehensive_evaluation != nil && comprehensive_evaluation.count > 0 %>
|
|
|
|
<div style="height: 100px; padding-bottom: 10px">
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
<strong>作业综评:</strong>
|
2014-06-19 15:55:42 +08:00
|
|
|
<%= render :partial => 'show_score', locals: {:stars => teaher_score} %>
|
2014-05-27 20:01:21 +08:00
|
|
|
</div>
|
|
|
|
<div style="font-size: 14px;">
|
|
|
|
<div style="margin-left: 20px;margin-bottom: 10px;margin-top: 10px;"> <%= comprehensive_evaluation.first.notes%> </div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% else %>
|
|
|
|
<% if is_teacher %>
|
|
|
|
<div style="height: 200px; padding-bottom: 10px">
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
<strong>作业综评:</strong>
|
|
|
|
</div>
|
2014-06-05 14:00:18 +08:00
|
|
|
<%= render :partial => 'evaluation', :locals => {:homework => homework} %>
|
2014-05-27 20:01:21 +08:00
|
|
|
<div>
|
|
|
|
<%= render :partial => 'addjour', :locals => {:homework_attach => homework, :sta => 0,:is_comprehensive_evaluation => 1} %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% else %>
|
|
|
|
<div style="height: 80px; padding-bottom: 10px">
|
|
|
|
<div style="font-size: 15px">
|
|
|
|
<strong>作业综评:</strong>
|
|
|
|
</div>
|
|
|
|
<div style="text-align: center;font-size: 15px;color: #15BCCC;vertical-align:middle;padding-top: 15px; "><strong>老师还未进行评价!</strong></div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|