示例#1
0
文件: AScaleS.cs 项目: ondister/Recog
        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();
        }
示例#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();
        }
示例#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();
        }
示例#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();
        }
示例#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();
        }