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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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>