Skip to content

Commit

Permalink
KB-5545 | DEV| Assessment | BE | Enhancement in Consumption Logic for…
Browse files Browse the repository at this point in the history
… the OptionWeightage Assessment Type. (#628)

* KB-5545 | DEV| Assessment | BE | Enhancement in Consumption Logic for the OptionWeightage Assessment Type.

1. casting exception handled.

* KB-5545 | DEV| Assessment | BE | Enhancement in Consumption Logic for the OptionWeightage Assessment Type.

1. Competency added in the getQumlAnswers.
  • Loading branch information
tarentomaheshvakkund authored Jun 25, 2024
1 parent ac41083 commit 47cbac9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ private Map<String, Object> getQumlAnswers(List<String> questions,Map<String,Obj
break;
case Constants.MCQ_SCA:
case Constants.MCQ_MCA:
case Constants.MCQ_SCA_TF:
for (Map<String, Object> option : options) {
if ((boolean) option.get(Constants.ANSWER)) {
Map<String, Object> valueObj = (Map<String, Object>) option.get(Constants.VALUE);
Expand Down

0 comments on commit 47cbac9

Please sign in to comment.