Skip to content

Commit

Permalink
Added F1 status
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jan 18, 2024
1 parent 7e477e9 commit f8471bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void updatePenMatchAndGradStatusColumns(SdcSchoolCollectionStudentEntity
var penMatchResult = this.restUtils.getPenMatchResult(UUID.randomUUID(), student, mincode);
val penMatchResultCode = penMatchResult.getPenStatus();
student.setPenMatchResult(penMatchResultCode);
var validPenMatchResults = Arrays.asList("AA", "B1", "C1", "D1");
var validPenMatchResults = Arrays.asList("AA", "B1", "C1", "D1", "F1");
var multiPenMatchResults = Arrays.asList("BM", "CM", "DM");

if (StringUtils.isNotEmpty(penMatchResultCode) && validPenMatchResults.contains(penMatchResultCode)) {
Expand Down

0 comments on commit f8471bb

Please sign in to comment.