public void GetMark() { List <int> ansyes = new List <int>() { }; List <int> ansno = new List <int>() { 1, 6, 10, 12, 15, 19, 21, 26, 33, 38, 44, 49, 52, 58, 61 }; _mark = PMarkExtractor.GetMark(_ge, _answers, ansyes, ansno); this.GetSten(); this.GetLevel(); this.GetResult(); }
public void GetMark() { List <int> ansyes = new List <int>() { 2, 3, 5, 7, 9, 11, 13, 14, 16, 18, 20, 22, 25, 27, 28, 29, 31, 32, 34, 36, 37, 39, 40, 42, 43, 45, 47, 48, 51, 53, 54, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 86 }; List <int> ansno = new List <int>() { 4, 8, 17, 24, 30, 35, 41, 46, 50, 55, 64 }; _mark = PMarkExtractor.GetMark(_ge, _answers, ansyes, ansno); this.GetSten(); this.GetLevel(); this.GetResult(); }