Beispiel #1
0
 private void SetDefaultValues()
 {
     tallyShiftTotal      = skillPointsGainedTotal = 0;
     answerCorrectPercent = -1; //-1 when not set
     grammarDetailsDict   = new Dictionary <int, string[]>();
     highestTallyPossible = DbCommands.GetMaxFromTable("Proficiencies", "Thresholds");
     SetGrammar();
 }