Commit 454aa01e by maolipeng

fix:默认分值修改

parent 175bba09
...@@ -111,31 +111,31 @@ class OperatePaper extends Component { ...@@ -111,31 +111,31 @@ class OperatePaper extends Component {
{ {
typeKey: "SINGLE_CHOICE", typeKey: "SINGLE_CHOICE",
score: 2, score: 2,
portionScore: 1, portionScore: 0,
totalQuestion: 0, totalQuestion: 0,
}, },
{ {
typeKey: "MULTI_CHOICE", typeKey: "MULTI_CHOICE",
score: 2, score: 2,
portionScore: 1, portionScore: 0,
totalQuestion: 0, totalQuestion: 0,
}, },
{ {
typeKey: "JUDGE", typeKey: "JUDGE",
score: 2, score: 2,
portionScore: 1, portionScore: 0,
totalQuestion: 0, totalQuestion: 0,
}, },
{ {
typeKey: "GAP_FILLING", typeKey: "GAP_FILLING",
score: 2, score: 2,
portionScore: 1, portionScore: 0,
totalQuestion: 0, totalQuestion: 0,
}, },
{ {
typeKey: "INDEFINITE_CHOICE", typeKey: "INDEFINITE_CHOICE",
score: 2, score: 2,
portionScore: 1, portionScore: 0,
totalQuestion: 0, totalQuestion: 0,
}, },
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment