Skip to content

Commit

Permalink
fix: Match assessment total questions in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankyle-ching committed Jan 20, 2022
1 parent 6af3555 commit 780b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/UI Loader/ProfileStatisticsLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ProfileStatisticsLoader : MonoBehaviour

StaticData staticData;

int preAssessmentTotalQuestions = 15;
int preAssessmentTotalQuestions = 20;
int postAssessmentTotalQuestions = 20;

void Awake()
Expand Down

0 comments on commit 780b3f0

Please sign in to comment.