教师打开评分界面时,评分处显示其上次的评分
This commit is contained in:
parent
9bd1af9541
commit
2b829db804
|
@ -12,5 +12,5 @@
|
||||||
|
|
||||||
<% elsif @is_comprehensive_evaluation == 1%>
|
<% elsif @is_comprehensive_evaluation == 1%>
|
||||||
<%= 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: @m_score, class: 'rateable div_inline' %>
|
||||||
<% end %>
|
<% end %>
|
Loading…
Reference in New Issue