OPEN2U基础服务 - 教学服务

Simulation
获取模拟练习列表 。 (GetSimulationList)
  • 接口地址:~/Exam/Simulation/GetSimulationList
  • 接口方法:public string GetSimulationList(System.Guid CourseID,System.String Name,System.Int32 rows,System.Int32 page)
  • 返回数据:returns
添加模拟练习 。 (AddSimulation)
  • 接口地址:~/Exam/Simulation/AddSimulation
  • 接口方法:public string AddSimulation(System.Guid CourseID,System.String Name,System.Int32 Type,System.Nullable{System.Int32} TimeLimit,System.Nullable{System.Int32} ParticularYear,System.Int32 BeginDate,System.String EndDate, Status)
  • 返回数据:returns
修改模拟练习 。 (UpdateSimulation)
  • 接口地址:~/Exam/Simulation/UpdateSimulation
  • 接口方法:public string UpdateSimulation(System.Guid ID,System.Guid CourseID,System.String Name,System.Int32 Type,System.Nullable{System.Int32} TimeLimit,System.Nullable{System.Int32} ParticularYear,System.Int32 BeginDate,System.String EndDate, Status)
  • 返回数据:returns
删除模拟练习 。 (DeleteSimulation)
  • 接口地址:~/Exam/Simulation/DeleteSimulation
  • 接口方法:public string DeleteSimulation(System.Guid ID)
  • 返回数据:returns
获取模拟练习的详细信息 。 (GetSimulationByID)
  • 接口地址:~/Exam/Simulation/GetSimulationByID
  • 接口方法:public string GetSimulationByID(System.Guid ID)
  • 返回数据:returns
变更模拟练习试卷状态 。 (UpdateSimulationType)
  • 接口地址:~/Exam/Simulation/UpdateSimulationType
  • 接口方法:public string UpdateSimulationType(System.Guid ID,System.Nullable{System.Int32} type)
  • 返回数据:returns
向对应练习插入试卷 。 (AddSimulationTestpaper)
  • 接口地址:~/Exam/Simulation/AddSimulationTestpaper
  • 接口方法:public string AddSimulationTestpaper(System.String TestPaperID,System.int TopicQuantity,System.int TestPaperScore,System.Guid SimulationExaminationID,System.String token)
  • 返回数据:returns
根据模拟ID获取最新需要变更的试卷数据 。 (GetSimulationTestpaperByID)
  • 接口地址:~/Exam/Simulation/GetSimulationTestpaperByID
  • 接口方法:public string GetSimulationTestpaperByID(System.String SimulationExaminationID)
  • 返回数据:returns
获取学生练习列表及答题列表(GetStuSimulationList)
  • 接口地址:~/Exam/Simulation/GetStuSimulationList
  • 接口方法:public string GetStuSimulationList(Guid courseID, int? type, int? year, int rows, int page,string callback)
  • 返回数据:returns
获取学生练习列表及答题列表(新)(GetStuSimulationList_V2)
  • 接口地址:~/Exam/Simulation/GetStuSimulationList_V2
  • 接口方法:public string GetStuSimulationList_V2(Guid studentCourseID, int? type, int? year, int rows, int page, string callback)
  • 返回数据:returns
模拟练习学生获取试卷(GetExamTestPaper)
  • 接口地址:~/Exam/Simulation/GetExamTestPaper
  • 接口方法:public string GetExamTestPaper(System.Guid ID)
  • 返回数据:returns
模拟练习学生获取试卷(新)(GetExamTestPaper_V2)
  • 接口地址:~/Exam/Simulation/GetExamTestPaper_V2
  • 接口方法:public string GetExamTestPaper_V2(Guid ID, Guid studentCourseID, string callback)
  • 返回数据:returns
开始答题(DoExamTestPaper)
  • 接口地址:~/Exam/Simulation/DoExamTestPaper
  • 接口方法:public string DoExamTestPaper(System.Guid ID)
  • 返回数据:returns
开始答题(新)(DoExamTestPaper_V2)
  • 接口地址:~/Exam/Simulation/DoExamTestPaper_V2
  • 接口方法:public string DoExamTestPaper_V2(Guid ID, Guid studentCourseID, string callback)
  • 返回数据:returns
提交 。 (SubmitExam)
  • 接口地址:~/Exam/Simulation/SubmitExam
  • 接口方法:public string SubmitExam(System.Guid AnswerID,System.String AnswerSheet,System.Int32 Type)
  • 返回数据:returns
修改答题卡 。 (UpdateAnswer)
  • 接口地址:~/Exam/Simulation/UpdateAnswer
  • 接口方法:public string UpdateAnswer(System.Guid AnswerID,System.String AnswerSheet)
  • 返回数据:returns
获取作答记录详细信息 。 (GetStuAnswer)
  • 接口地址:~/Exam/Simulation/GetStuAnswer
  • 接口方法:public string GetStuAnswer(System.String AnsID)
  • 返回数据:returns
生成试卷 。 (CreateTestPaper)
  • 接口地址:~/Exam/Simulation/CreateTestPaper
  • 接口方法:public string CreateTestPaper(System.Guid SimulationExaminationID,System.Guid courseID,System.Guid ruleID)
  • 返回数据:returns
策略试卷列表 。 (GetExamPaperList)
  • 接口地址:~/Exam/Simulation/GetExamPaperList
  • 接口方法:public string GetExamPaperList(System.Guid SimulationExaminationID)
  • 返回数据:returns
删除策略试卷 。 (DelExamPaper)
  • 接口地址:~/Exam/Simulation/DelExamPaper
  • 接口方法:public string DelExamPaper(System.Guid ID)
  • 返回数据:returns
预览策略试卷 。 (GetExamPaper)
  • 接口地址:~/Exam/Simulation/GetExamPaper
  • 接口方法:public string GetExamPaper(Guid SimulationExaminationID, Guid TestPaperID)
  • 返回数据:returns
修改模拟练习试卷分数 。 (UpdatePaperScore)
  • 接口地址:~/Exam/Simulation/UpdatePaperScore
  • 接口方法:public string UpdatePaperScore(System.Guid paperid,System.Decimal score)
  • 返回数据:returns
单个试题判分(TopicJudge)
  • 接口地址:~/Exam/Simulation/TopicJudge
  • 接口方法: public string TopicJudge(string testPaperID, string jsonAnswer, string callback)
  • 返回数据:{"Success":true,"Message":"判分成功!","ErrCode":"","Data":0.0,"StartTime":"2019/12/25 11:13:50:202","EndTime":"2019/12/25 11:13:50:467"}
联系人:朱利戈
E-Mail:zhulg@mail.open.com.cn