Class CategoryScoreData


  • public final class CategoryScoreData
    extends Object
    Immutable category score and list of gradebook items dropped (highest/lowest) from the score calculation
    Author:
    plukasew
    • Field Detail

      • score

        public final double score
      • droppedItems

        public final List<Long> droppedItems
    • Constructor Detail

      • CategoryScoreData

        public CategoryScoreData​(double score,
                                 List<Long> droppedItems)