|
|
@ -3,7 +3,8 @@
|
|
|
|
<%#= render :partial => 'show_score', locals: {:stars => totle_score} %> -->
|
|
|
|
<%#= render :partial => 'show_score', locals: {:stars => totle_score} %> -->
|
|
|
|
<% elsif is_comprehensive_evaluation == 2 %>
|
|
|
|
<% elsif is_comprehensive_evaluation == 2 %>
|
|
|
|
<% if has_evaluation %>
|
|
|
|
<% if has_evaluation %>
|
|
|
|
|
|
|
|
<%= l(:label_work_rating) %>:
|
|
|
|
|
|
|
|
<%= rating_for homework, dimension: :quality,start_score: 0, class: 'rateable div_inline' %>
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= l(:label_work_rating) %>:
|
|
|
|
<%= l(:label_work_rating) %>:
|
|
|
|
<%= rating_for homework, dimension: :quality,start_score: 0, class: 'rateable div_inline' %>
|
|
|
|
<%= rating_for homework, dimension: :quality,start_score: 0, class: 'rateable div_inline' %>
|
|
|
|