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)
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)
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)
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)
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)