@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
16 lines (15 loc) • 511 B
text/typescript
// https://ns.editeur.org/onix/en/32
export enum ComplexitySchemeIdentifier {
_01 = '01', // Lexile code
_02 = '02', // Lexile number
_03 = '03', // Fry Readability score
_04 = '04', // IoE Book Band
_05 = '05', // Fountas & Pinnell Text Level Gradient
_06 = '06', // Lexile measure
_07 = '07', // ATOS for Books
_08 = '08', // Flesch-Kincaid Grade Level
_09 = '09', // Guided Reading Level
_10 = '10', // Reading Recovery Level
_11 = '11', // LIX
_12 = '12', // Lexile Audio measure
}