|
|
|
@ -12,5 +12,5 @@
|
|
|
|
|
|
|
|
|
|
<% elsif @is_comprehensive_evaluation == 1%>
|
|
|
|
|
<%= l(:label_work_rating) %>:
|
|
|
|
|
<%= rating_for homework, dimension: :quality,start_score: 0, class: 'rateable div_inline' %>
|
|
|
|
|
<%= rating_for homework, dimension: :quality,start_score: @m_score, class: 'rateable div_inline' %>
|
|
|
|
|
<% end %>
|