Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateLaboratoryDTO ¶
type CreateMarkdownBlockDTO ¶ added in v0.32.0
type CreateTestBlockDTO ¶ added in v0.36.0
type GetLaboratoryDTO ¶ added in v0.31.0
type GetLaboratoryProgressDTO ¶ added in v0.44.0
type LaboratoryDetailsDTO ¶ added in v0.45.0
type LaboratoryProgressDTO ¶ added in v0.44.0
type LaboratoryProgressDTO struct { TotalTestBlocks int `json:"total_test_blocks"` StudentsProgress []*LaboratoryStudentProgressDTO `json:"students_progress"` }
type LaboratoryStudentProgressDTO ¶ added in v0.44.0
type LaboratoryStudentProgressDTO struct { StudentUUID string `json:"student_uuid"` StudentFullName string `json:"student_full_name"` PendingSubmissions int `json:"pending_submissions"` RunningSubmissions int `json:"running_submissions"` FailingSubmissions int `json:"failing_submissions"` SuccessSubmissions int `json:"success_submissions"` }
Click to show internal directories.
Click to hide internal directories.