学生可多次评分、评分完毕不在提示评分成功

This commit is contained in:
z9hang 2014-11-08 13:43:07 +08:00
parent c68e68af96
commit cd1be67b8c
2 changed files with 27 additions and 26 deletions

View File

@ -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' %>

View File

@ -14,7 +14,7 @@ $(document).ready(function(){
path : '/rateable/ratings', path : '/rateable/ratings',
onSuccess : function(element, rate){ onSuccess : function(element, rate){
//something like -> //something like ->
alert('本次打分成功!'); //alert('本次打分成功!');
//$('<span class="text-success"><small style="display:inline-block;">Thanks for rating!</small></span>').insertAfter(element) //$('<span class="text-success"><small style="display:inline-block;">Thanks for rating!</small></span>').insertAfter(element)
}, },
onError : function(element, rate) { onError : function(element, rate) {