We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb73c58 commit 72292daCopy full SHA for 72292da
src/data/services/lms/types/pageData.ts
@@ -80,7 +80,7 @@ export interface AssessmentData {
80
}
81
82
export interface AssessmentsData {
83
- effectiveAssessmentType: 'submission' | 'studentTraining' | 'self' | 'peer' | 'staff' | 'done',
+ effectiveAssessmentType: 'self' | 'peer' | 'staff',
84
assessments: {
85
staff?: {
86
stepScore: { earned: number, possible: number },
0 commit comments