Skip to content

教学测评 #78

Description

@destinyd

由于考卷是另外个组件中的模型,所以部分内容需要放到集成工程中完成。

module KcCourses
  class TeachingExam
    belongs_to :test_paper, class_name: 'QuestionBank::TestPaper'

    before_create :init_name
    # 如果有关联试卷,为线上测评,则使用试卷名称作为名称。否则为线下测评,需要验证名称不能为空
    def init_name
    end
  end
end

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions