Skip to content

Commit

Permalink
fix(script): 删除超星的强制答题选项
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Mar 21, 2023
1 parent 8fe0a40 commit 60bf03c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/scripts/src/projects/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,6 @@ export const CommonProject = Project.create({
},
defaultValue: 3
},
forceWork: {
label: '(仅超星)强制答题',
defaultValue: false,
attrs: {
type: 'checkbox',
title:
'当章节测试不是任务点时,强制自动答题。\n(左上角有黄点的代表此小节是任务点)\n(一般来说不是任务点的章节测试是不计分的)'
}
},
'randomWork-choice': {
defaultValue: false,
label: '(仅超星)随机选择',
Expand Down

0 comments on commit 60bf03c

Please sign in to comment.