Method | Description | |
---|---|---|
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
|
public Exams ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Exams ( ISchooxService schooxService ) : System.Collections.Generic | ||
schooxService | ISchooxService | |
return | System.Collections.Generic |
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 |
return | SchooxResponse
|
public GetExamPerformanceForUser ( int examId, int userId, int start = null ) : SchooxResponse |
||
examId | int | Exam ID |
userId | int | User ID |
start | int | Starting position |
return | SchooxResponse |
public GetExams ( int start = null, int limit = null ) : SchooxResponse
|
||
start | int | Starting position |
limit | int | Max size of retrieved courses |
return | SchooxResponse
|