<% is_teacher = is_course_teacher User.current,homework.bid.courses.first %> <% if comprehensive_evaluation != nil && comprehensive_evaluation.count > 0 %> <% stars = homework.rates(:quality).where("rater_id = #{comprehensive_evaluation.first.user.id}").select("stars").first %>
作业综评:
<% if stars != nil %>
<% else %>
<% end %>
<%= comprehensive_evaluation.first.notes%>
<% else %> <% if is_teacher %>
作业综评:
<%= render :partial => 'evaluation', :locals => {:homework => homework} %>
<%= render :partial => 'addjour', :locals => {:homework_attach => homework, :sta => 0,:is_comprehensive_evaluation => 1} %>
<% else %>
作业综评:
老师还未进行评价!
<% end %> <% end %>