Exemple #1
0
    def LifeSolid2SelectMid(self,
                            url_name1,
                            url_name2,
                            json_path,
                            creat_json=False,
                            json_name=None):

        questions_all = CreateQuestionUnit6.SoildQuestions().LifeSolid2Select()

        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)
Exemple #2
0
    def ThanHowMuchMid(self,
                       url_name1,
                       url_name2,
                       json_path,
                       creat_json=False,
                       json_name=None):

        questions_all = CreateQuestionUnit6.SoildQuestions().ThanHowMuch()

        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)
Exemple #3
0
    def RightAndWrongMid(self,
                         url_name1,
                         url_name2,
                         json_path,
                         creat_json=False,
                         json_name=None):

        questions_all = CreateQuestionUnit6.SoildQuestions().RightAndWrong()

        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)
Exemple #4
0
    def ConstituteCuboidMid(self,
                            url_name1,
                            url_name2,
                            json_path,
                            creat_json=False,
                            json_name=None):

        questions_all = CreateQuestionUnit6.SoildQuestions().ConstituteCuboid()

        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)
Exemple #5
0
    def SynthesizeSelect6Mid(self,
                             url_name1,
                             url_name2,
                             json_path,
                             creat_json=False,
                             json_name=None):

        questions_all = CreateQuestionUnit6.SoildQuestions().SynthesizeSelect6(
        )

        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)