示例#1
0
    def ToyAndSportEquipmentSelectMid(self,
                                      url_name1,
                                      url_name2,
                                      json_path,
                                      creat_json=False,
                                      json_name=None):
        questions_all = NumCalculation.CalculNum().ToyAndSportEquipmentSelect()

        if creat_json:
            q_CreatDatas.CreatDatas(questions_all).creatJson(
                json_path, json_name, url_name2)
        q_CreatDatas.CreatDatas(questions_all).creatUrl(url_name1, url_name2)
示例#2
0
    def FlyAndSwimAndRunSelectMid(self,
                                  url_name1,
                                  url_name2,
                                  json_path,
                                  creat_json=False,
                                  json_name=None):
        questions_all = NumCalculation.CalculNum().FlyAndSwimAndRunSelect()

        if creat_json:
            q_CreatDatas.CreatDatas(questions_all).creatJson(
                json_path, json_name, url_name2)
        q_CreatDatas.CreatDatas(questions_all).creatUrl(url_name1, url_name2)
示例#3
0
    def InhomogeneityMid(self,
                         url_name1,
                         url_name2,
                         json_path,
                         creat_json=False,
                         json_name=None):
        questions_all = NumCalculation.CalculNum().Inhomogeneity()

        if creat_json:
            q_CreatDatas.CreatDatas(questions_all).creatJson(
                json_path, json_name, url_name2)
        q_CreatDatas.CreatDatas(questions_all).creatUrl(url_name1, url_name2)
示例#4
0
    def AnimalColoringSelectMid(self,
                                url_name1,
                                url_name2,
                                json_path,
                                creat_json=False,
                                json_name=None):
        questions_all = NumCalculation.CalculNum().AnimalColoringSelect()

        if creat_json:
            q_CreatDatas.CreatDatas(questions_all).creatJson(
                json_path, json_name, url_name2)
        q_CreatDatas.CreatDatas(questions_all).creatUrl(url_name1, url_name2)
示例#5
0
    def ClassifyShapeMid(self,
                         url_name1,
                         url_name2,
                         json_path,
                         creat_json=False,
                         json_name=None):
        questions_all = NumCalculation.CalculNum().ClassifyShape()

        if creat_json:
            q_CreatDatas.CreatDatas(questions_all).creatJson(
                json_path, json_name, url_name2)
        q_CreatDatas.CreatDatas(questions_all).creatUrl(url_name1, url_name2)