namespace GamificationService.Utils.Enums { public enum InstructionTestScoreCalcMethod { AverageGrade, MaxGrade } }