@easyedu/js-lsm-api 1.94.0 → 1.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +16 -364
- package/README.md +22 -267
- package/dist/apis/CourseApi.d.ts +124 -16
- package/dist/apis/CourseApi.js +315 -23
- package/dist/apis/PlayerApi.d.ts +0 -166
- package/dist/apis/PlayerApi.js +0 -422
- package/dist/apis/ReportingApi.d.ts +18 -144
- package/dist/apis/ReportingApi.js +31 -362
- package/dist/apis/index.d.ts +0 -3
- package/dist/apis/index.js +0 -3
- package/dist/esm/apis/CourseApi.d.ts +124 -16
- package/dist/esm/apis/CourseApi.js +315 -23
- package/dist/esm/apis/PlayerApi.d.ts +0 -166
- package/dist/esm/apis/PlayerApi.js +0 -422
- package/dist/esm/apis/ReportingApi.d.ts +18 -144
- package/dist/esm/apis/ReportingApi.js +31 -362
- package/dist/esm/apis/index.d.ts +0 -3
- package/dist/esm/apis/index.js +0 -3
- package/dist/esm/models/CertificateConfig.d.ts +2 -2
- package/dist/esm/models/CertificateConfig.js +2 -2
- package/dist/esm/models/ContentLaunchMode.d.ts +1 -1
- package/dist/esm/models/ContentLaunchMode.js +1 -1
- package/dist/esm/models/EffectiveCertificateConfig.d.ts +1 -1
- package/dist/esm/models/EffectiveCertificateConfig.js +2 -2
- package/dist/esm/models/GetCourseExport.d.ts +6 -0
- package/dist/esm/models/GetCourseExport.js +2 -0
- package/dist/esm/models/GetCourseVersionItem.d.ts +13 -21
- package/dist/esm/models/GetCourseVersionItem.js +20 -19
- package/dist/esm/models/GetCourseVersionItemReporting.d.ts +100 -0
- package/dist/esm/models/GetCourseVersionItemReporting.js +90 -0
- package/dist/esm/models/GetCourseVersionModuleReporting.d.ts +99 -0
- package/dist/esm/models/GetCourseVersionModuleReporting.js +88 -0
- package/dist/esm/models/GetCourseVersionReporting.d.ts +93 -0
- package/dist/esm/models/GetCourseVersionReporting.js +84 -0
- package/dist/esm/models/GetQuestionQuizzesInner.d.ts +0 -12
- package/dist/esm/models/GetQuestionQuizzesInner.js +0 -8
- package/dist/esm/models/PostCertificateConfig.d.ts +1 -1
- package/dist/esm/models/PostCertificateConfig.js +2 -2
- package/dist/esm/models/PostCourseExport.d.ts +6 -0
- package/dist/esm/models/PostCourseExport.js +4 -0
- package/dist/esm/models/PostCourseResume.d.ts +38 -29
- package/dist/esm/models/PostCourseResume.js +36 -25
- package/dist/esm/models/PostCourseVersionItem.d.ts +8 -8
- package/dist/esm/models/PostCourseVersionItem.js +9 -11
- package/dist/esm/models/PostCourseVersionModule.d.ts +51 -0
- package/dist/esm/models/PostCourseVersionModule.js +50 -0
- package/dist/esm/models/PostCourseVersionModuleDuplicate.d.ts +38 -0
- package/dist/esm/models/PostCourseVersionModuleDuplicate.js +43 -0
- package/dist/esm/models/PutCertificateConfig.d.ts +1 -1
- package/dist/esm/models/PutCertificateConfig.js +2 -2
- package/dist/esm/models/PutCourseVersionItem.d.ts +14 -2
- package/dist/esm/models/PutCourseVersionItem.js +8 -4
- package/dist/esm/models/PutCourseVersionItemReorder.d.ts +32 -0
- package/dist/esm/models/PutCourseVersionItemReorder.js +43 -0
- package/dist/esm/models/PutCourseVersionModule.d.ts +51 -0
- package/dist/esm/models/PutCourseVersionModule.js +48 -0
- package/dist/esm/models/PutCourseVersionModuleReorder.d.ts +32 -0
- package/dist/esm/models/PutCourseVersionModuleReorder.js +43 -0
- package/dist/esm/models/index.d.ts +8 -179
- package/dist/esm/models/index.js +8 -179
- package/dist/models/CertificateConfig.d.ts +2 -2
- package/dist/models/CertificateConfig.js +2 -2
- package/dist/models/ContentLaunchMode.d.ts +1 -1
- package/dist/models/ContentLaunchMode.js +1 -1
- package/dist/models/EffectiveCertificateConfig.d.ts +1 -1
- package/dist/models/EffectiveCertificateConfig.js +2 -2
- package/dist/models/GetCourseExport.d.ts +6 -0
- package/dist/models/GetCourseExport.js +2 -0
- package/dist/models/GetCourseVersionItem.d.ts +13 -21
- package/dist/models/GetCourseVersionItem.js +21 -20
- package/dist/models/GetCourseVersionItemReporting.d.ts +100 -0
- package/dist/models/GetCourseVersionItemReporting.js +98 -0
- package/dist/models/GetCourseVersionModuleReporting.d.ts +99 -0
- package/dist/models/GetCourseVersionModuleReporting.js +95 -0
- package/dist/models/GetCourseVersionReporting.d.ts +93 -0
- package/dist/models/GetCourseVersionReporting.js +91 -0
- package/dist/models/GetQuestionQuizzesInner.d.ts +0 -12
- package/dist/models/GetQuestionQuizzesInner.js +0 -8
- package/dist/models/PostCertificateConfig.d.ts +1 -1
- package/dist/models/PostCertificateConfig.js +2 -2
- package/dist/models/PostCourseExport.d.ts +6 -0
- package/dist/models/PostCourseExport.js +4 -0
- package/dist/models/PostCourseResume.d.ts +38 -29
- package/dist/models/PostCourseResume.js +37 -25
- package/dist/models/PostCourseVersionItem.d.ts +8 -8
- package/dist/models/PostCourseVersionItem.js +9 -11
- package/dist/models/PostCourseVersionModule.d.ts +51 -0
- package/dist/models/PostCourseVersionModule.js +57 -0
- package/dist/models/PostCourseVersionModuleDuplicate.d.ts +38 -0
- package/dist/models/PostCourseVersionModuleDuplicate.js +50 -0
- package/dist/models/PutCertificateConfig.d.ts +1 -1
- package/dist/models/PutCertificateConfig.js +2 -2
- package/dist/models/PutCourseVersionItem.d.ts +14 -2
- package/dist/models/PutCourseVersionItem.js +8 -4
- package/dist/models/PutCourseVersionItemReorder.d.ts +32 -0
- package/dist/models/PutCourseVersionItemReorder.js +50 -0
- package/dist/models/PutCourseVersionModule.d.ts +51 -0
- package/dist/models/PutCourseVersionModule.js +55 -0
- package/dist/models/PutCourseVersionModuleReorder.d.ts +32 -0
- package/dist/models/PutCourseVersionModuleReorder.js +50 -0
- package/dist/models/index.d.ts +8 -179
- package/dist/models/index.js +8 -179
- package/docs/CertificateConfig.md +2 -2
- package/docs/ContentLaunchMode.md +1 -1
- package/docs/ContentLibraryQuizApi.md +2 -2
- package/docs/CourseApi.md +456 -20
- package/docs/EffectiveCertificateConfig.md +2 -2
- package/docs/GetCourseExport.md +2 -0
- package/docs/GetCourseVersionItem.md +10 -10
- package/docs/{GetModuleInstructorBasicReportingEngagement.md → GetCourseVersionItemReporting.md} +20 -8
- package/docs/GetCourseVersionModuleReporting.md +56 -0
- package/docs/GetCourseVersionReporting.md +54 -0
- package/docs/GetQuestionQuizzesInner.md +0 -4
- package/docs/PlayerApi.md +12 -764
- package/docs/PostCertificateConfig.md +2 -2
- package/docs/PostCourseExport.md +2 -0
- package/docs/PostCourseResume.md +15 -17
- package/docs/PostCourseVersionItem.md +8 -8
- package/docs/{PutModule.md → PostCourseVersionModule.md} +8 -6
- package/docs/{GetContentUpload.md → PostCourseVersionModuleDuplicate.md} +6 -8
- package/docs/PutCertificateConfig.md +2 -2
- package/docs/PutCourseVersionItem.md +8 -4
- package/docs/{Essay1.md → PutCourseVersionItemReorder.md} +6 -8
- package/docs/{PostModule.md → PutCourseVersionModule.md} +8 -6
- package/docs/{Essay.md → PutCourseVersionModuleReorder.md} +6 -8
- package/docs/ReportingApi.md +25 -554
- package/package.json +1 -1
- package/src/apis/CourseApi.ts +466 -28
- package/src/apis/PlayerApi.ts +0 -537
- package/src/apis/ReportingApi.ts +43 -527
- package/src/apis/index.ts +0 -3
- package/src/models/CertificateConfig.ts +4 -4
- package/src/models/ContentLaunchMode.ts +1 -1
- package/src/models/EffectiveCertificateConfig.ts +3 -3
- package/src/models/GetCourseExport.ts +8 -0
- package/src/models/GetCourseVersionItem.ts +28 -33
- package/src/models/GetCourseVersionItemReporting.ts +167 -0
- package/src/models/GetCourseVersionModuleReporting.ts +173 -0
- package/src/models/GetCourseVersionReporting.ts +164 -0
- package/src/models/GetQuestionQuizzesInner.ts +0 -18
- package/src/models/PostCertificateConfig.ts +3 -3
- package/src/models/PostCourseExport.ts +9 -0
- package/src/models/PostCourseResume.ts +61 -59
- package/src/models/PostCourseVersionItem.ts +17 -18
- package/src/models/PostCourseVersionModule.ts +98 -0
- package/src/models/PostCourseVersionModuleDuplicate.ts +73 -0
- package/src/models/PutCertificateConfig.ts +3 -3
- package/src/models/PutCourseVersionItem.ts +22 -6
- package/src/models/PutCourseVersionItemReorder.ts +66 -0
- package/src/models/PutCourseVersionModule.ts +97 -0
- package/src/models/PutCourseVersionModuleReorder.ts +66 -0
- package/src/models/index.ts +8 -179
- package/dist/apis/ContentApi.d.ts +0 -605
- package/dist/apis/ContentApi.js +0 -1484
- package/dist/apis/ModuleApi.d.ts +0 -140
- package/dist/apis/ModuleApi.js +0 -346
- package/dist/apis/QuizApi.d.ts +0 -493
- package/dist/apis/QuizApi.js +0 -1213
- package/dist/esm/apis/ContentApi.d.ts +0 -605
- package/dist/esm/apis/ContentApi.js +0 -1480
- package/dist/esm/apis/ModuleApi.d.ts +0 -140
- package/dist/esm/apis/ModuleApi.js +0 -342
- package/dist/esm/apis/QuizApi.d.ts +0 -493
- package/dist/esm/apis/QuizApi.js +0 -1209
- package/dist/esm/models/ContentAttemptItem.d.ts +0 -69
- package/dist/esm/models/ContentAttemptItem.js +0 -68
- package/dist/esm/models/ContentAttemptRollupScore.d.ts +0 -38
- package/dist/esm/models/ContentAttemptRollupScore.js +0 -47
- package/dist/esm/models/ContentAttemptScore.d.ts +0 -50
- package/dist/esm/models/ContentAttemptScore.js +0 -47
- package/dist/esm/models/ContentAttemptSettings.d.ts +0 -46
- package/dist/esm/models/ContentAttemptSettings.js +0 -54
- package/dist/esm/models/CriteriaBasedSelection.d.ts +0 -59
- package/dist/esm/models/CriteriaBasedSelection.js +0 -59
- package/dist/esm/models/CriteriaBasedSelectionCriteria.d.ts +0 -71
- package/dist/esm/models/CriteriaBasedSelectionCriteria.js +0 -66
- package/dist/esm/models/CriteriaBasedSelectionDistribution.d.ts +0 -42
- package/dist/esm/models/CriteriaBasedSelectionDistribution.js +0 -43
- package/dist/esm/models/Essay.d.ts +0 -45
- package/dist/esm/models/Essay.js +0 -53
- package/dist/esm/models/Essay1.d.ts +0 -45
- package/dist/esm/models/Essay1.js +0 -53
- package/dist/esm/models/FillInBlank.d.ts +0 -45
- package/dist/esm/models/FillInBlank.js +0 -53
- package/dist/esm/models/FillInBlank1.d.ts +0 -45
- package/dist/esm/models/FillInBlank1.js +0 -53
- package/dist/esm/models/GetContent.d.ts +0 -132
- package/dist/esm/models/GetContent.js +0 -94
- package/dist/esm/models/GetContentAttempts.d.ts +0 -90
- package/dist/esm/models/GetContentAttempts.js +0 -84
- package/dist/esm/models/GetContentContentData.d.ts +0 -24
- package/dist/esm/models/GetContentContentData.js +0 -58
- package/dist/esm/models/GetContentGradeDetail.d.ts +0 -118
- package/dist/esm/models/GetContentGradeDetail.js +0 -104
- package/dist/esm/models/GetContentGrades.d.ts +0 -57
- package/dist/esm/models/GetContentGrades.js +0 -60
- package/dist/esm/models/GetContentGradesItemsInner.d.ts +0 -109
- package/dist/esm/models/GetContentGradesItemsInner.js +0 -104
- package/dist/esm/models/GetContentGradesItemsInnerUser.d.ts +0 -44
- package/dist/esm/models/GetContentGradesItemsInnerUser.js +0 -51
- package/dist/esm/models/GetContentInstructorBasicReporting.d.ts +0 -47
- package/dist/esm/models/GetContentInstructorBasicReporting.js +0 -54
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.d.ts +0 -59
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.js +0 -63
- package/dist/esm/models/GetContentInstructorBasicReportingEngagement.d.ts +0 -56
- package/dist/esm/models/GetContentInstructorBasicReportingEngagement.js +0 -59
- package/dist/esm/models/GetContentInstructorBasicReportingPerformance.d.ts +0 -38
- package/dist/esm/models/GetContentInstructorBasicReportingPerformance.js +0 -47
- package/dist/esm/models/GetContentList.d.ts +0 -57
- package/dist/esm/models/GetContentList.js +0 -60
- package/dist/esm/models/GetContentSession.d.ts +0 -74
- package/dist/esm/models/GetContentSession.js +0 -71
- package/dist/esm/models/GetContentSessionDetail.d.ts +0 -115
- package/dist/esm/models/GetContentSessionDetail.js +0 -104
- package/dist/esm/models/GetContentSessionDetailScormSessionDataInner.d.ts +0 -38
- package/dist/esm/models/GetContentSessionDetailScormSessionDataInner.js +0 -47
- package/dist/esm/models/GetContentSessionDetailUserData.d.ts +0 -38
- package/dist/esm/models/GetContentSessionDetailUserData.js +0 -47
- package/dist/esm/models/GetContentSessionList.d.ts +0 -57
- package/dist/esm/models/GetContentSessionList.js +0 -60
- package/dist/esm/models/GetContentSessionListItem.d.ts +0 -88
- package/dist/esm/models/GetContentSessionListItem.js +0 -81
- package/dist/esm/models/GetContentSessionListItemScormSessionData.d.ts +0 -32
- package/dist/esm/models/GetContentSessionListItemScormSessionData.js +0 -43
- package/dist/esm/models/GetContentUpload.d.ts +0 -44
- package/dist/esm/models/GetContentUpload.js +0 -51
- package/dist/esm/models/GetContentVersion.d.ts +0 -76
- package/dist/esm/models/GetContentVersion.js +0 -71
- package/dist/esm/models/GetContentVersionList.d.ts +0 -57
- package/dist/esm/models/GetContentVersionList.js +0 -60
- package/dist/esm/models/GetContentVersionListItemsInner.d.ts +0 -56
- package/dist/esm/models/GetContentVersionListItemsInner.js +0 -59
- package/dist/esm/models/GetContentVersionSandbox.d.ts +0 -32
- package/dist/esm/models/GetContentVersionSandbox.js +0 -43
- package/dist/esm/models/GetContentVersionScormData.d.ts +0 -32
- package/dist/esm/models/GetContentVersionScormData.js +0 -43
- package/dist/esm/models/GetCourseReportingBasic.d.ts +0 -44
- package/dist/esm/models/GetCourseReportingBasic.js +0 -51
- package/dist/esm/models/GetCourseStudentReporting.d.ts +0 -54
- package/dist/esm/models/GetCourseStudentReporting.js +0 -59
- package/dist/esm/models/GetCourseStudentReportingCourseInfo.d.ts +0 -32
- package/dist/esm/models/GetCourseStudentReportingCourseInfo.js +0 -43
- package/dist/esm/models/GetCourseStudentReportingEngagement.d.ts +0 -38
- package/dist/esm/models/GetCourseStudentReportingEngagement.js +0 -47
- package/dist/esm/models/GetCourseStudentReportingModulesInner.d.ts +0 -71
- package/dist/esm/models/GetCourseStudentReportingModulesInner.js +0 -71
- package/dist/esm/models/GetCourseStudentReportingPerformance.d.ts +0 -32
- package/dist/esm/models/GetCourseStudentReportingPerformance.js +0 -43
- package/dist/esm/models/GetManualQuestionSelectionItem.d.ts +0 -75
- package/dist/esm/models/GetManualQuestionSelectionItem.js +0 -72
- package/dist/esm/models/GetManualQuestionSelectionList.d.ts +0 -63
- package/dist/esm/models/GetManualQuestionSelectionList.js +0 -64
- package/dist/esm/models/GetModule.d.ts +0 -62
- package/dist/esm/models/GetModule.js +0 -62
- package/dist/esm/models/GetModuleInstructorBasicReporting.d.ts +0 -47
- package/dist/esm/models/GetModuleInstructorBasicReporting.js +0 -54
- package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.d.ts +0 -56
- package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.js +0 -59
- package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +0 -32
- package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.js +0 -43
- package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.d.ts +0 -32
- package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.js +0 -43
- package/dist/esm/models/GetModuleList.d.ts +0 -57
- package/dist/esm/models/GetModuleList.js +0 -60
- package/dist/esm/models/GetModuleStudentReporting.d.ts +0 -54
- package/dist/esm/models/GetModuleStudentReporting.js +0 -59
- package/dist/esm/models/GetModuleStudentReportingAccess.d.ts +0 -38
- package/dist/esm/models/GetModuleStudentReportingAccess.js +0 -47
- package/dist/esm/models/GetModuleStudentReportingContentsInner.d.ts +0 -101
- package/dist/esm/models/GetModuleStudentReportingContentsInner.js +0 -91
- package/dist/esm/models/GetModuleStudentReportingProgress.d.ts +0 -38
- package/dist/esm/models/GetModuleStudentReportingProgress.js +0 -47
- package/dist/esm/models/GetPortalBasicReporting.d.ts +0 -40
- package/dist/esm/models/GetPortalBasicReporting.js +0 -49
- package/dist/esm/models/GetPortalBasicReportingCertificates.d.ts +0 -32
- package/dist/esm/models/GetPortalBasicReportingCertificates.js +0 -43
- package/dist/esm/models/GetPortalBasicReportingPortalInfo.d.ts +0 -44
- package/dist/esm/models/GetPortalBasicReportingPortalInfo.js +0 -51
- package/dist/esm/models/GetPortalStudentReporting.d.ts +0 -40
- package/dist/esm/models/GetPortalStudentReporting.js +0 -49
- package/dist/esm/models/GetPortalStudentReportingCertificates.d.ts +0 -32
- package/dist/esm/models/GetPortalStudentReportingCertificates.js +0 -43
- package/dist/esm/models/GetPortalStudentReportingPortalInfo.d.ts +0 -44
- package/dist/esm/models/GetPortalStudentReportingPortalInfo.js +0 -51
- package/dist/esm/models/GetQuiz.d.ts +0 -143
- package/dist/esm/models/GetQuiz.js +0 -99
- package/dist/esm/models/GetQuizAttempt.d.ts +0 -47
- package/dist/esm/models/GetQuizAttempt.js +0 -54
- package/dist/esm/models/GetQuizAttemptAnalytics.d.ts +0 -72
- package/dist/esm/models/GetQuizAttemptAnalytics.js +0 -71
- package/dist/esm/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +0 -84
- package/dist/esm/models/GetQuizAttemptAnalyticsBasicInfo.js +0 -76
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdown.d.ts +0 -47
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdown.js +0 -54
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +0 -71
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.js +0 -71
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +0 -74
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.js +0 -74
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.d.ts +0 -62
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.js +0 -63
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +0 -127
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.js +0 -104
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.d.ts +0 -44
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.js +0 -45
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.d.ts +0 -44
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.js +0 -45
- package/dist/esm/models/GetQuizAttemptAnalyticsScoring.d.ts +0 -74
- package/dist/esm/models/GetQuizAttemptAnalyticsScoring.js +0 -63
- package/dist/esm/models/GetQuizAttemptAttempt.d.ts +0 -120
- package/dist/esm/models/GetQuizAttemptAttempt.js +0 -98
- package/dist/esm/models/GetQuizAttemptList.d.ts +0 -71
- package/dist/esm/models/GetQuizAttemptList.js +0 -68
- package/dist/esm/models/GetQuizAttemptListAllOfAttempts.d.ts +0 -144
- package/dist/esm/models/GetQuizAttemptListAllOfAttempts.js +0 -108
- package/dist/esm/models/GetQuizAttemptListAllOfFilters.d.ts +0 -73
- package/dist/esm/models/GetQuizAttemptListAllOfFilters.js +0 -61
- package/dist/esm/models/GetQuizAttemptListAllOfFiltersDateRange.d.ts +0 -38
- package/dist/esm/models/GetQuizAttemptListAllOfFiltersDateRange.js +0 -43
- package/dist/esm/models/GetQuizAttemptListAllOfSummary.d.ts +0 -62
- package/dist/esm/models/GetQuizAttemptListAllOfSummary.js +0 -57
- package/dist/esm/models/GetQuizAttemptQuestionsInner.d.ts +0 -107
- package/dist/esm/models/GetQuizAttemptQuestionsInner.js +0 -89
- package/dist/esm/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
- package/dist/esm/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -54
- package/dist/esm/models/GetQuizAttemptQuestionsInnerCurrentAnswer.d.ts +0 -50
- package/dist/esm/models/GetQuizAttemptQuestionsInnerCurrentAnswer.js +0 -47
- package/dist/esm/models/GetQuizAttemptQuizSettings.d.ts +0 -62
- package/dist/esm/models/GetQuizAttemptQuizSettings.js +0 -57
- package/dist/esm/models/GetQuizCriteria.d.ts +0 -46
- package/dist/esm/models/GetQuizCriteria.js +0 -53
- package/dist/esm/models/GetQuizCriteriaEstimatedQuestions.d.ts +0 -44
- package/dist/esm/models/GetQuizCriteriaEstimatedQuestions.js +0 -51
- package/dist/esm/models/GetQuizCriteriaItem.d.ts +0 -119
- package/dist/esm/models/GetQuizCriteriaItem.js +0 -94
- package/dist/esm/models/GetQuizCriteriaList.d.ts +0 -57
- package/dist/esm/models/GetQuizCriteriaList.js +0 -60
- package/dist/esm/models/GetQuizCriteriaListItemsInner.d.ts +0 -119
- package/dist/esm/models/GetQuizCriteriaListItemsInner.js +0 -94
- package/dist/esm/models/GetQuizList.d.ts +0 -64
- package/dist/esm/models/GetQuizList.js +0 -63
- package/dist/esm/models/GetQuizListAllOfFilters.d.ts +0 -64
- package/dist/esm/models/GetQuizListAllOfFilters.js +0 -56
- package/dist/esm/models/GetQuizListAllOfQuizzes.d.ts +0 -131
- package/dist/esm/models/GetQuizListAllOfQuizzes.js +0 -97
- package/dist/esm/models/GetQuizListAllOfStatistics.d.ts +0 -56
- package/dist/esm/models/GetQuizListAllOfStatistics.js +0 -49
- package/dist/esm/models/GetQuizQuestions.d.ts +0 -83
- package/dist/esm/models/GetQuizQuestions.js +0 -79
- package/dist/esm/models/GetQuizQuestionsItemsInner.d.ts +0 -75
- package/dist/esm/models/GetQuizQuestionsItemsInner.js +0 -72
- package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +0 -102
- package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetails.js +0 -85
- package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.d.ts +0 -56
- package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.js +0 -59
- package/dist/esm/models/GetQuizResults.d.ts +0 -100
- package/dist/esm/models/GetQuizResults.js +0 -90
- package/dist/esm/models/GetQuizResultsFeedback.d.ts +0 -46
- package/dist/esm/models/GetQuizResultsFeedback.js +0 -47
- package/dist/esm/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +0 -59
- package/dist/esm/models/GetQuizResultsFeedbackDifficultyPerformanceInner.js +0 -63
- package/dist/esm/models/GetQuizResultsFeedbackTopicPerformanceInner.d.ts +0 -50
- package/dist/esm/models/GetQuizResultsFeedbackTopicPerformanceInner.js +0 -55
- package/dist/esm/models/GetQuizResultsQuestionsInner.d.ts +0 -107
- package/dist/esm/models/GetQuizResultsQuestionsInner.js +0 -85
- package/dist/esm/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.d.ts +0 -57
- package/dist/esm/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.js +0 -58
- package/dist/esm/models/GetQuizResultsQuestionsInnerStudentAnswer.d.ts +0 -56
- package/dist/esm/models/GetQuizResultsQuestionsInnerStudentAnswer.js +0 -49
- package/dist/esm/models/GetQuizResultsScore.d.ts +0 -50
- package/dist/esm/models/GetQuizResultsScore.js +0 -47
- package/dist/esm/models/GetQuizResultsTiming.d.ts +0 -56
- package/dist/esm/models/GetQuizResultsTiming.js +0 -49
- package/dist/esm/models/GetQuizStatistics.d.ts +0 -56
- package/dist/esm/models/GetQuizStatistics.js +0 -49
- package/dist/esm/models/GetScormApiLogItem.d.ts +0 -73
- package/dist/esm/models/GetScormApiLogItem.js +0 -73
- package/dist/esm/models/GetScormApiLogs.d.ts +0 -57
- package/dist/esm/models/GetScormApiLogs.js +0 -60
- package/dist/esm/models/GetScormPackage.d.ts +0 -39
- package/dist/esm/models/GetScormPackage.js +0 -48
- package/dist/esm/models/GetScormPackagePackageInfo.d.ts +0 -104
- package/dist/esm/models/GetScormPackagePackageInfo.js +0 -81
- package/dist/esm/models/GetScormSessionData.d.ts +0 -59
- package/dist/esm/models/GetScormSessionData.js +0 -60
- package/dist/esm/models/GetScormSessionDataActivity.d.ts +0 -38
- package/dist/esm/models/GetScormSessionDataActivity.js +0 -47
- package/dist/esm/models/GetUserQuizAttempts.d.ts +0 -71
- package/dist/esm/models/GetUserQuizAttempts.js +0 -68
- package/dist/esm/models/GetUserQuizAttemptsAllOfAttempts.d.ts +0 -150
- package/dist/esm/models/GetUserQuizAttemptsAllOfAttempts.js +0 -108
- package/dist/esm/models/GetUserQuizAttemptsAllOfFilters.d.ts +0 -79
- package/dist/esm/models/GetUserQuizAttemptsAllOfFilters.js +0 -63
- package/dist/esm/models/GetUserQuizAttemptsAllOfSummary.d.ts +0 -68
- package/dist/esm/models/GetUserQuizAttemptsAllOfSummary.js +0 -63
- package/dist/esm/models/ManualSelection.d.ts +0 -45
- package/dist/esm/models/ManualSelection.js +0 -53
- package/dist/esm/models/Matching.d.ts +0 -46
- package/dist/esm/models/Matching.js +0 -54
- package/dist/esm/models/Matching1.d.ts +0 -46
- package/dist/esm/models/Matching1.js +0 -54
- package/dist/esm/models/Matching1PairsInner.d.ts +0 -38
- package/dist/esm/models/Matching1PairsInner.js +0 -47
- package/dist/esm/models/MatchingPairsInner.d.ts +0 -38
- package/dist/esm/models/MatchingPairsInner.js +0 -47
- package/dist/esm/models/MediaContent.d.ts +0 -44
- package/dist/esm/models/MediaContent.js +0 -47
- package/dist/esm/models/MultipleAnswer.d.ts +0 -45
- package/dist/esm/models/MultipleAnswer.js +0 -53
- package/dist/esm/models/MultipleAnswer1.d.ts +0 -45
- package/dist/esm/models/MultipleAnswer1.js +0 -53
- package/dist/esm/models/NoAnswer.d.ts +0 -39
- package/dist/esm/models/NoAnswer.js +0 -49
- package/dist/esm/models/PostContentQuiz.d.ts +0 -65
- package/dist/esm/models/PostContentQuiz.js +0 -60
- package/dist/esm/models/PostContentQuizAssignment.d.ts +0 -50
- package/dist/esm/models/PostContentQuizAssignment.js +0 -47
- package/dist/esm/models/PostContentQuizQuestionSelection.d.ts +0 -23
- package/dist/esm/models/PostContentQuizQuestionSelection.js +0 -51
- package/dist/esm/models/PostContentQuizSettings.d.ts +0 -80
- package/dist/esm/models/PostContentQuizSettings.js +0 -57
- package/dist/esm/models/PostContentSession.d.ts +0 -75
- package/dist/esm/models/PostContentSession.js +0 -70
- package/dist/esm/models/PostContentUpload.d.ts +0 -61
- package/dist/esm/models/PostContentUpload.js +0 -65
- package/dist/esm/models/PostDuplicate1.d.ts +0 -32
- package/dist/esm/models/PostDuplicate1.js +0 -41
- package/dist/esm/models/PostDuplicate2.d.ts +0 -32
- package/dist/esm/models/PostDuplicate2.js +0 -41
- package/dist/esm/models/PostManualQuestionSelection.d.ts +0 -50
- package/dist/esm/models/PostManualQuestionSelection.js +0 -49
- package/dist/esm/models/PostModule.d.ts +0 -44
- package/dist/esm/models/PostModule.js +0 -49
- package/dist/esm/models/PostQuiz.d.ts +0 -113
- package/dist/esm/models/PostQuiz.js +0 -77
- package/dist/esm/models/PostQuizAttempt.d.ts +0 -47
- package/dist/esm/models/PostQuizAttempt.js +0 -54
- package/dist/esm/models/PostQuizAttemptAttempt.d.ts +0 -99
- package/dist/esm/models/PostQuizAttemptAttempt.js +0 -87
- package/dist/esm/models/PostQuizAttemptQuestionsInner.d.ts +0 -94
- package/dist/esm/models/PostQuizAttemptQuestionsInner.js +0 -84
- package/dist/esm/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
- package/dist/esm/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -54
- package/dist/esm/models/PostQuizAttemptQuizSettings.d.ts +0 -62
- package/dist/esm/models/PostQuizAttemptQuizSettings.js +0 -55
- package/dist/esm/models/PostQuizAttemptSubmit.d.ts +0 -54
- package/dist/esm/models/PostQuizAttemptSubmit.js +0 -60
- package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInner.d.ts +0 -39
- package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInner.js +0 -48
- package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.d.ts +0 -28
- package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.js +0 -86
- package/dist/esm/models/PostQuizCriteria.d.ts +0 -39
- package/dist/esm/models/PostQuizCriteria.js +0 -46
- package/dist/esm/models/PostQuizCriteriaCriteriaInner.d.ts +0 -89
- package/dist/esm/models/PostQuizCriteriaCriteriaInner.js +0 -72
- package/dist/esm/models/PostQuizQuestions.d.ts +0 -39
- package/dist/esm/models/PostQuizQuestions.js +0 -46
- package/dist/esm/models/PostQuizQuestionsQuestionsInner.d.ts +0 -50
- package/dist/esm/models/PostQuizQuestionsQuestionsInner.js +0 -49
- package/dist/esm/models/PostQuizSettings.d.ts +0 -50
- package/dist/esm/models/PostQuizSettings.js +0 -47
- package/dist/esm/models/PostVerifyManifest.d.ts +0 -106
- package/dist/esm/models/PostVerifyManifest.js +0 -73
- package/dist/esm/models/PostVerifyManifestItemsInner.d.ts +0 -74
- package/dist/esm/models/PostVerifyManifestItemsInner.js +0 -55
- package/dist/esm/models/PostVerifyManifestResourcesInner.d.ts +0 -56
- package/dist/esm/models/PostVerifyManifestResourcesInner.js +0 -49
- package/dist/esm/models/PutContent.d.ts +0 -52
- package/dist/esm/models/PutContent.js +0 -49
- package/dist/esm/models/PutContentAttemptSettings.d.ts +0 -46
- package/dist/esm/models/PutContentAttemptSettings.js +0 -50
- package/dist/esm/models/PutContentReorder.d.ts +0 -32
- package/dist/esm/models/PutContentReorder.js +0 -43
- package/dist/esm/models/PutContentVersion.d.ts +0 -32
- package/dist/esm/models/PutContentVersion.js +0 -43
- package/dist/esm/models/PutModule.d.ts +0 -44
- package/dist/esm/models/PutModule.js +0 -45
- package/dist/esm/models/PutModuleReorder.d.ts +0 -32
- package/dist/esm/models/PutModuleReorder.js +0 -43
- package/dist/esm/models/PutQuiz.d.ts +0 -107
- package/dist/esm/models/PutQuiz.js +0 -71
- package/dist/esm/models/PutQuizAnswer.d.ts +0 -39
- package/dist/esm/models/PutQuizAnswer.js +0 -46
- package/dist/esm/models/PutQuizAnswerAnswer.d.ts +0 -27
- package/dist/esm/models/PutQuizAnswerAnswer.js +0 -79
- package/dist/esm/models/PutQuizAnswerGrade.d.ts +0 -38
- package/dist/esm/models/PutQuizAnswerGrade.js +0 -45
- package/dist/esm/models/PutQuizAnswerResponse.d.ts +0 -77
- package/dist/esm/models/PutQuizAnswerResponse.js +0 -64
- package/dist/esm/models/PutQuizAnswerResponseNextQuestion.d.ts +0 -102
- package/dist/esm/models/PutQuizAnswerResponseNextQuestion.js +0 -88
- package/dist/esm/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.d.ts +0 -51
- package/dist/esm/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.js +0 -54
- package/dist/esm/models/PutQuizAnswerResponseProgress.d.ts +0 -50
- package/dist/esm/models/PutQuizAnswerResponseProgress.js +0 -55
- package/dist/esm/models/PutQuizSettings.d.ts +0 -50
- package/dist/esm/models/PutQuizSettings.js +0 -47
- package/dist/esm/models/QuizContent.d.ts +0 -60
- package/dist/esm/models/QuizContent.js +0 -62
- package/dist/esm/models/QuizContentAssignment.d.ts +0 -44
- package/dist/esm/models/QuizContentAssignment.js +0 -45
- package/dist/esm/models/QuizContentSettings.d.ts +0 -56
- package/dist/esm/models/QuizContentSettings.js +0 -49
- package/dist/esm/models/SCORMContent.d.ts +0 -44
- package/dist/esm/models/SCORMContent.js +0 -47
- package/dist/esm/models/ScormSessionData.d.ts +0 -61
- package/dist/esm/models/ScormSessionData.js +0 -54
- package/dist/esm/models/ScormSessionDataProgress.d.ts +0 -38
- package/dist/esm/models/ScormSessionDataProgress.js +0 -43
- package/dist/esm/models/ScormSessionDataScore.d.ts +0 -50
- package/dist/esm/models/ScormSessionDataScore.js +0 -47
- package/dist/esm/models/ScormSessionDataSession.d.ts +0 -32
- package/dist/esm/models/ScormSessionDataSession.js +0 -41
- package/dist/esm/models/ScormSessionDataStatus.d.ts +0 -50
- package/dist/esm/models/ScormSessionDataStatus.js +0 -47
- package/dist/esm/models/ScormSessionDataTime.d.ts +0 -50
- package/dist/esm/models/ScormSessionDataTime.js +0 -47
- package/dist/esm/models/ShortAnswer.d.ts +0 -45
- package/dist/esm/models/ShortAnswer.js +0 -53
- package/dist/esm/models/ShortAnswer1.d.ts +0 -45
- package/dist/esm/models/ShortAnswer1.js +0 -53
- package/dist/esm/models/SingleAnswer.d.ts +0 -45
- package/dist/esm/models/SingleAnswer.js +0 -53
- package/dist/models/ContentAttemptItem.d.ts +0 -69
- package/dist/models/ContentAttemptItem.js +0 -75
- package/dist/models/ContentAttemptRollupScore.d.ts +0 -38
- package/dist/models/ContentAttemptRollupScore.js +0 -54
- package/dist/models/ContentAttemptScore.d.ts +0 -50
- package/dist/models/ContentAttemptScore.js +0 -54
- package/dist/models/ContentAttemptSettings.d.ts +0 -46
- package/dist/models/ContentAttemptSettings.js +0 -62
- package/dist/models/CriteriaBasedSelection.d.ts +0 -59
- package/dist/models/CriteriaBasedSelection.js +0 -67
- package/dist/models/CriteriaBasedSelectionCriteria.d.ts +0 -71
- package/dist/models/CriteriaBasedSelectionCriteria.js +0 -74
- package/dist/models/CriteriaBasedSelectionDistribution.d.ts +0 -42
- package/dist/models/CriteriaBasedSelectionDistribution.js +0 -50
- package/dist/models/Essay.d.ts +0 -45
- package/dist/models/Essay.js +0 -61
- package/dist/models/Essay1.d.ts +0 -45
- package/dist/models/Essay1.js +0 -61
- package/dist/models/FillInBlank.d.ts +0 -45
- package/dist/models/FillInBlank.js +0 -61
- package/dist/models/FillInBlank1.d.ts +0 -45
- package/dist/models/FillInBlank1.js +0 -61
- package/dist/models/GetContent.d.ts +0 -132
- package/dist/models/GetContent.js +0 -102
- package/dist/models/GetContentAttempts.d.ts +0 -90
- package/dist/models/GetContentAttempts.js +0 -92
- package/dist/models/GetContentContentData.d.ts +0 -24
- package/dist/models/GetContentContentData.js +0 -64
- package/dist/models/GetContentGradeDetail.d.ts +0 -118
- package/dist/models/GetContentGradeDetail.js +0 -112
- package/dist/models/GetContentGrades.d.ts +0 -57
- package/dist/models/GetContentGrades.js +0 -67
- package/dist/models/GetContentGradesItemsInner.d.ts +0 -109
- package/dist/models/GetContentGradesItemsInner.js +0 -112
- package/dist/models/GetContentGradesItemsInnerUser.d.ts +0 -44
- package/dist/models/GetContentGradesItemsInnerUser.js +0 -58
- package/dist/models/GetContentInstructorBasicReporting.d.ts +0 -47
- package/dist/models/GetContentInstructorBasicReporting.js +0 -61
- package/dist/models/GetContentInstructorBasicReportingContentInfo.d.ts +0 -59
- package/dist/models/GetContentInstructorBasicReportingContentInfo.js +0 -71
- package/dist/models/GetContentInstructorBasicReportingEngagement.d.ts +0 -56
- package/dist/models/GetContentInstructorBasicReportingEngagement.js +0 -66
- package/dist/models/GetContentInstructorBasicReportingPerformance.d.ts +0 -38
- package/dist/models/GetContentInstructorBasicReportingPerformance.js +0 -54
- package/dist/models/GetContentList.d.ts +0 -57
- package/dist/models/GetContentList.js +0 -67
- package/dist/models/GetContentSession.d.ts +0 -74
- package/dist/models/GetContentSession.js +0 -78
- package/dist/models/GetContentSessionDetail.d.ts +0 -115
- package/dist/models/GetContentSessionDetail.js +0 -112
- package/dist/models/GetContentSessionDetailScormSessionDataInner.d.ts +0 -38
- package/dist/models/GetContentSessionDetailScormSessionDataInner.js +0 -54
- package/dist/models/GetContentSessionDetailUserData.d.ts +0 -38
- package/dist/models/GetContentSessionDetailUserData.js +0 -54
- package/dist/models/GetContentSessionList.d.ts +0 -57
- package/dist/models/GetContentSessionList.js +0 -67
- package/dist/models/GetContentSessionListItem.d.ts +0 -88
- package/dist/models/GetContentSessionListItem.js +0 -88
- package/dist/models/GetContentSessionListItemScormSessionData.d.ts +0 -32
- package/dist/models/GetContentSessionListItemScormSessionData.js +0 -50
- package/dist/models/GetContentUpload.d.ts +0 -44
- package/dist/models/GetContentUpload.js +0 -58
- package/dist/models/GetContentVersion.d.ts +0 -76
- package/dist/models/GetContentVersion.js +0 -78
- package/dist/models/GetContentVersionList.d.ts +0 -57
- package/dist/models/GetContentVersionList.js +0 -67
- package/dist/models/GetContentVersionListItemsInner.d.ts +0 -56
- package/dist/models/GetContentVersionListItemsInner.js +0 -66
- package/dist/models/GetContentVersionSandbox.d.ts +0 -32
- package/dist/models/GetContentVersionSandbox.js +0 -50
- package/dist/models/GetContentVersionScormData.d.ts +0 -32
- package/dist/models/GetContentVersionScormData.js +0 -50
- package/dist/models/GetCourseReportingBasic.d.ts +0 -44
- package/dist/models/GetCourseReportingBasic.js +0 -58
- package/dist/models/GetCourseStudentReporting.d.ts +0 -54
- package/dist/models/GetCourseStudentReporting.js +0 -66
- package/dist/models/GetCourseStudentReportingCourseInfo.d.ts +0 -32
- package/dist/models/GetCourseStudentReportingCourseInfo.js +0 -50
- package/dist/models/GetCourseStudentReportingEngagement.d.ts +0 -38
- package/dist/models/GetCourseStudentReportingEngagement.js +0 -54
- package/dist/models/GetCourseStudentReportingModulesInner.d.ts +0 -71
- package/dist/models/GetCourseStudentReportingModulesInner.js +0 -79
- package/dist/models/GetCourseStudentReportingPerformance.d.ts +0 -32
- package/dist/models/GetCourseStudentReportingPerformance.js +0 -50
- package/dist/models/GetManualQuestionSelectionItem.d.ts +0 -75
- package/dist/models/GetManualQuestionSelectionItem.js +0 -79
- package/dist/models/GetManualQuestionSelectionList.d.ts +0 -63
- package/dist/models/GetManualQuestionSelectionList.js +0 -71
- package/dist/models/GetModule.d.ts +0 -62
- package/dist/models/GetModule.js +0 -69
- package/dist/models/GetModuleInstructorBasicReporting.d.ts +0 -47
- package/dist/models/GetModuleInstructorBasicReporting.js +0 -61
- package/dist/models/GetModuleInstructorBasicReportingEngagement.d.ts +0 -56
- package/dist/models/GetModuleInstructorBasicReportingEngagement.js +0 -66
- package/dist/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +0 -32
- package/dist/models/GetModuleInstructorBasicReportingModuleInfo.js +0 -50
- package/dist/models/GetModuleInstructorBasicReportingPerformance.d.ts +0 -32
- package/dist/models/GetModuleInstructorBasicReportingPerformance.js +0 -50
- package/dist/models/GetModuleList.d.ts +0 -57
- package/dist/models/GetModuleList.js +0 -67
- package/dist/models/GetModuleStudentReporting.d.ts +0 -54
- package/dist/models/GetModuleStudentReporting.js +0 -66
- package/dist/models/GetModuleStudentReportingAccess.d.ts +0 -38
- package/dist/models/GetModuleStudentReportingAccess.js +0 -54
- package/dist/models/GetModuleStudentReportingContentsInner.d.ts +0 -101
- package/dist/models/GetModuleStudentReportingContentsInner.js +0 -99
- package/dist/models/GetModuleStudentReportingProgress.d.ts +0 -38
- package/dist/models/GetModuleStudentReportingProgress.js +0 -54
- package/dist/models/GetPortalBasicReporting.d.ts +0 -40
- package/dist/models/GetPortalBasicReporting.js +0 -56
- package/dist/models/GetPortalBasicReportingCertificates.d.ts +0 -32
- package/dist/models/GetPortalBasicReportingCertificates.js +0 -50
- package/dist/models/GetPortalBasicReportingPortalInfo.d.ts +0 -44
- package/dist/models/GetPortalBasicReportingPortalInfo.js +0 -58
- package/dist/models/GetPortalStudentReporting.d.ts +0 -40
- package/dist/models/GetPortalStudentReporting.js +0 -56
- package/dist/models/GetPortalStudentReportingCertificates.d.ts +0 -32
- package/dist/models/GetPortalStudentReportingCertificates.js +0 -50
- package/dist/models/GetPortalStudentReportingPortalInfo.d.ts +0 -44
- package/dist/models/GetPortalStudentReportingPortalInfo.js +0 -58
- package/dist/models/GetQuiz.d.ts +0 -143
- package/dist/models/GetQuiz.js +0 -107
- package/dist/models/GetQuizAttempt.d.ts +0 -47
- package/dist/models/GetQuizAttempt.js +0 -61
- package/dist/models/GetQuizAttemptAnalytics.d.ts +0 -72
- package/dist/models/GetQuizAttemptAnalytics.js +0 -78
- package/dist/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +0 -84
- package/dist/models/GetQuizAttemptAnalyticsBasicInfo.js +0 -84
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdown.d.ts +0 -47
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdown.js +0 -61
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +0 -71
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.js +0 -79
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +0 -74
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.js +0 -82
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.d.ts +0 -62
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.js +0 -70
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +0 -127
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.js +0 -112
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.d.ts +0 -44
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.js +0 -52
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.d.ts +0 -44
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.js +0 -52
- package/dist/models/GetQuizAttemptAnalyticsScoring.d.ts +0 -74
- package/dist/models/GetQuizAttemptAnalyticsScoring.js +0 -70
- package/dist/models/GetQuizAttemptAttempt.d.ts +0 -120
- package/dist/models/GetQuizAttemptAttempt.js +0 -106
- package/dist/models/GetQuizAttemptList.d.ts +0 -71
- package/dist/models/GetQuizAttemptList.js +0 -75
- package/dist/models/GetQuizAttemptListAllOfAttempts.d.ts +0 -144
- package/dist/models/GetQuizAttemptListAllOfAttempts.js +0 -116
- package/dist/models/GetQuizAttemptListAllOfFilters.d.ts +0 -73
- package/dist/models/GetQuizAttemptListAllOfFilters.js +0 -69
- package/dist/models/GetQuizAttemptListAllOfFiltersDateRange.d.ts +0 -38
- package/dist/models/GetQuizAttemptListAllOfFiltersDateRange.js +0 -50
- package/dist/models/GetQuizAttemptListAllOfSummary.d.ts +0 -62
- package/dist/models/GetQuizAttemptListAllOfSummary.js +0 -64
- package/dist/models/GetQuizAttemptQuestionsInner.d.ts +0 -107
- package/dist/models/GetQuizAttemptQuestionsInner.js +0 -97
- package/dist/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
- package/dist/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -61
- package/dist/models/GetQuizAttemptQuestionsInnerCurrentAnswer.d.ts +0 -50
- package/dist/models/GetQuizAttemptQuestionsInnerCurrentAnswer.js +0 -54
- package/dist/models/GetQuizAttemptQuizSettings.d.ts +0 -62
- package/dist/models/GetQuizAttemptQuizSettings.js +0 -64
- package/dist/models/GetQuizCriteria.d.ts +0 -46
- package/dist/models/GetQuizCriteria.js +0 -60
- package/dist/models/GetQuizCriteriaEstimatedQuestions.d.ts +0 -44
- package/dist/models/GetQuizCriteriaEstimatedQuestions.js +0 -58
- package/dist/models/GetQuizCriteriaItem.d.ts +0 -119
- package/dist/models/GetQuizCriteriaItem.js +0 -102
- package/dist/models/GetQuizCriteriaList.d.ts +0 -57
- package/dist/models/GetQuizCriteriaList.js +0 -67
- package/dist/models/GetQuizCriteriaListItemsInner.d.ts +0 -119
- package/dist/models/GetQuizCriteriaListItemsInner.js +0 -102
- package/dist/models/GetQuizList.d.ts +0 -64
- package/dist/models/GetQuizList.js +0 -70
- package/dist/models/GetQuizListAllOfFilters.d.ts +0 -64
- package/dist/models/GetQuizListAllOfFilters.js +0 -64
- package/dist/models/GetQuizListAllOfQuizzes.d.ts +0 -131
- package/dist/models/GetQuizListAllOfQuizzes.js +0 -105
- package/dist/models/GetQuizListAllOfStatistics.d.ts +0 -56
- package/dist/models/GetQuizListAllOfStatistics.js +0 -56
- package/dist/models/GetQuizQuestions.d.ts +0 -83
- package/dist/models/GetQuizQuestions.js +0 -87
- package/dist/models/GetQuizQuestionsItemsInner.d.ts +0 -75
- package/dist/models/GetQuizQuestionsItemsInner.js +0 -79
- package/dist/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +0 -102
- package/dist/models/GetQuizQuestionsItemsInnerQuestionDetails.js +0 -93
- package/dist/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.d.ts +0 -56
- package/dist/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.js +0 -66
- package/dist/models/GetQuizResults.d.ts +0 -100
- package/dist/models/GetQuizResults.js +0 -98
- package/dist/models/GetQuizResultsFeedback.d.ts +0 -46
- package/dist/models/GetQuizResultsFeedback.js +0 -54
- package/dist/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +0 -59
- package/dist/models/GetQuizResultsFeedbackDifficultyPerformanceInner.js +0 -71
- package/dist/models/GetQuizResultsFeedbackTopicPerformanceInner.d.ts +0 -50
- package/dist/models/GetQuizResultsFeedbackTopicPerformanceInner.js +0 -62
- package/dist/models/GetQuizResultsQuestionsInner.d.ts +0 -107
- package/dist/models/GetQuizResultsQuestionsInner.js +0 -93
- package/dist/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.d.ts +0 -57
- package/dist/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.js +0 -65
- package/dist/models/GetQuizResultsQuestionsInnerStudentAnswer.d.ts +0 -56
- package/dist/models/GetQuizResultsQuestionsInnerStudentAnswer.js +0 -56
- package/dist/models/GetQuizResultsScore.d.ts +0 -50
- package/dist/models/GetQuizResultsScore.js +0 -54
- package/dist/models/GetQuizResultsTiming.d.ts +0 -56
- package/dist/models/GetQuizResultsTiming.js +0 -56
- package/dist/models/GetQuizStatistics.d.ts +0 -56
- package/dist/models/GetQuizStatistics.js +0 -56
- package/dist/models/GetScormApiLogItem.d.ts +0 -73
- package/dist/models/GetScormApiLogItem.js +0 -81
- package/dist/models/GetScormApiLogs.d.ts +0 -57
- package/dist/models/GetScormApiLogs.js +0 -67
- package/dist/models/GetScormPackage.d.ts +0 -39
- package/dist/models/GetScormPackage.js +0 -55
- package/dist/models/GetScormPackagePackageInfo.d.ts +0 -104
- package/dist/models/GetScormPackagePackageInfo.js +0 -88
- package/dist/models/GetScormSessionData.d.ts +0 -59
- package/dist/models/GetScormSessionData.js +0 -67
- package/dist/models/GetScormSessionDataActivity.d.ts +0 -38
- package/dist/models/GetScormSessionDataActivity.js +0 -54
- package/dist/models/GetUserQuizAttempts.d.ts +0 -71
- package/dist/models/GetUserQuizAttempts.js +0 -75
- package/dist/models/GetUserQuizAttemptsAllOfAttempts.d.ts +0 -150
- package/dist/models/GetUserQuizAttemptsAllOfAttempts.js +0 -116
- package/dist/models/GetUserQuizAttemptsAllOfFilters.d.ts +0 -79
- package/dist/models/GetUserQuizAttemptsAllOfFilters.js +0 -71
- package/dist/models/GetUserQuizAttemptsAllOfSummary.d.ts +0 -68
- package/dist/models/GetUserQuizAttemptsAllOfSummary.js +0 -70
- package/dist/models/ManualSelection.d.ts +0 -45
- package/dist/models/ManualSelection.js +0 -61
- package/dist/models/Matching.d.ts +0 -46
- package/dist/models/Matching.js +0 -62
- package/dist/models/Matching1.d.ts +0 -46
- package/dist/models/Matching1.js +0 -62
- package/dist/models/Matching1PairsInner.d.ts +0 -38
- package/dist/models/Matching1PairsInner.js +0 -54
- package/dist/models/MatchingPairsInner.d.ts +0 -38
- package/dist/models/MatchingPairsInner.js +0 -54
- package/dist/models/MediaContent.d.ts +0 -44
- package/dist/models/MediaContent.js +0 -54
- package/dist/models/MultipleAnswer.d.ts +0 -45
- package/dist/models/MultipleAnswer.js +0 -61
- package/dist/models/MultipleAnswer1.d.ts +0 -45
- package/dist/models/MultipleAnswer1.js +0 -61
- package/dist/models/NoAnswer.d.ts +0 -39
- package/dist/models/NoAnswer.js +0 -57
- package/dist/models/PostContentQuiz.d.ts +0 -65
- package/dist/models/PostContentQuiz.js +0 -67
- package/dist/models/PostContentQuizAssignment.d.ts +0 -50
- package/dist/models/PostContentQuizAssignment.js +0 -54
- package/dist/models/PostContentQuizQuestionSelection.d.ts +0 -23
- package/dist/models/PostContentQuizQuestionSelection.js +0 -57
- package/dist/models/PostContentQuizSettings.d.ts +0 -80
- package/dist/models/PostContentQuizSettings.js +0 -64
- package/dist/models/PostContentSession.d.ts +0 -75
- package/dist/models/PostContentSession.js +0 -77
- package/dist/models/PostContentUpload.d.ts +0 -61
- package/dist/models/PostContentUpload.js +0 -73
- package/dist/models/PostDuplicate1.d.ts +0 -32
- package/dist/models/PostDuplicate1.js +0 -48
- package/dist/models/PostDuplicate2.d.ts +0 -32
- package/dist/models/PostDuplicate2.js +0 -48
- package/dist/models/PostManualQuestionSelection.d.ts +0 -50
- package/dist/models/PostManualQuestionSelection.js +0 -56
- package/dist/models/PostModule.d.ts +0 -44
- package/dist/models/PostModule.js +0 -56
- package/dist/models/PostQuiz.d.ts +0 -113
- package/dist/models/PostQuiz.js +0 -85
- package/dist/models/PostQuizAttempt.d.ts +0 -47
- package/dist/models/PostQuizAttempt.js +0 -61
- package/dist/models/PostQuizAttemptAttempt.d.ts +0 -99
- package/dist/models/PostQuizAttemptAttempt.js +0 -95
- package/dist/models/PostQuizAttemptQuestionsInner.d.ts +0 -94
- package/dist/models/PostQuizAttemptQuestionsInner.js +0 -92
- package/dist/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
- package/dist/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -61
- package/dist/models/PostQuizAttemptQuizSettings.d.ts +0 -62
- package/dist/models/PostQuizAttemptQuizSettings.js +0 -62
- package/dist/models/PostQuizAttemptSubmit.d.ts +0 -54
- package/dist/models/PostQuizAttemptSubmit.js +0 -68
- package/dist/models/PostQuizAttemptSubmitFinalAnswersInner.d.ts +0 -39
- package/dist/models/PostQuizAttemptSubmitFinalAnswersInner.js +0 -55
- package/dist/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.d.ts +0 -28
- package/dist/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.js +0 -92
- package/dist/models/PostQuizCriteria.d.ts +0 -39
- package/dist/models/PostQuizCriteria.js +0 -53
- package/dist/models/PostQuizCriteriaCriteriaInner.d.ts +0 -89
- package/dist/models/PostQuizCriteriaCriteriaInner.js +0 -80
- package/dist/models/PostQuizQuestions.d.ts +0 -39
- package/dist/models/PostQuizQuestions.js +0 -53
- package/dist/models/PostQuizQuestionsQuestionsInner.d.ts +0 -50
- package/dist/models/PostQuizQuestionsQuestionsInner.js +0 -56
- package/dist/models/PostQuizSettings.d.ts +0 -50
- package/dist/models/PostQuizSettings.js +0 -54
- package/dist/models/PostVerifyManifest.d.ts +0 -106
- package/dist/models/PostVerifyManifest.js +0 -80
- package/dist/models/PostVerifyManifestItemsInner.d.ts +0 -74
- package/dist/models/PostVerifyManifestItemsInner.js +0 -62
- package/dist/models/PostVerifyManifestResourcesInner.d.ts +0 -56
- package/dist/models/PostVerifyManifestResourcesInner.js +0 -56
- package/dist/models/PutContent.d.ts +0 -52
- package/dist/models/PutContent.js +0 -56
- package/dist/models/PutContentAttemptSettings.d.ts +0 -46
- package/dist/models/PutContentAttemptSettings.js +0 -58
- package/dist/models/PutContentReorder.d.ts +0 -32
- package/dist/models/PutContentReorder.js +0 -50
- package/dist/models/PutContentVersion.d.ts +0 -32
- package/dist/models/PutContentVersion.js +0 -50
- package/dist/models/PutModule.d.ts +0 -44
- package/dist/models/PutModule.js +0 -52
- package/dist/models/PutModuleReorder.d.ts +0 -32
- package/dist/models/PutModuleReorder.js +0 -50
- package/dist/models/PutQuiz.d.ts +0 -107
- package/dist/models/PutQuiz.js +0 -79
- package/dist/models/PutQuizAnswer.d.ts +0 -39
- package/dist/models/PutQuizAnswer.js +0 -53
- package/dist/models/PutQuizAnswerAnswer.d.ts +0 -27
- package/dist/models/PutQuizAnswerAnswer.js +0 -85
- package/dist/models/PutQuizAnswerGrade.d.ts +0 -38
- package/dist/models/PutQuizAnswerGrade.js +0 -52
- package/dist/models/PutQuizAnswerResponse.d.ts +0 -77
- package/dist/models/PutQuizAnswerResponse.js +0 -71
- package/dist/models/PutQuizAnswerResponseNextQuestion.d.ts +0 -102
- package/dist/models/PutQuizAnswerResponseNextQuestion.js +0 -96
- package/dist/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.d.ts +0 -51
- package/dist/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.js +0 -61
- package/dist/models/PutQuizAnswerResponseProgress.d.ts +0 -50
- package/dist/models/PutQuizAnswerResponseProgress.js +0 -62
- package/dist/models/PutQuizSettings.d.ts +0 -50
- package/dist/models/PutQuizSettings.js +0 -54
- package/dist/models/QuizContent.d.ts +0 -60
- package/dist/models/QuizContent.js +0 -70
- package/dist/models/QuizContentAssignment.d.ts +0 -44
- package/dist/models/QuizContentAssignment.js +0 -52
- package/dist/models/QuizContentSettings.d.ts +0 -56
- package/dist/models/QuizContentSettings.js +0 -56
- package/dist/models/SCORMContent.d.ts +0 -44
- package/dist/models/SCORMContent.js +0 -54
- package/dist/models/ScormSessionData.d.ts +0 -61
- package/dist/models/ScormSessionData.js +0 -61
- package/dist/models/ScormSessionDataProgress.d.ts +0 -38
- package/dist/models/ScormSessionDataProgress.js +0 -50
- package/dist/models/ScormSessionDataScore.d.ts +0 -50
- package/dist/models/ScormSessionDataScore.js +0 -54
- package/dist/models/ScormSessionDataSession.d.ts +0 -32
- package/dist/models/ScormSessionDataSession.js +0 -48
- package/dist/models/ScormSessionDataStatus.d.ts +0 -50
- package/dist/models/ScormSessionDataStatus.js +0 -54
- package/dist/models/ScormSessionDataTime.d.ts +0 -50
- package/dist/models/ScormSessionDataTime.js +0 -54
- package/dist/models/ShortAnswer.d.ts +0 -45
- package/dist/models/ShortAnswer.js +0 -61
- package/dist/models/ShortAnswer1.d.ts +0 -45
- package/dist/models/ShortAnswer1.js +0 -61
- package/dist/models/SingleAnswer.d.ts +0 -45
- package/dist/models/SingleAnswer.js +0 -61
- package/docs/ContentApi.md +0 -2198
- package/docs/ContentAttemptItem.md +0 -47
- package/docs/ContentAttemptRollupScore.md +0 -37
- package/docs/ContentAttemptScore.md +0 -41
- package/docs/ContentAttemptSettings.md +0 -36
- package/docs/CriteriaBasedSelection.md +0 -40
- package/docs/CriteriaBasedSelectionCriteria.md +0 -40
- package/docs/CriteriaBasedSelectionDistribution.md +0 -37
- package/docs/FillInBlank.md +0 -36
- package/docs/FillInBlank1.md +0 -36
- package/docs/GetContent.md +0 -62
- package/docs/GetContentAttempts.md +0 -51
- package/docs/GetContentContentData.md +0 -53
- package/docs/GetContentGradeDetail.md +0 -50
- package/docs/GetContentGrades.md +0 -42
- package/docs/GetContentGradesItemsInner.md +0 -44
- package/docs/GetContentGradesItemsInnerUser.md +0 -38
- package/docs/GetContentInstructorBasicReporting.md +0 -38
- package/docs/GetContentInstructorBasicReportingContentInfo.md +0 -38
- package/docs/GetContentInstructorBasicReportingEngagement.md +0 -42
- package/docs/GetContentInstructorBasicReportingPerformance.md +0 -36
- package/docs/GetContentList.md +0 -43
- package/docs/GetContentSession.md +0 -49
- package/docs/GetContentSessionDetail.md +0 -55
- package/docs/GetContentSessionDetailScormSessionDataInner.md +0 -36
- package/docs/GetContentSessionDetailUserData.md +0 -36
- package/docs/GetContentSessionList.md +0 -43
- package/docs/GetContentSessionListItem.md +0 -53
- package/docs/GetContentSessionListItemScormSessionData.md +0 -35
- package/docs/GetContentVersion.md +0 -49
- package/docs/GetContentVersionList.md +0 -43
- package/docs/GetContentVersionListItemsInner.md +0 -42
- package/docs/GetContentVersionSandbox.md +0 -35
- package/docs/GetContentVersionScormData.md +0 -35
- package/docs/GetCourseReportingBasic.md +0 -38
- package/docs/GetCourseStudentReporting.md +0 -40
- package/docs/GetCourseStudentReportingCourseInfo.md +0 -34
- package/docs/GetCourseStudentReportingEngagement.md +0 -36
- package/docs/GetCourseStudentReportingModulesInner.md +0 -44
- package/docs/GetCourseStudentReportingPerformance.md +0 -34
- package/docs/GetManualQuestionSelectionItem.md +0 -48
- package/docs/GetManualQuestionSelectionList.md +0 -44
- package/docs/GetModule.md +0 -44
- package/docs/GetModuleInstructorBasicReporting.md +0 -38
- package/docs/GetModuleInstructorBasicReportingModuleInfo.md +0 -34
- package/docs/GetModuleInstructorBasicReportingPerformance.md +0 -34
- package/docs/GetModuleList.md +0 -43
- package/docs/GetModuleStudentReporting.md +0 -40
- package/docs/GetModuleStudentReportingAccess.md +0 -36
- package/docs/GetModuleStudentReportingContentsInner.md +0 -54
- package/docs/GetModuleStudentReportingProgress.md +0 -36
- package/docs/GetPortalBasicReporting.md +0 -36
- package/docs/GetPortalBasicReportingCertificates.md +0 -34
- package/docs/GetPortalBasicReportingPortalInfo.md +0 -38
- package/docs/GetPortalStudentReporting.md +0 -36
- package/docs/GetPortalStudentReportingCertificates.md +0 -34
- package/docs/GetPortalStudentReportingPortalInfo.md +0 -38
- package/docs/GetQuiz.md +0 -68
- package/docs/GetQuizAttempt.md +0 -38
- package/docs/GetQuizAttemptAnalytics.md +0 -46
- package/docs/GetQuizAttemptAnalyticsBasicInfo.md +0 -49
- package/docs/GetQuizAttemptAnalyticsPerformanceBreakdown.md +0 -39
- package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.md +0 -44
- package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.md +0 -44
- package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.md +0 -44
- package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInner.md +0 -58
- package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.md +0 -39
- package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.md +0 -39
- package/docs/GetQuizAttemptAnalyticsScoring.md +0 -49
- package/docs/GetQuizAttemptAttempt.md +0 -61
- package/docs/GetQuizAttemptList.md +0 -46
- package/docs/GetQuizAttemptListAllOfAttempts.md +0 -68
- package/docs/GetQuizAttemptListAllOfFilters.md +0 -45
- package/docs/GetQuizAttemptListAllOfFiltersDateRange.md +0 -37
- package/docs/GetQuizAttemptListAllOfSummary.md +0 -45
- package/docs/GetQuizAttemptQuestionsInner.md +0 -54
- package/docs/GetQuizAttemptQuestionsInnerAnswerChoicesInner.md +0 -40
- package/docs/GetQuizAttemptQuestionsInnerCurrentAnswer.md +0 -41
- package/docs/GetQuizAttemptQuizSettings.md +0 -45
- package/docs/GetQuizCriteria.md +0 -38
- package/docs/GetQuizCriteriaEstimatedQuestions.md +0 -39
- package/docs/GetQuizCriteriaItem.md +0 -56
- package/docs/GetQuizCriteriaList.md +0 -42
- package/docs/GetQuizCriteriaListItemsInner.md +0 -56
- package/docs/GetQuizList.md +0 -44
- package/docs/GetQuizListAllOfFilters.md +0 -43
- package/docs/GetQuizListAllOfQuizzes.md +0 -64
- package/docs/GetQuizListAllOfStatistics.md +0 -43
- package/docs/GetQuizQuestions.md +0 -48
- package/docs/GetQuizQuestionsItemsInner.md +0 -48
- package/docs/GetQuizQuestionsItemsInnerQuestionDetails.md +0 -51
- package/docs/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.md +0 -42
- package/docs/GetQuizResults.md +0 -52
- package/docs/GetQuizResultsFeedback.md +0 -39
- package/docs/GetQuizResultsFeedbackDifficultyPerformanceInner.md +0 -40
- package/docs/GetQuizResultsFeedbackTopicPerformanceInner.md +0 -40
- package/docs/GetQuizResultsQuestionsInner.md +0 -54
- package/docs/GetQuizResultsQuestionsInnerAnswerChoicesInner.md +0 -42
- package/docs/GetQuizResultsQuestionsInnerStudentAnswer.md +0 -43
- package/docs/GetQuizResultsScore.md +0 -41
- package/docs/GetQuizResultsTiming.md +0 -43
- package/docs/GetQuizStatistics.md +0 -43
- package/docs/GetScormApiLogItem.md +0 -45
- package/docs/GetScormApiLogs.md +0 -43
- package/docs/GetScormPackage.md +0 -37
- package/docs/GetScormPackagePackageInfo.md +0 -59
- package/docs/GetScormSessionData.md +0 -43
- package/docs/GetScormSessionDataActivity.md +0 -36
- package/docs/GetUserQuizAttempts.md +0 -46
- package/docs/GetUserQuizAttemptsAllOfAttempts.md +0 -70
- package/docs/GetUserQuizAttemptsAllOfFilters.md +0 -47
- package/docs/GetUserQuizAttemptsAllOfSummary.md +0 -47
- package/docs/ManualSelection.md +0 -36
- package/docs/Matching.md +0 -36
- package/docs/Matching1.md +0 -36
- package/docs/Matching1PairsInner.md +0 -36
- package/docs/MatchingPairsInner.md +0 -36
- package/docs/MediaContent.md +0 -38
- package/docs/ModuleApi.md +0 -501
- package/docs/MultipleAnswer.md +0 -36
- package/docs/MultipleAnswer1.md +0 -36
- package/docs/NoAnswer.md +0 -34
- package/docs/PostContentQuiz.md +0 -44
- package/docs/PostContentQuizAssignment.md +0 -41
- package/docs/PostContentQuizQuestionSelection.md +0 -43
- package/docs/PostContentQuizSettings.md +0 -51
- package/docs/PostContentSession.md +0 -49
- package/docs/PostContentUpload.md +0 -38
- package/docs/PostDuplicate1.md +0 -35
- package/docs/PostDuplicate2.md +0 -35
- package/docs/PostManualQuestionSelection.md +0 -40
- package/docs/PostQuiz.md +0 -58
- package/docs/PostQuizAttempt.md +0 -38
- package/docs/PostQuizAttemptAttempt.md +0 -55
- package/docs/PostQuizAttemptQuestionsInner.md +0 -50
- package/docs/PostQuizAttemptQuestionsInnerAnswerChoicesInner.md +0 -40
- package/docs/PostQuizAttemptQuizSettings.md +0 -45
- package/docs/PostQuizAttemptSubmit.md +0 -38
- package/docs/PostQuizAttemptSubmitFinalAnswersInner.md +0 -36
- package/docs/PostQuizAttemptSubmitFinalAnswersInnerAnswer.md +0 -43
- package/docs/PostQuizCriteria.md +0 -36
- package/docs/PostQuizCriteriaCriteriaInner.md +0 -47
- package/docs/PostQuizQuestions.md +0 -36
- package/docs/PostQuizQuestionsQuestionsInner.md +0 -40
- package/docs/PostQuizSettings.md +0 -41
- package/docs/PostVerifyManifest.md +0 -59
- package/docs/PostVerifyManifestItemsInner.md +0 -48
- package/docs/PostVerifyManifestResourcesInner.md +0 -42
- package/docs/PutContent.md +0 -40
- package/docs/PutContentAttemptSettings.md +0 -36
- package/docs/PutContentReorder.md +0 -34
- package/docs/PutContentVersion.md +0 -35
- package/docs/PutModuleReorder.md +0 -34
- package/docs/PutQuiz.md +0 -56
- package/docs/PutQuizAnswer.md +0 -36
- package/docs/PutQuizAnswerAnswer.md +0 -43
- package/docs/PutQuizAnswerGrade.md +0 -36
- package/docs/PutQuizAnswerResponse.md +0 -48
- package/docs/PutQuizAnswerResponseNextQuestion.md +0 -52
- package/docs/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.md +0 -40
- package/docs/PutQuizAnswerResponseProgress.md +0 -40
- package/docs/PutQuizSettings.md +0 -41
- package/docs/QuizApi.md +0 -1871
- package/docs/QuizContent.md +0 -40
- package/docs/QuizContentAssignment.md +0 -39
- package/docs/QuizContentSettings.md +0 -43
- package/docs/SCORMContent.md +0 -38
- package/docs/ScormSessionData.md +0 -43
- package/docs/ScormSessionDataProgress.md +0 -36
- package/docs/ScormSessionDataScore.md +0 -40
- package/docs/ScormSessionDataSession.md +0 -34
- package/docs/ScormSessionDataStatus.md +0 -40
- package/docs/ScormSessionDataTime.md +0 -40
- package/docs/ShortAnswer.md +0 -36
- package/docs/ShortAnswer1.md +0 -36
- package/docs/SingleAnswer.md +0 -36
- package/src/apis/ContentApi.ts +0 -2136
- package/src/apis/ModuleApi.ts +0 -470
- package/src/apis/QuizApi.ts +0 -1676
- package/src/models/ContentAttemptItem.ts +0 -128
- package/src/models/ContentAttemptRollupScore.ts +0 -75
- package/src/models/ContentAttemptScore.ts +0 -89
- package/src/models/ContentAttemptSettings.ts +0 -86
- package/src/models/CriteriaBasedSelection.ts +0 -116
- package/src/models/CriteriaBasedSelectionCriteria.ts +0 -114
- package/src/models/CriteriaBasedSelectionDistribution.ts +0 -73
- package/src/models/Essay.ts +0 -85
- package/src/models/Essay1.ts +0 -85
- package/src/models/FillInBlank.ts +0 -85
- package/src/models/FillInBlank1.ts +0 -85
- package/src/models/GetContent.ts +0 -217
- package/src/models/GetContentAttempts.ts +0 -164
- package/src/models/GetContentContentData.ts +0 -89
- package/src/models/GetContentGradeDetail.ts +0 -191
- package/src/models/GetContentGrades.ts +0 -110
- package/src/models/GetContentGradesItemsInner.ts +0 -170
- package/src/models/GetContentGradesItemsInnerUser.ts +0 -84
- package/src/models/GetContentInstructorBasicReporting.ts +0 -106
- package/src/models/GetContentInstructorBasicReportingContentInfo.ts +0 -101
- package/src/models/GetContentInstructorBasicReportingEngagement.ts +0 -102
- package/src/models/GetContentInstructorBasicReportingPerformance.ts +0 -75
- package/src/models/GetContentList.ts +0 -110
- package/src/models/GetContentSession.ts +0 -129
- package/src/models/GetContentSessionDetail.ts +0 -196
- package/src/models/GetContentSessionDetailScormSessionDataInner.ts +0 -75
- package/src/models/GetContentSessionDetailUserData.ts +0 -75
- package/src/models/GetContentSessionList.ts +0 -110
- package/src/models/GetContentSessionListItem.ts +0 -162
- package/src/models/GetContentSessionListItemScormSessionData.ts +0 -66
- package/src/models/GetContentUpload.ts +0 -84
- package/src/models/GetContentVersion.ts +0 -143
- package/src/models/GetContentVersionList.ts +0 -110
- package/src/models/GetContentVersionListItemsInner.ts +0 -102
- package/src/models/GetContentVersionSandbox.ts +0 -66
- package/src/models/GetContentVersionScormData.ts +0 -66
- package/src/models/GetCourseReportingBasic.ts +0 -84
- package/src/models/GetCourseStudentReporting.ts +0 -122
- package/src/models/GetCourseStudentReportingCourseInfo.ts +0 -66
- package/src/models/GetCourseStudentReportingEngagement.ts +0 -75
- package/src/models/GetCourseStudentReportingModulesInner.ts +0 -123
- package/src/models/GetCourseStudentReportingPerformance.ts +0 -66
- package/src/models/GetManualQuestionSelectionItem.ts +0 -137
- package/src/models/GetManualQuestionSelectionList.ts +0 -119
- package/src/models/GetModule.ts +0 -110
- package/src/models/GetModuleInstructorBasicReporting.ts +0 -106
- package/src/models/GetModuleInstructorBasicReportingEngagement.ts +0 -102
- package/src/models/GetModuleInstructorBasicReportingModuleInfo.ts +0 -66
- package/src/models/GetModuleInstructorBasicReportingPerformance.ts +0 -66
- package/src/models/GetModuleList.ts +0 -110
- package/src/models/GetModuleStudentReporting.ts +0 -122
- package/src/models/GetModuleStudentReportingAccess.ts +0 -75
- package/src/models/GetModuleStudentReportingContentsInner.ts +0 -168
- package/src/models/GetModuleStudentReportingProgress.ts +0 -75
- package/src/models/GetPortalBasicReporting.ts +0 -90
- package/src/models/GetPortalBasicReportingCertificates.ts +0 -66
- package/src/models/GetPortalBasicReportingPortalInfo.ts +0 -84
- package/src/models/GetPortalStudentReporting.ts +0 -90
- package/src/models/GetPortalStudentReportingCertificates.ts +0 -66
- package/src/models/GetPortalStudentReportingPortalInfo.ts +0 -84
- package/src/models/GetQuiz.ts +0 -228
- package/src/models/GetQuizAttempt.ts +0 -106
- package/src/models/GetQuizAttemptAnalytics.ts +0 -149
- package/src/models/GetQuizAttemptAnalyticsBasicInfo.ts +0 -140
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdown.ts +0 -106
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.ts +0 -123
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.ts +0 -126
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.ts +0 -111
- package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.ts +0 -210
- package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.ts +0 -81
- package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.ts +0 -81
- package/src/models/GetQuizAttemptAnalyticsScoring.ts +0 -125
- package/src/models/GetQuizAttemptAttempt.ts +0 -193
- package/src/models/GetQuizAttemptList.ts +0 -141
- package/src/models/GetQuizAttemptListAllOfAttempts.ts +0 -226
- package/src/models/GetQuizAttemptListAllOfFilters.ts +0 -126
- package/src/models/GetQuizAttemptListAllOfFiltersDateRange.ts +0 -73
- package/src/models/GetQuizAttemptListAllOfSummary.ts +0 -108
- package/src/models/GetQuizAttemptQuestionsInner.ts +0 -189
- package/src/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.ts +0 -100
- package/src/models/GetQuizAttemptQuestionsInnerCurrentAnswer.ts +0 -89
- package/src/models/GetQuizAttemptQuizSettings.ts +0 -108
- package/src/models/GetQuizCriteria.ts +0 -99
- package/src/models/GetQuizCriteriaEstimatedQuestions.ts +0 -84
- package/src/models/GetQuizCriteriaItem.ts +0 -184
- package/src/models/GetQuizCriteriaList.ts +0 -110
- package/src/models/GetQuizCriteriaListItemsInner.ts +0 -184
- package/src/models/GetQuizList.ts +0 -125
- package/src/models/GetQuizListAllOfFilters.ts +0 -108
- package/src/models/GetQuizListAllOfQuizzes.ts +0 -213
- package/src/models/GetQuizListAllOfStatistics.ts +0 -97
- package/src/models/GetQuizQuestions.ts +0 -148
- package/src/models/GetQuizQuestionsItemsInner.ts +0 -137
- package/src/models/GetQuizQuestionsItemsInnerQuestionDetails.ts +0 -166
- package/src/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.ts +0 -102
- package/src/models/GetQuizResults.ts +0 -188
- package/src/models/GetQuizResultsFeedback.ts +0 -96
- package/src/models/GetQuizResultsFeedbackDifficultyPerformanceInner.ts +0 -105
- package/src/models/GetQuizResultsFeedbackTopicPerformanceInner.ts +0 -93
- package/src/models/GetQuizResultsQuestionsInner.ts +0 -187
- package/src/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.ts +0 -109
- package/src/models/GetQuizResultsQuestionsInnerStudentAnswer.ts +0 -97
- package/src/models/GetQuizResultsScore.ts +0 -89
- package/src/models/GetQuizResultsTiming.ts +0 -97
- package/src/models/GetQuizStatistics.ts +0 -97
- package/src/models/GetScormApiLogItem.ts +0 -125
- package/src/models/GetScormApiLogs.ts +0 -110
- package/src/models/GetScormPackage.ts +0 -83
- package/src/models/GetScormPackagePackageInfo.ts +0 -169
- package/src/models/GetScormSessionData.ts +0 -110
- package/src/models/GetScormSessionDataActivity.ts +0 -75
- package/src/models/GetUserQuizAttempts.ts +0 -141
- package/src/models/GetUserQuizAttemptsAllOfAttempts.ts +0 -233
- package/src/models/GetUserQuizAttemptsAllOfFilters.ts +0 -134
- package/src/models/GetUserQuizAttemptsAllOfSummary.ts +0 -118
- package/src/models/ManualSelection.ts +0 -85
- package/src/models/Matching.ts +0 -93
- package/src/models/Matching1.ts +0 -93
- package/src/models/Matching1PairsInner.ts +0 -75
- package/src/models/MatchingPairsInner.ts +0 -75
- package/src/models/MediaContent.ts +0 -82
- package/src/models/MultipleAnswer.ts +0 -85
- package/src/models/MultipleAnswer1.ts +0 -85
- package/src/models/NoAnswer.ts +0 -76
- package/src/models/PostContentQuiz.ts +0 -130
- package/src/models/PostContentQuizAssignment.ts +0 -89
- package/src/models/PostContentQuizQuestionSelection.ts +0 -76
- package/src/models/PostContentQuizSettings.ts +0 -129
- package/src/models/PostContentSession.ts +0 -138
- package/src/models/PostContentUpload.ts +0 -103
- package/src/models/PostDuplicate1.ts +0 -65
- package/src/models/PostDuplicate2.ts +0 -65
- package/src/models/PostManualQuestionSelection.ts +0 -90
- package/src/models/PostModule.ts +0 -83
- package/src/models/PostQuiz.ts +0 -182
- package/src/models/PostQuizAttempt.ts +0 -106
- package/src/models/PostQuizAttemptAttempt.ts +0 -165
- package/src/models/PostQuizAttemptQuestionsInner.ts +0 -166
- package/src/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.ts +0 -100
- package/src/models/PostQuizAttemptQuizSettings.ts +0 -107
- package/src/models/PostQuizAttemptSubmit.ts +0 -104
- package/src/models/PostQuizAttemptSubmitFinalAnswersInner.ts +0 -83
- package/src/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.ts +0 -141
- package/src/models/PostQuizCriteria.ts +0 -82
- package/src/models/PostQuizCriteriaCriteriaInner.ts +0 -138
- package/src/models/PostQuizQuestions.ts +0 -82
- package/src/models/PostQuizQuestionsQuestionsInner.ts +0 -90
- package/src/models/PostQuizSettings.ts +0 -89
- package/src/models/PostVerifyManifest.ts +0 -179
- package/src/models/PostVerifyManifestItemsInner.ts +0 -121
- package/src/models/PostVerifyManifestResourcesInner.ts +0 -97
- package/src/models/PutContent.ts +0 -106
- package/src/models/PutContentAttemptSettings.ts +0 -84
- package/src/models/PutContentReorder.ts +0 -66
- package/src/models/PutContentVersion.ts +0 -66
- package/src/models/PutModule.ts +0 -81
- package/src/models/PutModuleReorder.ts +0 -66
- package/src/models/PutQuiz.ts +0 -172
- package/src/models/PutQuizAnswer.ts +0 -82
- package/src/models/PutQuizAnswerAnswer.ts +0 -128
- package/src/models/PutQuizAnswerGrade.ts +0 -74
- package/src/models/PutQuizAnswerResponse.ts +0 -146
- package/src/models/PutQuizAnswerResponseNextQuestion.ts +0 -175
- package/src/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.ts +0 -100
- package/src/models/PutQuizAnswerResponseProgress.ts +0 -93
- package/src/models/PutQuizSettings.ts +0 -89
- package/src/models/QuizContent.ts +0 -118
- package/src/models/QuizContentAssignment.ts +0 -81
- package/src/models/QuizContentSettings.ts +0 -97
- package/src/models/SCORMContent.ts +0 -82
- package/src/models/ScormSessionData.ts +0 -133
- package/src/models/ScormSessionDataProgress.ts +0 -73
- package/src/models/ScormSessionDataScore.ts +0 -89
- package/src/models/ScormSessionDataSession.ts +0 -65
- package/src/models/ScormSessionDataStatus.ts +0 -89
- package/src/models/ScormSessionDataTime.ts +0 -89
- package/src/models/ShortAnswer.ts +0 -85
- package/src/models/ShortAnswer1.ts +0 -85
- package/src/models/SingleAnswer.ts +0 -85
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* LMS API
|
|
5
|
-
* LMS API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { GetContentGradesItemsInnerFromJSON, GetContentGradesItemsInnerToJSON, } from './GetContentGradesItemsInner';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the GetContentGrades interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfGetContentGrades(value) {
|
|
19
|
-
if (!('page' in value) || value['page'] === undefined)
|
|
20
|
-
return false;
|
|
21
|
-
if (!('pageSize' in value) || value['pageSize'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
if (!('totalPages' in value) || value['totalPages'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
if (!('totalItems' in value) || value['totalItems'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('items' in value) || value['items'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
return true;
|
|
30
|
-
}
|
|
31
|
-
export function GetContentGradesFromJSON(json) {
|
|
32
|
-
return GetContentGradesFromJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
export function GetContentGradesFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json == null) {
|
|
36
|
-
return json;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'page': json['page'],
|
|
40
|
-
'pageSize': json['pageSize'],
|
|
41
|
-
'totalPages': json['totalPages'],
|
|
42
|
-
'totalItems': json['totalItems'],
|
|
43
|
-
'items': (json['items'].map(GetContentGradesItemsInnerFromJSON)),
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
export function GetContentGradesToJSON(json) {
|
|
47
|
-
return GetContentGradesToJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
export function GetContentGradesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
-
if (value == null) {
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
'page': value['page'],
|
|
55
|
-
'pageSize': value['pageSize'],
|
|
56
|
-
'totalPages': value['totalPages'],
|
|
57
|
-
'totalItems': value['totalItems'],
|
|
58
|
-
'items': (value['items'].map(GetContentGradesItemsInnerToJSON)),
|
|
59
|
-
};
|
|
60
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LMS API
|
|
3
|
-
* LMS API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { GetContentGradesItemsInnerUser } from './GetContentGradesItemsInnerUser';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetContentGradesItemsInner
|
|
17
|
-
*/
|
|
18
|
-
export interface GetContentGradesItemsInner {
|
|
19
|
-
/**
|
|
20
|
-
* Content session external ID
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof GetContentGradesItemsInner
|
|
23
|
-
*/
|
|
24
|
-
id?: string | null;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {GetContentGradesItemsInnerUser}
|
|
28
|
-
* @memberof GetContentGradesItemsInner
|
|
29
|
-
*/
|
|
30
|
-
user: GetContentGradesItemsInnerUser;
|
|
31
|
-
/**
|
|
32
|
-
* Content completion status
|
|
33
|
-
* @type {GetContentGradesItemsInnerCompletionEnum}
|
|
34
|
-
* @memberof GetContentGradesItemsInner
|
|
35
|
-
*/
|
|
36
|
-
completion: GetContentGradesItemsInnerCompletionEnum;
|
|
37
|
-
/**
|
|
38
|
-
* Content grade status
|
|
39
|
-
* @type {GetContentGradesItemsInnerGradeStatusEnum}
|
|
40
|
-
* @memberof GetContentGradesItemsInner
|
|
41
|
-
*/
|
|
42
|
-
gradeStatus: GetContentGradesItemsInnerGradeStatusEnum;
|
|
43
|
-
/**
|
|
44
|
-
* Canonical student enrollment status used for this grade row
|
|
45
|
-
* @type {GetContentGradesItemsInnerEnrollmentStatusEnum}
|
|
46
|
-
* @memberof GetContentGradesItemsInner
|
|
47
|
-
*/
|
|
48
|
-
enrollmentStatus: GetContentGradesItemsInnerEnrollmentStatusEnum;
|
|
49
|
-
/**
|
|
50
|
-
* Derived learner access state for UI indicators
|
|
51
|
-
* @type {GetContentGradesItemsInnerAccessStateEnum}
|
|
52
|
-
* @memberof GetContentGradesItemsInner
|
|
53
|
-
*/
|
|
54
|
-
accessState: GetContentGradesItemsInnerAccessStateEnum;
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* @export
|
|
58
|
-
*/
|
|
59
|
-
export declare const GetContentGradesItemsInnerCompletionEnum: {
|
|
60
|
-
readonly NotAttempted: "NotAttempted";
|
|
61
|
-
readonly InProgress: "InProgress";
|
|
62
|
-
readonly Completed: "Completed";
|
|
63
|
-
};
|
|
64
|
-
export type GetContentGradesItemsInnerCompletionEnum = typeof GetContentGradesItemsInnerCompletionEnum[keyof typeof GetContentGradesItemsInnerCompletionEnum];
|
|
65
|
-
/**
|
|
66
|
-
* @export
|
|
67
|
-
*/
|
|
68
|
-
export declare const GetContentGradesItemsInnerGradeStatusEnum: {
|
|
69
|
-
readonly Ungraded: "Ungraded";
|
|
70
|
-
readonly Passed: "Passed";
|
|
71
|
-
readonly Failed: "Failed";
|
|
72
|
-
readonly PointsEarned: "PointsEarned";
|
|
73
|
-
readonly PercentageEarned: "PercentageEarned";
|
|
74
|
-
readonly NotApplicable: "NotApplicable";
|
|
75
|
-
};
|
|
76
|
-
export type GetContentGradesItemsInnerGradeStatusEnum = typeof GetContentGradesItemsInnerGradeStatusEnum[keyof typeof GetContentGradesItemsInnerGradeStatusEnum];
|
|
77
|
-
/**
|
|
78
|
-
* @export
|
|
79
|
-
*/
|
|
80
|
-
export declare const GetContentGradesItemsInnerEnrollmentStatusEnum: {
|
|
81
|
-
readonly Enrolled: "Enrolled";
|
|
82
|
-
readonly InProgress: "InProgress";
|
|
83
|
-
readonly Completed: "Completed";
|
|
84
|
-
readonly Failed: "Failed";
|
|
85
|
-
readonly Expired: "Expired";
|
|
86
|
-
readonly Withdrawn: "Withdrawn";
|
|
87
|
-
readonly Suspended: "Suspended";
|
|
88
|
-
};
|
|
89
|
-
export type GetContentGradesItemsInnerEnrollmentStatusEnum = typeof GetContentGradesItemsInnerEnrollmentStatusEnum[keyof typeof GetContentGradesItemsInnerEnrollmentStatusEnum];
|
|
90
|
-
/**
|
|
91
|
-
* @export
|
|
92
|
-
*/
|
|
93
|
-
export declare const GetContentGradesItemsInnerAccessStateEnum: {
|
|
94
|
-
readonly Active: "active";
|
|
95
|
-
readonly CompletedReview: "completed_review";
|
|
96
|
-
readonly Expired: "expired";
|
|
97
|
-
readonly Suspended: "suspended";
|
|
98
|
-
readonly Failed: "failed";
|
|
99
|
-
readonly Withdrawn: "withdrawn";
|
|
100
|
-
};
|
|
101
|
-
export type GetContentGradesItemsInnerAccessStateEnum = typeof GetContentGradesItemsInnerAccessStateEnum[keyof typeof GetContentGradesItemsInnerAccessStateEnum];
|
|
102
|
-
/**
|
|
103
|
-
* Check if a given object implements the GetContentGradesItemsInner interface.
|
|
104
|
-
*/
|
|
105
|
-
export declare function instanceOfGetContentGradesItemsInner(value: object): value is GetContentGradesItemsInner;
|
|
106
|
-
export declare function GetContentGradesItemsInnerFromJSON(json: any): GetContentGradesItemsInner;
|
|
107
|
-
export declare function GetContentGradesItemsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContentGradesItemsInner;
|
|
108
|
-
export declare function GetContentGradesItemsInnerToJSON(json: any): GetContentGradesItemsInner;
|
|
109
|
-
export declare function GetContentGradesItemsInnerToJSONTyped(value?: GetContentGradesItemsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* LMS API
|
|
5
|
-
* LMS API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { GetContentGradesItemsInnerUserFromJSON, GetContentGradesItemsInnerUserToJSON, } from './GetContentGradesItemsInnerUser';
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
*/
|
|
18
|
-
export const GetContentGradesItemsInnerCompletionEnum = {
|
|
19
|
-
NotAttempted: 'NotAttempted',
|
|
20
|
-
InProgress: 'InProgress',
|
|
21
|
-
Completed: 'Completed'
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* @export
|
|
25
|
-
*/
|
|
26
|
-
export const GetContentGradesItemsInnerGradeStatusEnum = {
|
|
27
|
-
Ungraded: 'Ungraded',
|
|
28
|
-
Passed: 'Passed',
|
|
29
|
-
Failed: 'Failed',
|
|
30
|
-
PointsEarned: 'PointsEarned',
|
|
31
|
-
PercentageEarned: 'PercentageEarned',
|
|
32
|
-
NotApplicable: 'NotApplicable'
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* @export
|
|
36
|
-
*/
|
|
37
|
-
export const GetContentGradesItemsInnerEnrollmentStatusEnum = {
|
|
38
|
-
Enrolled: 'Enrolled',
|
|
39
|
-
InProgress: 'InProgress',
|
|
40
|
-
Completed: 'Completed',
|
|
41
|
-
Failed: 'Failed',
|
|
42
|
-
Expired: 'Expired',
|
|
43
|
-
Withdrawn: 'Withdrawn',
|
|
44
|
-
Suspended: 'Suspended'
|
|
45
|
-
};
|
|
46
|
-
/**
|
|
47
|
-
* @export
|
|
48
|
-
*/
|
|
49
|
-
export const GetContentGradesItemsInnerAccessStateEnum = {
|
|
50
|
-
Active: 'active',
|
|
51
|
-
CompletedReview: 'completed_review',
|
|
52
|
-
Expired: 'expired',
|
|
53
|
-
Suspended: 'suspended',
|
|
54
|
-
Failed: 'failed',
|
|
55
|
-
Withdrawn: 'withdrawn'
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
58
|
-
* Check if a given object implements the GetContentGradesItemsInner interface.
|
|
59
|
-
*/
|
|
60
|
-
export function instanceOfGetContentGradesItemsInner(value) {
|
|
61
|
-
if (!('user' in value) || value['user'] === undefined)
|
|
62
|
-
return false;
|
|
63
|
-
if (!('completion' in value) || value['completion'] === undefined)
|
|
64
|
-
return false;
|
|
65
|
-
if (!('gradeStatus' in value) || value['gradeStatus'] === undefined)
|
|
66
|
-
return false;
|
|
67
|
-
if (!('enrollmentStatus' in value) || value['enrollmentStatus'] === undefined)
|
|
68
|
-
return false;
|
|
69
|
-
if (!('accessState' in value) || value['accessState'] === undefined)
|
|
70
|
-
return false;
|
|
71
|
-
return true;
|
|
72
|
-
}
|
|
73
|
-
export function GetContentGradesItemsInnerFromJSON(json) {
|
|
74
|
-
return GetContentGradesItemsInnerFromJSONTyped(json, false);
|
|
75
|
-
}
|
|
76
|
-
export function GetContentGradesItemsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
77
|
-
if (json == null) {
|
|
78
|
-
return json;
|
|
79
|
-
}
|
|
80
|
-
return {
|
|
81
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
82
|
-
'user': GetContentGradesItemsInnerUserFromJSON(json['user']),
|
|
83
|
-
'completion': json['completion'],
|
|
84
|
-
'gradeStatus': json['grade_status'],
|
|
85
|
-
'enrollmentStatus': json['enrollment_status'],
|
|
86
|
-
'accessState': json['access_state'],
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
export function GetContentGradesItemsInnerToJSON(json) {
|
|
90
|
-
return GetContentGradesItemsInnerToJSONTyped(json, false);
|
|
91
|
-
}
|
|
92
|
-
export function GetContentGradesItemsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
93
|
-
if (value == null) {
|
|
94
|
-
return value;
|
|
95
|
-
}
|
|
96
|
-
return {
|
|
97
|
-
'id': value['id'],
|
|
98
|
-
'user': GetContentGradesItemsInnerUserToJSON(value['user']),
|
|
99
|
-
'completion': value['completion'],
|
|
100
|
-
'grade_status': value['gradeStatus'],
|
|
101
|
-
'enrollment_status': value['enrollmentStatus'],
|
|
102
|
-
'access_state': value['accessState'],
|
|
103
|
-
};
|
|
104
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LMS API
|
|
3
|
-
* LMS API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GetContentGradesItemsInnerUser
|
|
16
|
-
*/
|
|
17
|
-
export interface GetContentGradesItemsInnerUser {
|
|
18
|
-
/**
|
|
19
|
-
* User's first name
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GetContentGradesItemsInnerUser
|
|
22
|
-
*/
|
|
23
|
-
firstName: string;
|
|
24
|
-
/**
|
|
25
|
-
* User's last name
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GetContentGradesItemsInnerUser
|
|
28
|
-
*/
|
|
29
|
-
lastName: string;
|
|
30
|
-
/**
|
|
31
|
-
* User's external ID
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GetContentGradesItemsInnerUser
|
|
34
|
-
*/
|
|
35
|
-
userId: string;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the GetContentGradesItemsInnerUser interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfGetContentGradesItemsInnerUser(value: object): value is GetContentGradesItemsInnerUser;
|
|
41
|
-
export declare function GetContentGradesItemsInnerUserFromJSON(json: any): GetContentGradesItemsInnerUser;
|
|
42
|
-
export declare function GetContentGradesItemsInnerUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContentGradesItemsInnerUser;
|
|
43
|
-
export declare function GetContentGradesItemsInnerUserToJSON(json: any): GetContentGradesItemsInnerUser;
|
|
44
|
-
export declare function GetContentGradesItemsInnerUserToJSONTyped(value?: GetContentGradesItemsInnerUser | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* LMS API
|
|
5
|
-
* LMS API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the GetContentGradesItemsInnerUser interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfGetContentGradesItemsInnerUser(value) {
|
|
18
|
-
if (!('firstName' in value) || value['firstName'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('lastName' in value) || value['lastName'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
if (!('userId' in value) || value['userId'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
export function GetContentGradesItemsInnerUserFromJSON(json) {
|
|
27
|
-
return GetContentGradesItemsInnerUserFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
export function GetContentGradesItemsInnerUserFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'firstName': json['first_name'],
|
|
35
|
-
'lastName': json['last_name'],
|
|
36
|
-
'userId': json['user_id'],
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export function GetContentGradesItemsInnerUserToJSON(json) {
|
|
40
|
-
return GetContentGradesItemsInnerUserToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
export function GetContentGradesItemsInnerUserToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'first_name': value['firstName'],
|
|
48
|
-
'last_name': value['lastName'],
|
|
49
|
-
'user_id': value['userId'],
|
|
50
|
-
};
|
|
51
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LMS API
|
|
3
|
-
* LMS API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { GetContentInstructorBasicReportingContentInfo } from './GetContentInstructorBasicReportingContentInfo';
|
|
13
|
-
import type { GetContentInstructorBasicReportingEngagement } from './GetContentInstructorBasicReportingEngagement';
|
|
14
|
-
import type { GetContentInstructorBasicReportingPerformance } from './GetContentInstructorBasicReportingPerformance';
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface GetContentInstructorBasicReporting
|
|
19
|
-
*/
|
|
20
|
-
export interface GetContentInstructorBasicReporting {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {GetContentInstructorBasicReportingContentInfo}
|
|
24
|
-
* @memberof GetContentInstructorBasicReporting
|
|
25
|
-
*/
|
|
26
|
-
contentInfo: GetContentInstructorBasicReportingContentInfo;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {GetContentInstructorBasicReportingEngagement}
|
|
30
|
-
* @memberof GetContentInstructorBasicReporting
|
|
31
|
-
*/
|
|
32
|
-
engagement: GetContentInstructorBasicReportingEngagement;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {GetContentInstructorBasicReportingPerformance}
|
|
36
|
-
* @memberof GetContentInstructorBasicReporting
|
|
37
|
-
*/
|
|
38
|
-
performance: GetContentInstructorBasicReportingPerformance;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* Check if a given object implements the GetContentInstructorBasicReporting interface.
|
|
42
|
-
*/
|
|
43
|
-
export declare function instanceOfGetContentInstructorBasicReporting(value: object): value is GetContentInstructorBasicReporting;
|
|
44
|
-
export declare function GetContentInstructorBasicReportingFromJSON(json: any): GetContentInstructorBasicReporting;
|
|
45
|
-
export declare function GetContentInstructorBasicReportingFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContentInstructorBasicReporting;
|
|
46
|
-
export declare function GetContentInstructorBasicReportingToJSON(json: any): GetContentInstructorBasicReporting;
|
|
47
|
-
export declare function GetContentInstructorBasicReportingToJSONTyped(value?: GetContentInstructorBasicReporting | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* LMS API
|
|
5
|
-
* LMS API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { GetContentInstructorBasicReportingContentInfoFromJSON, GetContentInstructorBasicReportingContentInfoToJSON, } from './GetContentInstructorBasicReportingContentInfo';
|
|
15
|
-
import { GetContentInstructorBasicReportingEngagementFromJSON, GetContentInstructorBasicReportingEngagementToJSON, } from './GetContentInstructorBasicReportingEngagement';
|
|
16
|
-
import { GetContentInstructorBasicReportingPerformanceFromJSON, GetContentInstructorBasicReportingPerformanceToJSON, } from './GetContentInstructorBasicReportingPerformance';
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the GetContentInstructorBasicReporting interface.
|
|
19
|
-
*/
|
|
20
|
-
export function instanceOfGetContentInstructorBasicReporting(value) {
|
|
21
|
-
if (!('contentInfo' in value) || value['contentInfo'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
if (!('engagement' in value) || value['engagement'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
if (!('performance' in value) || value['performance'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
export function GetContentInstructorBasicReportingFromJSON(json) {
|
|
30
|
-
return GetContentInstructorBasicReportingFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
export function GetContentInstructorBasicReportingFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'contentInfo': GetContentInstructorBasicReportingContentInfoFromJSON(json['content_info']),
|
|
38
|
-
'engagement': GetContentInstructorBasicReportingEngagementFromJSON(json['engagement']),
|
|
39
|
-
'performance': GetContentInstructorBasicReportingPerformanceFromJSON(json['performance']),
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
export function GetContentInstructorBasicReportingToJSON(json) {
|
|
43
|
-
return GetContentInstructorBasicReportingToJSONTyped(json, false);
|
|
44
|
-
}
|
|
45
|
-
export function GetContentInstructorBasicReportingToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
-
if (value == null) {
|
|
47
|
-
return value;
|
|
48
|
-
}
|
|
49
|
-
return {
|
|
50
|
-
'content_info': GetContentInstructorBasicReportingContentInfoToJSON(value['contentInfo']),
|
|
51
|
-
'engagement': GetContentInstructorBasicReportingEngagementToJSON(value['engagement']),
|
|
52
|
-
'performance': GetContentInstructorBasicReportingPerformanceToJSON(value['performance']),
|
|
53
|
-
};
|
|
54
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LMS API
|
|
3
|
-
* LMS API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GetContentInstructorBasicReportingContentInfo
|
|
16
|
-
*/
|
|
17
|
-
export interface GetContentInstructorBasicReportingContentInfo {
|
|
18
|
-
/**
|
|
19
|
-
* Content external ID
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GetContentInstructorBasicReportingContentInfo
|
|
22
|
-
*/
|
|
23
|
-
contentId: string;
|
|
24
|
-
/**
|
|
25
|
-
* Type of content
|
|
26
|
-
* @type {GetContentInstructorBasicReportingContentInfoContentTypeEnum}
|
|
27
|
-
* @memberof GetContentInstructorBasicReportingContentInfo
|
|
28
|
-
*/
|
|
29
|
-
contentType: GetContentInstructorBasicReportingContentInfoContentTypeEnum;
|
|
30
|
-
/**
|
|
31
|
-
* Content title
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GetContentInstructorBasicReportingContentInfo
|
|
34
|
-
*/
|
|
35
|
-
title?: string | null;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @export
|
|
39
|
-
*/
|
|
40
|
-
export declare const GetContentInstructorBasicReportingContentInfoContentTypeEnum: {
|
|
41
|
-
readonly Scorm: "Scorm";
|
|
42
|
-
readonly Video: "Video";
|
|
43
|
-
readonly Audio: "Audio";
|
|
44
|
-
readonly Image: "Image";
|
|
45
|
-
readonly Text: "Text";
|
|
46
|
-
readonly Link: "Link";
|
|
47
|
-
readonly File: "File";
|
|
48
|
-
readonly Pdf: "Pdf";
|
|
49
|
-
readonly Quiz: "Quiz";
|
|
50
|
-
};
|
|
51
|
-
export type GetContentInstructorBasicReportingContentInfoContentTypeEnum = typeof GetContentInstructorBasicReportingContentInfoContentTypeEnum[keyof typeof GetContentInstructorBasicReportingContentInfoContentTypeEnum];
|
|
52
|
-
/**
|
|
53
|
-
* Check if a given object implements the GetContentInstructorBasicReportingContentInfo interface.
|
|
54
|
-
*/
|
|
55
|
-
export declare function instanceOfGetContentInstructorBasicReportingContentInfo(value: object): value is GetContentInstructorBasicReportingContentInfo;
|
|
56
|
-
export declare function GetContentInstructorBasicReportingContentInfoFromJSON(json: any): GetContentInstructorBasicReportingContentInfo;
|
|
57
|
-
export declare function GetContentInstructorBasicReportingContentInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContentInstructorBasicReportingContentInfo;
|
|
58
|
-
export declare function GetContentInstructorBasicReportingContentInfoToJSON(json: any): GetContentInstructorBasicReportingContentInfo;
|
|
59
|
-
export declare function GetContentInstructorBasicReportingContentInfoToJSONTyped(value?: GetContentInstructorBasicReportingContentInfo | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* LMS API
|
|
5
|
-
* LMS API
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* @export
|
|
16
|
-
*/
|
|
17
|
-
export const GetContentInstructorBasicReportingContentInfoContentTypeEnum = {
|
|
18
|
-
Scorm: 'Scorm',
|
|
19
|
-
Video: 'Video',
|
|
20
|
-
Audio: 'Audio',
|
|
21
|
-
Image: 'Image',
|
|
22
|
-
Text: 'Text',
|
|
23
|
-
Link: 'Link',
|
|
24
|
-
File: 'File',
|
|
25
|
-
Pdf: 'Pdf',
|
|
26
|
-
Quiz: 'Quiz'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the GetContentInstructorBasicReportingContentInfo interface.
|
|
30
|
-
*/
|
|
31
|
-
export function instanceOfGetContentInstructorBasicReportingContentInfo(value) {
|
|
32
|
-
if (!('contentId' in value) || value['contentId'] === undefined)
|
|
33
|
-
return false;
|
|
34
|
-
if (!('contentType' in value) || value['contentType'] === undefined)
|
|
35
|
-
return false;
|
|
36
|
-
return true;
|
|
37
|
-
}
|
|
38
|
-
export function GetContentInstructorBasicReportingContentInfoFromJSON(json) {
|
|
39
|
-
return GetContentInstructorBasicReportingContentInfoFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
export function GetContentInstructorBasicReportingContentInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
-
if (json == null) {
|
|
43
|
-
return json;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
'contentId': json['content_id'],
|
|
47
|
-
'contentType': json['content_type'],
|
|
48
|
-
'title': json['title'] == null ? undefined : json['title'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
export function GetContentInstructorBasicReportingContentInfoToJSON(json) {
|
|
52
|
-
return GetContentInstructorBasicReportingContentInfoToJSONTyped(json, false);
|
|
53
|
-
}
|
|
54
|
-
export function GetContentInstructorBasicReportingContentInfoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
55
|
-
if (value == null) {
|
|
56
|
-
return value;
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
'content_id': value['contentId'],
|
|
60
|
-
'content_type': value['contentType'],
|
|
61
|
-
'title': value['title'],
|
|
62
|
-
};
|
|
63
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LMS API
|
|
3
|
-
* LMS API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GetContentInstructorBasicReportingEngagement
|
|
16
|
-
*/
|
|
17
|
-
export interface GetContentInstructorBasicReportingEngagement {
|
|
18
|
-
/**
|
|
19
|
-
* Average time spent by students on this content in hours
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof GetContentInstructorBasicReportingEngagement
|
|
22
|
-
*/
|
|
23
|
-
avgTimeSpentHours: number | null;
|
|
24
|
-
/**
|
|
25
|
-
* Number of students who completed the content
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof GetContentInstructorBasicReportingEngagement
|
|
28
|
-
*/
|
|
29
|
-
studentsCompletedCount: number;
|
|
30
|
-
/**
|
|
31
|
-
* Number of students currently in progress
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof GetContentInstructorBasicReportingEngagement
|
|
34
|
-
*/
|
|
35
|
-
studentsInProgressCount: number;
|
|
36
|
-
/**
|
|
37
|
-
* Number of students who have not started
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof GetContentInstructorBasicReportingEngagement
|
|
40
|
-
*/
|
|
41
|
-
studentsNotStartedCount: number;
|
|
42
|
-
/**
|
|
43
|
-
* Total number of enrolled students
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof GetContentInstructorBasicReportingEngagement
|
|
46
|
-
*/
|
|
47
|
-
totalStudentsCount: number;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Check if a given object implements the GetContentInstructorBasicReportingEngagement interface.
|
|
51
|
-
*/
|
|
52
|
-
export declare function instanceOfGetContentInstructorBasicReportingEngagement(value: object): value is GetContentInstructorBasicReportingEngagement;
|
|
53
|
-
export declare function GetContentInstructorBasicReportingEngagementFromJSON(json: any): GetContentInstructorBasicReportingEngagement;
|
|
54
|
-
export declare function GetContentInstructorBasicReportingEngagementFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContentInstructorBasicReportingEngagement;
|
|
55
|
-
export declare function GetContentInstructorBasicReportingEngagementToJSON(json: any): GetContentInstructorBasicReportingEngagement;
|
|
56
|
-
export declare function GetContentInstructorBasicReportingEngagementToJSONTyped(value?: GetContentInstructorBasicReportingEngagement | null, ignoreDiscriminator?: boolean): any;
|