|
|
@ -240,7 +240,7 @@ class HomeworkCommonsController < ApplicationController
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
def update_score
|
|
|
|
def update_score
|
|
|
|
tip_exception("作业还未发布,暂不能计算成绩") if @homework.end_or_late_none_group
|
|
|
|
tip_exception("作业还未发布,暂不能计算成绩") if @homework.publish_time.nil? || @homework.publish_time > Time.now
|
|
|
|
begin
|
|
|
|
begin
|
|
|
|
if @homework.unified_setting
|
|
|
|
if @homework.unified_setting
|
|
|
|
student_works = @homework.student_works
|
|
|
|
student_works = @homework.student_works
|
|
|
|