|
|
|
@ -288,7 +288,7 @@ public class Ghre_ExamPaperServices : BaseServices<Ghre_ExamPaper, Ghre_ExamPape |
|
|
|
|
required = true, |
|
|
|
|
multipleSelect = false, |
|
|
|
|
editable = true, |
|
|
|
|
dataSource = "api/Common/GetSelect/ScoreMethod?FW=DOTNETCORE" |
|
|
|
|
dataSource = "/api/Common/GetSelect/ScoreMethod?FW=DOTNETCORE" |
|
|
|
|
}, |
|
|
|
|
new DefaultGhre_ExamPaperColumn() |
|
|
|
|
{ |
|
|
|
@ -343,7 +343,7 @@ public class Ghre_ExamPaperServices : BaseServices<Ghre_ExamPaper, Ghre_ExamPape |
|
|
|
|
required = true, |
|
|
|
|
multipleSelect = false, |
|
|
|
|
editable = true, |
|
|
|
|
dataSource = "api/Common/GetSelect/Ghre_Course?FW=DOTNETCORE" |
|
|
|
|
dataSource = "/api/Common/GetSelect/Ghre_Course?FW=DOTNETCORE" |
|
|
|
|
}, |
|
|
|
|
new DefaultGhre_ExamPaperColumn() |
|
|
|
|
{ |
|
|
|
@ -353,7 +353,7 @@ public class Ghre_ExamPaperServices : BaseServices<Ghre_ExamPaper, Ghre_ExamPape |
|
|
|
|
required = true, |
|
|
|
|
multipleSelect = false, |
|
|
|
|
editable = true, |
|
|
|
|
dataSource = "api/Common/GetSelect/Ghre_CourseScene?FW=DOTNETCORE" |
|
|
|
|
dataSource = "/api/Common/GetSelect/Ghre_CourseScene?FW=DOTNETCORE" |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
#endregion |
|
|
|
@ -370,7 +370,7 @@ public class Ghre_ExamPaperServices : BaseServices<Ghre_ExamPaper, Ghre_ExamPape |
|
|
|
|
multipleSelect = false, |
|
|
|
|
editable = true, |
|
|
|
|
displayType=1, |
|
|
|
|
dataSource = "api/Ghre_Course/QuerySelect?FW=DOTNETCORE" |
|
|
|
|
dataSource = "/api/Ghre_Course/QuerySelect?FW=DOTNETCORE" |
|
|
|
|
}, |
|
|
|
|
new DefaultGhre_ExamPaperColumn() |
|
|
|
|
{ |
|
|
|
@ -381,7 +381,7 @@ public class Ghre_ExamPaperServices : BaseServices<Ghre_ExamPaper, Ghre_ExamPape |
|
|
|
|
multipleSelect = false, |
|
|
|
|
editable = true, |
|
|
|
|
displayType=2, |
|
|
|
|
dataSource = "api/Common/GetSelect/QuestionType?FW=DOTNETCORE" |
|
|
|
|
dataSource = "/api/Common/GetSelect/QuestionType?FW=DOTNETCORE" |
|
|
|
|
}, |
|
|
|
|
new DefaultGhre_ExamPaperColumn() |
|
|
|
|
{ |
|
|
|
@ -393,7 +393,7 @@ public class Ghre_ExamPaperServices : BaseServices<Ghre_ExamPaper, Ghre_ExamPape |
|
|
|
|
editable = true, |
|
|
|
|
displayType=2, |
|
|
|
|
width=80, |
|
|
|
|
dataSource = "api/Common/GetSelect/DifficultyLevel?FW=DOTNETCORE" |
|
|
|
|
dataSource = "/api/Common/GetSelect/DifficultyLevel?FW=DOTNETCORE" |
|
|
|
|
}, |
|
|
|
|
new DefaultGhre_ExamPaperColumn() |
|
|
|
|
{ |
|
|
|
|