Skip to content

Commit

Permalink
Merge pull request #95 from avantifellows/feat-new-grades
Browse files Browse the repository at this point in the history
adds new grades
  • Loading branch information
suryabulusu authored Nov 19, 2024
2 parents b6892d3 + 65a9561 commit b7c548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export enum Subjects {
AllSubjects = 'AllSubjects',
}

export const Grades = [9, 10, 11, 12, 13] as const;
export const Grades = [6, 7, 8, 9, 10, 11, 12, 13] as const;

export const MARKING_SCHEMES = {
'4,-1': '4,-1',
Expand Down

0 comments on commit b7c548f

Please sign in to comment.