Exemple #1
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                4, 5, 6, 10, 14, 16, 18, 19, 22
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = AMarkExtractor.GetMark(_ge, _answers, ansyes, ansno);

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #2
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                8, 13, 21, 23, 28, 30
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = AMarkExtractor.GetMark(_ge, _answers, ansyes, ansno);

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #3
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                9, 11, 12, 20, 24, 27, 29
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = AMarkExtractor.GetMark(_ge, _answers, ansyes, ansno);

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #4
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                1, 2, 3, 7, 15, 17, 25, 26
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = AMarkExtractor.GetMark(_ge, _answers, ansyes, ansno);

            this.GetSten();
            this.GetLevel();
            this.GetResult();
        }
Exemple #5
0
        public void GetMark()
        {
            List <int> ansyes = new List <int>()
            {
                1, 2, 3, 7, 15, 17, 25, 26, 4, 5, 6, 10, 14, 16, 18, 19, 22, 9, 11, 12, 20, 24, 27, 29, 8, 13, 21, 23, 28, 30
            };
            List <int> ansno = new List <int>()
            {
            };

            _mark = AMarkExtractor.GetMark(_ge, _answers, ansyes, ansno);

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