initial commit from an older template
This commit is contained in:
6
Utils/Enums/ClickActionType.cs
Executable file
6
Utils/Enums/ClickActionType.cs
Executable file
@@ -0,0 +1,6 @@
|
||||
namespace GamificationService.Utils;
|
||||
|
||||
public enum ClickActionType
|
||||
{
|
||||
NONE
|
||||
}
|
||||
7
Utils/Enums/Gender.cs
Normal file
7
Utils/Enums/Gender.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace GamificationService.Utils.Enums;
|
||||
|
||||
public enum Gender
|
||||
{
|
||||
Male,
|
||||
Female
|
||||
}
|
||||
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
|
||||
}
|
||||
}
|
||||
9
Utils/Enums/NotificationInformationType.cs
Executable file
9
Utils/Enums/NotificationInformationType.cs
Executable file
@@ -0,0 +1,9 @@
|
||||
namespace GamificationService.Utils;
|
||||
|
||||
public enum NotificationInformationType
|
||||
{
|
||||
AUTH,
|
||||
INFO,
|
||||
WARNING,
|
||||
ERROR
|
||||
}
|
||||
Reference in New Issue
Block a user