@@ -21,6 +21,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
2121 isManuallyGraded : true ,
2222 isGradingAutoPublished : false ,
2323 displayInDashboard : true ,
24+ isMinigame : false ,
2425 hoursBeforeEarlyXpDecay : 48 ,
2526 hasTokenCounter : false ,
2627 hasVotingFeatures : false ,
@@ -32,6 +33,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
3233 isManuallyGraded : true ,
3334 isGradingAutoPublished : false ,
3435 displayInDashboard : true ,
36+ isMinigame : false ,
3537 hoursBeforeEarlyXpDecay : 48 ,
3638 hasTokenCounter : false ,
3739 hasVotingFeatures : false ,
@@ -43,6 +45,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
4345 isManuallyGraded : false ,
4446 isGradingAutoPublished : true ,
4547 displayInDashboard : true ,
48+ isMinigame : false ,
4649 hoursBeforeEarlyXpDecay : 48 ,
4750 hasTokenCounter : false ,
4851 hasVotingFeatures : false ,
@@ -54,6 +57,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
5457 isManuallyGraded : true ,
5558 isGradingAutoPublished : false ,
5659 displayInDashboard : true ,
60+ isMinigame : false ,
5761 hoursBeforeEarlyXpDecay : 48 ,
5862 hasTokenCounter : false ,
5963 hasVotingFeatures : true ,
@@ -65,6 +69,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
6569 isManuallyGraded : true ,
6670 isGradingAutoPublished : false ,
6771 displayInDashboard : true ,
72+ isMinigame : false ,
6873 hoursBeforeEarlyXpDecay : 48 ,
6974 hasTokenCounter : false ,
7075 hasVotingFeatures : false ,
@@ -78,6 +83,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
7883 isManuallyGraded : true ,
7984 isGradingAutoPublished : false ,
8085 displayInDashboard : true ,
86+ isMinigame : false ,
8187 hoursBeforeEarlyXpDecay : 48 ,
8288 hasTokenCounter : false ,
8389 hasVotingFeatures : false ,
@@ -89,6 +95,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
8995 isManuallyGraded : true ,
9096 isGradingAutoPublished : false ,
9197 displayInDashboard : true ,
98+ isMinigame : false ,
9299 hoursBeforeEarlyXpDecay : 48 ,
93100 hasTokenCounter : false ,
94101 hasVotingFeatures : false ,
@@ -100,6 +107,7 @@ export const mockAssessmentConfigurations: AssessmentConfiguration[][] = [
100107 isManuallyGraded : true ,
101108 isGradingAutoPublished : false ,
102109 displayInDashboard : true ,
110+ isMinigame : false ,
103111 hoursBeforeEarlyXpDecay : 48 ,
104112 hasTokenCounter : false ,
105113 hasVotingFeatures : false ,
0 commit comments