- fixed max score value;
This commit is contained in:
@@ -1249,7 +1249,7 @@ const DomandaEditInstructorManager = () => {
|
|||||||
onChange={(e) => updateEvaluationValue(
|
onChange={(e) => updateEvaluationValue(
|
||||||
e.value,
|
e.value,
|
||||||
['criteria', i, 'score'],
|
['criteria', i, 'score'],
|
||||||
o.criteria
|
o.maxScore
|
||||||
)}/>
|
)}/>
|
||||||
<span className="p-inputgroup-addon">
|
<span className="p-inputgroup-addon">
|
||||||
/ {o.maxScore}
|
/ {o.maxScore}
|
||||||
|
|||||||
@@ -1251,7 +1251,7 @@ const DomandaEditPreInstructor = () => {
|
|||||||
onChange={(e) => updateEvaluationValue(
|
onChange={(e) => updateEvaluationValue(
|
||||||
e.value,
|
e.value,
|
||||||
['criteria', i, 'score'],
|
['criteria', i, 'score'],
|
||||||
o.criteria
|
o.maxScore
|
||||||
)}/>
|
)}/>
|
||||||
<span className="p-inputgroup-addon">
|
<span className="p-inputgroup-addon">
|
||||||
/ {o.maxScore}
|
/ {o.maxScore}
|
||||||
|
|||||||
Reference in New Issue
Block a user