2015-05-19 10:20:07 +08:00
|
|
|
|
#手动评分作业表
|
|
|
|
|
#comment_status: 1:未开启匿评,2:开启匿评,3:匿评结束
|
2015-05-19 09:56:08 +08:00
|
|
|
|
class HomeworkDetailManual < ActiveRecord::Base
|
|
|
|
|
attr_accessible :ta_proportion, :comment_status, :evaluation_start, :evaluation_end, :evaluation_num, :absence_penalty, :homework_common_id
|
|
|
|
|
|
|
|
|
|
belongs_to :homework_common
|
|
|
|
|
end
|