Documentation ¶
Index ¶
- func AddAttachmentToTeacherPodAsTeacher(jwtToken string, reqBody request.AttachmentsReqBody, ...) ([]response.Attachment, error)
- func AddCommentToTeacherPodAsTeacher(jwtToken string, reqBody request.CommentReqBody, ...) (response.Comment, error)
- func AssignBlockGradeToStudent(jwtToken string, reqBody request.UpdateScaleValueReqBody, ...) (response.UpdateBlockScaleValue, error)
- func AssignPodGradeForAStudentAsTeacher(jwtToken string, reqBody request.UpdateScaleValueReqBody, ...) (response.UpdatePodScaleValue, error)
- func BulkPublishPodGradesForAStudent(jwtToken string, reqBody PublishStudentGradeReqBody, ...) error
- func BulkPublishPodGradesForStudents(jwtToken string, reqBody request.PublishGradesReqBody, ...) error
- func GetBlockAndPodsGradesForAStudentAsTeacher(jwtToken string, classroomParam request.ClassroomIdParam) (response.StudentGradeForBlockAndPod, error)
- func GetBlockGradesForStudents(jwtToken string, blockParam common.ResourceIdParam) (response.StudentGradeForBlockAndPod, error)
- func GetPodGradesForStudents(jwtToken string, podParam common.ResourceIdParam) (response.StudentGradeForBlockAndPod, error)
- func GetStudentAttachmentSubmissionsAsTeacher(jwtToken string, submissionParam request.ClassroomIdParam) ([]response.Attachment, error)
- func GetStudentCommentSubmissionsAsTeacher(jwtToken string, submissionParam request.ClassroomIdParam) ([]response.Comment, error)
- func GetStudentProfile(jwtToken string, classroomParam request.ClassroomIdParam) (response.Student, error)
- func PublishStudentGradesForABlock(jwtToken string, reqBody request.PublishGradesReqBody, ...) error
- type PublishStudentGradeReqBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAttachmentToTeacherPodAsTeacher ¶
func AddAttachmentToTeacherPodAsTeacher( jwtToken string, reqBody request.AttachmentsReqBody, attachmentParam request.AttachmentParam, ) ([]response.Attachment, error)
func AddCommentToTeacherPodAsTeacher ¶
func AddCommentToTeacherPodAsTeacher( jwtToken string, reqBody request.CommentReqBody, commentParam request.CommentIdParam, ) (response.Comment, error)
func AssignBlockGradeToStudent ¶
func AssignBlockGradeToStudent( jwtToken string, reqBody request.UpdateScaleValueReqBody, classroomParam request.ClassroomIdParam, ) (response.UpdateBlockScaleValue, error)
func AssignPodGradeForAStudentAsTeacher ¶
func AssignPodGradeForAStudentAsTeacher( jwtToken string, reqBody request.UpdateScaleValueReqBody, classroomParam request.ClassroomIdParam, ) (response.UpdatePodScaleValue, error)
func BulkPublishPodGradesForAStudent ¶
func BulkPublishPodGradesForAStudent( jwtToken string, reqBody PublishStudentGradeReqBody, classroomParam request.ClassroomIdParam, ) error
func BulkPublishPodGradesForStudents ¶
func BulkPublishPodGradesForStudents( jwtToken string, reqBody request.PublishGradesReqBody, podParam common.ResourceIdParam, ) error
func GetBlockAndPodsGradesForAStudentAsTeacher ¶
func GetBlockAndPodsGradesForAStudentAsTeacher( jwtToken string, classroomParam request.ClassroomIdParam, ) (response.StudentGradeForBlockAndPod, error)
func GetBlockGradesForStudents ¶
func GetBlockGradesForStudents( jwtToken string, blockParam common.ResourceIdParam, ) (response.StudentGradeForBlockAndPod, error)
func GetPodGradesForStudents ¶
func GetPodGradesForStudents( jwtToken string, podParam common.ResourceIdParam, ) (response.StudentGradeForBlockAndPod, error)
func GetStudentAttachmentSubmissionsAsTeacher ¶
func GetStudentAttachmentSubmissionsAsTeacher( jwtToken string, submissionParam request.ClassroomIdParam, ) ([]response.Attachment, error)
func GetStudentProfile ¶
func PublishStudentGradesForABlock ¶
func PublishStudentGradesForABlock( jwtToken string, reqBody request.PublishGradesReqBody, podParam common.ResourceIdParam, ) error
Types ¶
type PublishStudentGradeReqBody ¶
type PublishStudentGradeReqBody struct {
PodIds string `json:"podIds"`
}
Source Files ¶
- teacher_keys.2.1.get_student_attachment_submissions_as_teacher.go
- teacher_keys.2.10.get_pod_grades_for_students.go
- teacher_keys.2.11.assign_grade_to_student.go
- teacher_keys.2.12.assign_pod_grade_for_a_student_as_teacher.go
- teacher_keys.2.13.get_student_profile.go
- teacher_keys.2.2.get_student_comment_submissions_as_teacher.go
- teacher_keys.2.3.add_attachment_to_teacher_pod_as_teacher.go
- teacher_keys.2.4.add_comment_to_teacher_pod_as_teacher.go
- teacher_keys.2.5.get_block_and_pods_grades_for_a_student_as_teacher.go
- teacher_keys.2.6.Publish_student_grades_for_a_block.go
- teacher_keys.2.7.bulk_publish_pod_grades_for_a_student.go
- teacher_keys.2.8.bulk_publish_pod_grades_for_students.go
- teacher_keys.2.9.get_block_grades_for_students.go
Click to show internal directories.
Click to hide internal directories.