OPEN2U基础服务 - 教学服务
ExamStu
当前学生考试列表查询 。 (GetStuExamList)
查看
接口地址:~/Exam/ExamStu/GetStuExamList
接口方法:public string GetStuExamList(System.Nullable{System.Guid} CourseID,System.Int32 rows,System.Int32 page,System.String ExamName)
返回数据:returns
课程ID,非必填(CourseID):
分页参数(rows):
分页参数(page):
考试名称(ExamName):
当前用户token(token):
当前学生考试列表查询(新)(GetStuExamList_V2)
查看
接口地址:~/Exam/ExamStu/GetStuExamList_V2
接口方法:public string GetStuExamList_V2(System.Nullable{System.Guid} studentCourseID,System.Int32 rows,System.Int32 page,System.String ExamName)
返回数据:returns
选课ID,全部不填 单个课程下必填(studentCourseID):
分页参数(rows):
分页参数(page):
考试名称(ExamName):
当前用户token(token):
获取一个学生当前考试的作答记录 。 (GetExamPaperList)
查看
接口地址:~/Exam/ExamStu/GetExamPaperList
接口方法:public string GetExamPaperList(System.Guid ExamID)
返回数据:returns
考试ID 必须(ExamID):
当前用户token(token):
获取作答记录详细信息 。 (GetStuAnswer)
查看
接口地址:~/Exam/ExamStu/GetStuAnswer
接口方法:public string GetStuAnswer(System.Guid AnsID)
返回数据:returns
答题卡ID 必须(AnsID):
当前用户token(token):
考试批阅列表 。 (GetExamStuCountList)
查看
接口地址:~/Exam/ExamStu/GetExamStuCountList
接口方法:public string GetExamStuCountList(System.Nullable{System.Guid} CourseID,System.Nullable{System.Guid} ExamBatchID,System.String ExamName,System.Int32 rows,System.Int32 page)
返回数据:returns
课程ID,非必须(CourseID):
考试批次ID,非必须可以为空(ExamBatchID):
考试名称,非必须可以为空(ExamName):
分页参数(rows):
分页参数(page):
当前用户token(token):
(奥鹏教师)考试批阅列表 。 (GetExamStuCountListForOpen)
查看
接口地址:~/Exam/ExamStu/GetExamStuCountListForOpen
接口方法:public string GetExamStuCountListForOpen(System.Nullable{System.Guid} CourseID,System.Nullable{System.Guid} ExamBatchID,System.String ExamName,System.Int32 rows,System.Int32 page)
返回数据:returns
课程ID,非必须(CourseID):
考试批次ID,非必须可以为空(ExamBatchID):
考试名称,非必须可以为空(ExamName):
分页参数(rows):
分页参数(page):
当前用户token(token):
考试详细批阅列表 。 (GetExamStundent)
查看
接口地址:~/Exam/ExamStu/GetExamStundent
接口方法:public string GetExamStundent(System.Guid ExamID,System.String CourseID,System.Int32 State,System.String stuName,System.Int32 rows,System.Int32 page)
返回数据:returns
考试ID 必填(ExamID):
课程ID 必填(CourseID):
1 未提交 ,2 待批阅 ,3 批阅中 ,4已批阅 (State):
学生姓名 模糊查询(stuName):
rows(rows):
page(page):
当前用户token(token):
考试学生获取试卷 。 (GetExamTestPaper)
查看
接口地址:~/Exam/ExamStu/GetExamTestPaper
接口方法:public string GetExamTestPaper(System.Guid ExamID)
返回数据:returns
考试ID(ExamID):
当前用户token(token):
开始答题 。 (DoExamTestPaper)
查看
接口地址:~/Exam/ExamStu/DoExamTestPaper
接口方法:public string DoExamTestPaper(System.Guid ExamID)
返回数据:returns
考试ID(ExamID):
当前用户token(token):
验证考试验证码 。 (GetCode)
查看
接口地址:~/Exam/ExamStu/GetCode
接口方法:public string GetCode(System.Guid ExamID,System.String VerificationCode)
返回数据:returns
考试ID(ExamID):
验证码(VerificationCode):
当前用户token(token):
修改答题卡 。 (UpdateAnswer)
查看
接口地址:~/Exam/ExamStu/UpdateAnswer
接口方法:public string UpdateAnswer(System.Guid AnswerID,System.String AnswerSheet)
返回数据:returns
答题卡ID(AnswerID):
答案(AnswerSheet):
当前用户token(token):
提交 。 (SubmitExam)
查看
接口地址:~/Exam/ExamStu/SubmitExam
接口方法:public string SubmitExam(System.Guid AnswerID,System.String AnswerSheet,System.Int32 Type)
返回数据:returns
答题卡ID(AnswerID):
答案(AnswerSheet):
0、放弃答题 1、没有主观题提交 2、有主观题提交(Type):
当前用户token(token):
开始批阅 。 (BeginJudge)
查看
接口地址:~/Exam/ExamStu/BeginJudge
接口方法:public string BeginJudge(System.Guid AnswerID,System.Boolean IsNext)
返回数据:returns
作答结果ID 答案ID(AnswerID):
是否获取下一个 默认打开FALSE,需要为true(IsNext):
当前用户token(token):
教师保存批阅 。 (SubmitJudge)
查看
接口地址:~/Exam/ExamStu/SubmitJudge
接口方法:public string SubmitJudge(System.Guid AnswerID,System.Decimal Score)
返回数据:returns
答案ID(AnswerID):
总分数(Score):
当前用户token(token):
更新批阅信息 。 (UpdateAnswerComments)
查看
接口地址:~/Exam/ExamStu/UpdateAnswerComments
接口方法:public string UpdateAnswerComments(System.Guid AnswerID,System.String Comments,System.Decimal Score)
返回数据:returns
答案ID(AnswerID):
批阅字符串(Comments):
总分数(Score):
当前用户token(token):
获取学生的详细批阅信息 。 (GetReadOverList)
查看
接口地址:~/Exam/ExamStu/GetReadOverList
接口方法:public string GetReadOverList(System.Guid ExamID)
返回数据:returns
考试ID(ExamID):
学生ID(StudentID):
当前用户token(token):
联系人:朱利戈
E-Mail:zhulg@mail.open.com.cn