Class LetterGradePercentMapping

    • Constructor Detail

      • LetterGradePercentMapping

        public LetterGradePercentMapping()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getVersion

        public int getVersion()
      • setVersion

        public void setVersion​(int version)
      • setGradeMap

        public void setGradeMap​(Map<String,​Double> gradeMap)
      • getMappingType

        public int getMappingType()
      • setMappingType

        public void setMappingType​(int mappingType)
      • getGradebookId

        public Long getGradebookId()
      • setGradebookId

        public void setGradebookId​(Long gradebookId)
      • standardizeInputGrade

        public String standardizeInputGrade​(String inputGrade)
        Enable any-case input of grades (typically lowercase input for uppercase grades). Look for a case-insensitive match to the input text and if it's found, return the official version.
        Returns:
        The normalized version of the grade, or null if not found.