package
Version:
v0.23.2
Opens a new window with list of versions in this module.
Published: Nov 15, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddCriteriaToObjectiveDTO struct {
TeacherUUID string
ObjectiveUUID string
CriteriaDescription string
CriteriaWeight float64
}
type AddObjectiveToRubricDTO struct {
TeacherUUID string
RubricUUID string
ObjectiveDescription string
}
type CreateRubricDTO struct {
TeacherUUID string
Name string
}
type CreatedRubricDTO struct {
UUID string `json:"uuid"`
TeacherUUID string `json:"-"`
Name string `json:"name"`
}
type GetRubricDto struct {
TeacherUUID string
RubricUUID string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.