Example #1
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                8, 20, 30, 42, 52, 64, 74, 86
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #2
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                1, 11, 23, 33, 45, 55, 67, 77
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #3
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                6, 18, 28, 40, 50, 62, 72, 84
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #4
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                4, 14, 17, 26, 39, 48, 58, 61, 70, 80, 83
            };
            List <int> ansno = new List <int>()
            {
                36
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #5
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                3, 13, 35, 47, 57, 69, 79
            };
            List <int> ansno = new List <int>()
            {
                25
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #6
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                9, 21, 43, 75, 87
            };
            List <int> ansno = new List <int>()
            {
                31, 53, 65
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #7
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                16, 27, 38, 49, 60, 71, 82
            };
            List <int> ansno = new List <int>()
            {
                5
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #8
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                2, 15, 24, 34, 37, 56, 68, 78, 81
            };
            List <int> ansno = new List <int>()
            {
                12, 46, 59
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Example #9
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                7, 19, 22, 29, 41, 44, 63, 66, 73, 85, 88
            };
            List <int> ansno = new List <int>()
            {
                51
            };

            _mark = LMarkExtractor.GetMark(_ge, _answers, ansyes, ansno) * KOOFICIENT;

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }