- fixed max score value;

This commit is contained in:
Vitalii Kiiko
2025-07-03 11:06:18 +02:00
parent 70cb4c99e6
commit b8fc7bc4cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -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}