|
|
|
@ -419,7 +419,7 @@ public class StudentHandsOnTaskTheoryService extends CoreBaseService<StudentHand
|
|
|
|
|
}else {
|
|
|
|
|
resourcesQuestion.set("myOptions", taskTheory.getMyOptions());
|
|
|
|
|
// resourcesQuestion.set("studentScore", taskTheory.getTheoryScore());
|
|
|
|
|
resourcesQuestion.setStudentScore(taskTheory.getTheoryScore());
|
|
|
|
|
resourcesQuestion.setStudentScore(ObjectUtil.isEmpty(taskTheory.getMyOptions()) ? BigDecimal.ZERO : taskTheory.getTheoryScore());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|