Skip to content

Commit

Permalink
added few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ritessshhh authored and ritessshhh committed Sep 6, 2024
1 parent 9044ba0 commit 952e30b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,13 @@ public CAt_Data getTutorToLaunch(String buttonBehavior) {
if(activeSkill.equals(SELECT_MATH)) {
rootTutor = _matrix.getRootSkillByContentArea(SELECT_MATH);
CAt_Data transitionData = (CAt_Data) transitionMap.get(zeroIndexedTutorId);
// Loading the harder level at that area
chosenTutorId = transitionData.harder;
}
if(activeSkill.equals(SELECT_WRITING)) {
rootTutor = _matrix.getRootSkillByContentArea(SELECT_WRITING);
CAt_Data transitionData = (CAt_Data) transitionMap.get(zeroIndexedTutorId);
// Loading the harder level at that area
chosenTutorId = transitionData.harder;
}
}
Expand Down

0 comments on commit 952e30b

Please sign in to comment.