Module jonix.common

Enum Class ComplexitySchemeIdentifiers

java.lang.Object
java.lang.Enum<ComplexitySchemeIdentifiers>
com.tectonica.jonix.common.codelist.ComplexitySchemeIdentifiers
All Implemented Interfaces:
OnixCodelist, Serializable, Comparable<ComplexitySchemeIdentifiers>, Constable

public enum ComplexitySchemeIdentifiers extends Enum<ComplexitySchemeIdentifiers> implements OnixCodelist
Enum that corresponds to ONIX Codelist 32

Description: Complexity scheme identifier

See Also:
  • Enum Constant Details

    • Lexile_code

      public static final ComplexitySchemeIdentifiers Lexile_code
      For example AD or HL. Deprecated in ONIX 3 - use code 06 instead
    • Lexile_number

      public static final ComplexitySchemeIdentifiers Lexile_number
      For example 880L. Deprecated in ONIX 3 - use code 06 instead
    • Fry_Readability_score

      public static final ComplexitySchemeIdentifiers Fry_Readability_score
      Fry readability metric based on number of sentences and syllables per 100 words. Expressed as an integer from 1 to 15 in <ComplexityCode>
    • IoE_Book_Band

      public static final ComplexitySchemeIdentifiers IoE_Book_Band
      UK Institute of Education Book Bands for Guided Reading scheme (see https://www.ucl.ac.uk/reading-recovery-europe/ilc/publications/which-book-why). <ComplexityCode> is a color, eg 'Pink A' or 'Copper'
    • Fountas_Pinnell_Text_Level_Gradient

      public static final ComplexitySchemeIdentifiers Fountas_Pinnell_Text_Level_Gradient
      <ComplexityCode> is a code from 'A' to Z+'. See http://www.fountasandpinnellleveledbooks.com/aboutLeveledTexts.aspx
    • Lexile_measure

      public static final ComplexitySchemeIdentifiers Lexile_measure
      The Lexile measure in <ComplexityCode> combines the Lexile number (for example 620L or 880L) and optionally the Lexile code (for example AD or HL). Examples might be '880L', 'AD0L' or 'HL600L'. See https://lexile.com/about-lexile/lexile-overview/
    • ATOS_for_Books

      public static final ComplexitySchemeIdentifiers ATOS_for_Books
      Advantage-TASA Open Standard book readability score, used for example within the Renaissance Learning Accelerated Reader scheme. <ComplexityCode> is the 'Book Level', a real number between 0 and 17. See http://www.renaissance.com/products/accelerated-reader/atos-analyzer
    • Flesch_Kincaid_Grade_Level

      public static final ComplexitySchemeIdentifiers Flesch_Kincaid_Grade_Level
      Flesch-Kincaid Grade Level Formula, a standard readability measure based on the weighted number of syllables per word and words per sentence. <ComplexityCode> is a real number typically between about -1 and 20
    • Guided_Reading_Level

      public static final ComplexitySchemeIdentifiers Guided_Reading_Level
      Use this code for books levelled by the publisher or a third party using the Fountas and Pinnell Guided Reading methodology
    • Reading_Recovery_Level

      public static final ComplexitySchemeIdentifiers Reading_Recovery_Level
      Used for books aimed at K-2 literacy intervention. <ComplexityCode> is an integer between 1 and 20
    • LIX

      public static final ComplexitySchemeIdentifiers LIX
      Swedish 'läsbarhetsindex' readability index used in Scandinavia. Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

    • Lexile_Audio_measure

      public static final ComplexitySchemeIdentifiers Lexile_Audio_measure
      Lexile Audio measure from MetaMetrics' Framework for Listening. The code in <ComplexityCode> indicates the difficulty of comprehension of audio material (for example 600L or 1030L). Only for use in ONIX 3.0 or later. See https://lexile.global/the-lexile-framework-for-listening/

      Jonix-Comment: Introduced in Onix3

  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details