Interface MarkSchemeLoaderStrategy

All Known Implementing Classes:
MarkSchemeLoader

public interface MarkSchemeLoaderStrategy
The MarkSchemeLoaderStrategy interface defines a method for loading grading weightings.
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads the weightings for each test case or grading component.
  • Method Details

    • loadWeightings

      Map<String,Map<String,Integer>> loadWeightings()
      Loads the weightings for each test case or grading component.
      Returns:
      a Map where the keys are component names and the values are maps containing test names and their respective weightings