|
@@ -118,6 +118,7 @@ export interface Setting {
|
|
showObjectiveScore?: boolean;
|
|
showObjectiveScore?: boolean;
|
|
|
|
|
|
collationLabelList?: any;
|
|
collationLabelList?: any;
|
|
|
|
+ arbitrateType?: "QUESTION" | "GROUP" | null;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -154,6 +155,7 @@ export interface AdminPageSetting {
|
|
doubleTrack?: boolean;
|
|
doubleTrack?: boolean;
|
|
inspectScroll?: boolean;
|
|
inspectScroll?: boolean;
|
|
collationLabelList?: any;
|
|
collationLabelList?: any;
|
|
|
|
+ arbitrateType?: "QUESTION" | "GROUP" | null;
|
|
}
|
|
}
|
|
|
|
|
|
export interface AdminPageSettingForImport extends AdminPageSetting {
|
|
export interface AdminPageSettingForImport extends AdminPageSetting {
|
|
@@ -223,7 +225,6 @@ interface RawTask {
|
|
headerTagList?: any;
|
|
headerTagList?: any;
|
|
arbitrateIndex?: string;
|
|
arbitrateIndex?: string;
|
|
afterRejectScoreList?: string;
|
|
afterRejectScoreList?: string;
|
|
- arbitrateType?: "QUESTION" | "GROUP";
|
|
|
|
|
|
|
|
collationLabelCode?: string;
|
|
collationLabelCode?: string;
|
|
}
|
|
}
|