initial commit from an older template
This commit is contained in:
8
Utils/Enums/InstructionTestScoreCalcMethod.cs
Normal file
8
Utils/Enums/InstructionTestScoreCalcMethod.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace GamificationService.Utils.Enums
|
||||
{
|
||||
public enum InstructionTestScoreCalcMethod
|
||||
{
|
||||
AverageGrade,
|
||||
MaxGrade
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user