C# 클래스 SchooxSharp.Api.Clients.Exams

The following requests relate to getting information regarding the academy's exams via the Schoox Academy API. Note: All requests must be Authenticated.
상속: SchooxApiBase
파일 보기 프로젝트 열기: jamesbar2/SchooxSharp 1 사용 예제들

공개 메소드들

메소드 설명
Exams ( ) : System.Collections.Generic
Exams ( ISchooxService schooxService ) : System.Collections.Generic
GetEnrolledUsersInExam ( int examId, int start = null, int limit = null ) : SchooxResponse>

Get a List of all Enrolled Users in an Exam

GetExamPerformanceForUser ( int examId, int userId, int start = null ) : SchooxResponse

Get Exam Performance for a specific User

GetExams ( int start = null, int limit = null ) : SchooxResponse>

Get a List of Exams

메소드 상세

Exams() 공개 메소드

public Exams ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Exams() 공개 메소드

public Exams ( ISchooxService schooxService ) : System.Collections.Generic
schooxService ISchooxService
리턴 System.Collections.Generic

GetEnrolledUsersInExam() 공개 메소드

Get a List of all Enrolled Users in an Exam
public GetEnrolledUsersInExam ( int examId, int start = null, int limit = null ) : SchooxResponse>
examId int Exam ID
start int Starting position
limit int Number of users to return per request, up to maximum of 1,000. Default to 100
리턴 SchooxResponse>

GetExamPerformanceForUser() 공개 메소드

Get Exam Performance for a specific User
public GetExamPerformanceForUser ( int examId, int userId, int start = null ) : SchooxResponse
examId int Exam ID
userId int User ID
start int Starting position
리턴 SchooxResponse

GetExams() 공개 메소드

Get a List of Exams
public GetExams ( int start = null, int limit = null ) : SchooxResponse>
start int Starting position
limit int Max size of retrieved courses
리턴 SchooxResponse>