Skip to content

Commit

Permalink
Add UIAA as Grading Scale
Browse files Browse the repository at this point in the history
UIAA is the dominant grading scale in Central Europe. Also see OpenBeta/openbeta-graphql#252.
  • Loading branch information
l4u532 authored Mar 19, 2023
1 parent 065d4dd commit 2d13e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GradeScale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const GradeScales = {
VSCALE: 'vscale',
YDS: 'yds',
FONT: 'font',
FRENCH: 'french'
FRENCH: 'french',
UIAA: 'uiaa'
} as const

export type GradeScalesTypes = typeof GradeScales[keyof typeof GradeScales]
Expand Down

0 comments on commit 2d13e29

Please sign in to comment.