Exemple #1
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 3; i <= 88; i += 17)
                {
                    ans.Add(i);
                }
                ans.Add(104);
                ans.Add(105);
            }
            else
            {
                ans = new List <int>()
                {
                    28, 53, 54, 77, 78, 102, 103, 127, 128, 152, 153, 177, 178
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #2
0
        public void GetMark()
        {
            List <int> ans = new List <int>();

            for (int i = 1; i <= 103; i += 17)
            {
                ans.Add(i);
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #3
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 13; i <= 98; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    18, 19, 43, 44, 68, 69, 93, 94, 118, 119, 143, 144, 168
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #4
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 2; i <= 87; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    3, 26, 27, 51, 52, 76, 101, 126, 151, 176
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #5
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 11; i <= 96; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    14, 15, 39, 40, 65, 90, 91, 115, 116, 140, 141, 165, 166
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #6
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 4; i <= 89; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    4, 5, 29, 30, 55, 79, 80, 104, 105, 129, 130, 154, 179
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #7
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 12; i <= 97; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    6, 17, 41, 42, 66, 67, 92, 117, 142, 167
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #8
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 8; i <= 93; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    10, 35, 36, 60, 61, 85, 86, 110, 111, 135, 136, 161, 186
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #9
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 6; i <= 91; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    8, 33, 58, 82, 107, 108, 132, 133, 157, 158, 182, 183
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #10
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 17; i <= 102; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    25, 49, 50, 74, 75, 99, 100, 124, 125, 149, 150, 174, 175
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #11
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 9; i <= 94; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    11, 12, 37, 62, 87, 112, 137, 138, 162, 163
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #12
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 7; i <= 92; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    9, 34, 59, 83, 84, 109, 134, 159, 160, 184, 185
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #13
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 5; i <= 90; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    6, 7, 31, 32, 56, 57, 81, 106, 131, 155, 156, 180, 181
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #14
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 10; i <= 95; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    13, 38, 63, 64, 88, 89, 113, 114, 139, 164
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #15
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 16; i <= 101; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    23, 24, 48, 73, 98, 123, 147, 148, 172, 173
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #16
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 14; i <= 99; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    20, 21, 45, 46, 70, 95, 120, 145, 169, 170
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #17
0
        public void GetMark()
        {
            List <int> ans;

            if (_ktype == EnumKettellType.CForm)
            {
                ans = new List <int>();
                for (int i = 15; i <= 100; i += 17)
                {
                    ans.Add(i);
                }
            }
            else
            {
                ans = new List <int>()
                {
                    22, 47, 71, 72, 96, 97, 121, 122, 146, 171
                };
            }
            _mark = KettellMarkExtractor.GetMark(_ge, _answers, ans, _ktype);
            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }