@easyedu/js-lsm-api 1.32.0 → 1.33.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 +14 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +20 -4
- package/dist/apis/ContentApi.d.ts +89 -0
- package/dist/apis/ContentApi.js +301 -102
- package/dist/apis/CourseApi.d.ts +48 -0
- package/dist/apis/CourseApi.js +157 -49
- package/dist/apis/ModuleApi.d.ts +16 -0
- package/dist/apis/ModuleApi.js +52 -16
- package/dist/apis/OtherApi.d.ts +4 -0
- package/dist/apis/OtherApi.js +13 -4
- package/dist/apis/PortalApi.d.ts +30 -3
- package/dist/apis/PortalApi.js +92 -32
- package/dist/apis/QuestionApi.d.ts +20 -0
- package/dist/apis/QuestionApi.js +65 -20
- package/dist/apis/QuizApi.d.ts +100 -0
- package/dist/apis/QuizApi.js +325 -100
- package/dist/apis/ReportingApi.d.ts +36 -0
- package/dist/apis/ReportingApi.js +117 -36
- package/dist/apis/RoleApi.d.ts +169 -0
- package/dist/apis/RoleApi.js +442 -0
- package/dist/apis/UserApi.d.ts +28 -0
- package/dist/apis/UserApi.js +91 -28
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/ContentApi.d.ts +89 -0
- package/dist/esm/apis/ContentApi.js +301 -102
- package/dist/esm/apis/CourseApi.d.ts +48 -0
- package/dist/esm/apis/CourseApi.js +157 -49
- package/dist/esm/apis/ModuleApi.d.ts +16 -0
- package/dist/esm/apis/ModuleApi.js +52 -16
- package/dist/esm/apis/OtherApi.d.ts +4 -0
- package/dist/esm/apis/OtherApi.js +13 -4
- package/dist/esm/apis/PortalApi.d.ts +30 -3
- package/dist/esm/apis/PortalApi.js +92 -32
- package/dist/esm/apis/QuestionApi.d.ts +20 -0
- package/dist/esm/apis/QuestionApi.js +65 -20
- package/dist/esm/apis/QuizApi.d.ts +100 -0
- package/dist/esm/apis/QuizApi.js +325 -100
- package/dist/esm/apis/ReportingApi.d.ts +36 -0
- package/dist/esm/apis/ReportingApi.js +117 -36
- package/dist/esm/apis/RoleApi.d.ts +169 -0
- package/dist/esm/apis/RoleApi.js +438 -0
- package/dist/esm/apis/UserApi.d.ts +28 -0
- package/dist/esm/apis/UserApi.js +91 -28
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/CriteriaBasedSelection.d.ts +1 -1
- package/dist/esm/models/CriteriaBasedSelectionCriteria.d.ts +2 -2
- package/dist/esm/models/FillInBlank.d.ts +1 -1
- package/dist/esm/models/FillInBlank1.d.ts +1 -1
- package/dist/esm/models/GetContent.d.ts +1 -1
- package/dist/esm/models/GetContentGradeDetail.d.ts +3 -3
- package/dist/esm/models/GetContentGradesItemsInner.d.ts +2 -2
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.d.ts +1 -1
- package/dist/esm/models/GetContentSessionDetail.d.ts +2 -2
- package/dist/esm/models/GetCourseEnrollment.d.ts +2 -2
- package/dist/esm/models/GetCourseEnrollmentListItem.d.ts +2 -2
- package/dist/esm/models/GetCourseExport.d.ts +2 -2
- package/dist/esm/models/GetPermission.d.ts +50 -0
- package/dist/esm/models/GetPermission.js +53 -0
- package/dist/esm/models/GetPortal.d.ts +23 -4
- package/dist/esm/models/GetPortal.js +14 -0
- package/dist/esm/models/GetPortalUser.d.ts +2 -11
- package/dist/esm/models/GetPortalUser.js +0 -8
- package/dist/esm/models/GetQuestion.d.ts +2 -2
- package/dist/esm/models/GetQuestionListFilters.d.ts +2 -2
- package/dist/esm/models/GetQuiz.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +2 -2
- package/dist/esm/models/GetQuizAttemptAttempt.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptListAllOfAttempts.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptListAllOfFilters.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/esm/models/GetQuizCriteriaItem.d.ts +2 -2
- package/dist/esm/models/GetQuizCriteriaListItemsInner.d.ts +2 -2
- package/dist/esm/models/GetQuizListAllOfFilters.d.ts +1 -1
- package/dist/esm/models/GetQuizListAllOfQuizzes.d.ts +1 -1
- package/dist/esm/models/GetQuizQuestions.d.ts +1 -1
- package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +2 -2
- package/dist/esm/models/GetQuizResults.d.ts +1 -1
- package/dist/esm/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +1 -1
- package/dist/esm/models/GetQuizResultsQuestionsInner.d.ts +1 -1
- package/dist/esm/models/GetRole.d.ts +88 -0
- package/dist/esm/models/GetRole.js +80 -0
- package/dist/esm/models/GetScormApiLogItem.d.ts +1 -1
- package/dist/esm/models/GetUserQuizAttemptsAllOfAttempts.d.ts +1 -1
- package/dist/esm/models/GetUserQuizAttemptsAllOfFilters.d.ts +1 -1
- package/dist/esm/models/GetUserRole.d.ts +63 -0
- package/dist/esm/models/GetUserRole.js +67 -0
- package/dist/esm/models/ManualSelection.d.ts +1 -1
- package/dist/esm/models/MultipleAnswer.d.ts +1 -1
- package/dist/esm/models/MultipleAnswer1.d.ts +1 -1
- package/dist/esm/models/NoAnswer.d.ts +1 -1
- package/dist/esm/models/PostContentUpload.d.ts +1 -1
- package/dist/esm/models/PostCourseExport.d.ts +1 -1
- package/dist/esm/models/PostPortalInvite.d.ts +6 -2
- package/dist/esm/models/PostPortalInvite.js +5 -1
- package/dist/esm/models/PostQuestion.d.ts +2 -2
- package/dist/esm/models/PostQuiz.d.ts +1 -1
- package/dist/esm/models/PostQuizAttemptAttempt.d.ts +1 -1
- package/dist/esm/models/PostQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/esm/models/PostQuizAttemptSubmit.d.ts +1 -1
- package/dist/esm/models/PostQuizCriteriaCriteriaInner.d.ts +2 -2
- package/dist/esm/models/PostRole.d.ts +57 -0
- package/dist/esm/models/PostRole.js +61 -0
- package/dist/esm/models/PutCourseEnrollment.d.ts +2 -2
- package/dist/esm/models/PutQuestion.d.ts +2 -2
- package/dist/esm/models/PutQuiz.d.ts +1 -1
- package/dist/esm/models/PutRole.d.ts +38 -0
- package/dist/esm/models/PutRole.js +45 -0
- package/dist/esm/models/PutRolePermissions.d.ts +32 -0
- package/dist/esm/models/PutRolePermissions.js +43 -0
- package/dist/esm/models/QuizContent.d.ts +1 -1
- package/dist/esm/models/SingleAnswer.d.ts +1 -1
- package/dist/esm/models/index.d.ts +6 -0
- package/dist/esm/models/index.js +6 -0
- package/dist/esm/runtime.js +15 -0
- package/dist/models/CriteriaBasedSelection.d.ts +1 -1
- package/dist/models/CriteriaBasedSelectionCriteria.d.ts +2 -2
- package/dist/models/FillInBlank.d.ts +1 -1
- package/dist/models/FillInBlank1.d.ts +1 -1
- package/dist/models/GetContent.d.ts +1 -1
- package/dist/models/GetContentGradeDetail.d.ts +3 -3
- package/dist/models/GetContentGradesItemsInner.d.ts +2 -2
- package/dist/models/GetContentInstructorBasicReportingContentInfo.d.ts +1 -1
- package/dist/models/GetContentSessionDetail.d.ts +2 -2
- package/dist/models/GetCourseEnrollment.d.ts +2 -2
- package/dist/models/GetCourseEnrollmentListItem.d.ts +2 -2
- package/dist/models/GetCourseExport.d.ts +2 -2
- package/dist/models/GetPermission.d.ts +50 -0
- package/dist/models/GetPermission.js +60 -0
- package/dist/models/GetPortal.d.ts +23 -4
- package/dist/models/GetPortal.js +15 -1
- package/dist/models/GetPortalUser.d.ts +2 -11
- package/dist/models/GetPortalUser.js +0 -9
- package/dist/models/GetQuestion.d.ts +2 -2
- package/dist/models/GetQuestionListFilters.d.ts +2 -2
- package/dist/models/GetQuiz.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +2 -2
- package/dist/models/GetQuizAttemptAttempt.d.ts +1 -1
- package/dist/models/GetQuizAttemptListAllOfAttempts.d.ts +1 -1
- package/dist/models/GetQuizAttemptListAllOfFilters.d.ts +1 -1
- package/dist/models/GetQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/models/GetQuizCriteriaItem.d.ts +2 -2
- package/dist/models/GetQuizCriteriaListItemsInner.d.ts +2 -2
- package/dist/models/GetQuizListAllOfFilters.d.ts +1 -1
- package/dist/models/GetQuizListAllOfQuizzes.d.ts +1 -1
- package/dist/models/GetQuizQuestions.d.ts +1 -1
- package/dist/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +2 -2
- package/dist/models/GetQuizResults.d.ts +1 -1
- package/dist/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +1 -1
- package/dist/models/GetQuizResultsQuestionsInner.d.ts +1 -1
- package/dist/models/GetRole.d.ts +88 -0
- package/dist/models/GetRole.js +88 -0
- package/dist/models/GetScormApiLogItem.d.ts +1 -1
- package/dist/models/GetUserQuizAttemptsAllOfAttempts.d.ts +1 -1
- package/dist/models/GetUserQuizAttemptsAllOfFilters.d.ts +1 -1
- package/dist/models/GetUserRole.d.ts +63 -0
- package/dist/models/GetUserRole.js +75 -0
- package/dist/models/ManualSelection.d.ts +1 -1
- package/dist/models/MultipleAnswer.d.ts +1 -1
- package/dist/models/MultipleAnswer1.d.ts +1 -1
- package/dist/models/NoAnswer.d.ts +1 -1
- package/dist/models/PostContentUpload.d.ts +1 -1
- package/dist/models/PostCourseExport.d.ts +1 -1
- package/dist/models/PostPortalInvite.d.ts +6 -2
- package/dist/models/PostPortalInvite.js +5 -1
- package/dist/models/PostQuestion.d.ts +2 -2
- package/dist/models/PostQuiz.d.ts +1 -1
- package/dist/models/PostQuizAttemptAttempt.d.ts +1 -1
- package/dist/models/PostQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/models/PostQuizAttemptSubmit.d.ts +1 -1
- package/dist/models/PostQuizCriteriaCriteriaInner.d.ts +2 -2
- package/dist/models/PostRole.d.ts +57 -0
- package/dist/models/PostRole.js +69 -0
- package/dist/models/PutCourseEnrollment.d.ts +2 -2
- package/dist/models/PutQuestion.d.ts +2 -2
- package/dist/models/PutQuiz.d.ts +1 -1
- package/dist/models/PutRole.d.ts +38 -0
- package/dist/models/PutRole.js +52 -0
- package/dist/models/PutRolePermissions.d.ts +32 -0
- package/dist/models/PutRolePermissions.js +50 -0
- package/dist/models/QuizContent.d.ts +1 -1
- package/dist/models/SingleAnswer.d.ts +1 -1
- package/dist/models/index.d.ts +6 -0
- package/dist/models/index.js +6 -0
- package/dist/runtime.js +15 -0
- package/docs/GetPermission.md +41 -0
- package/docs/GetPortal.md +2 -0
- package/docs/GetRole.md +49 -0
- package/docs/GetUserRole.md +41 -0
- package/docs/PortalApi.md +3 -6
- package/docs/PostRole.md +39 -0
- package/docs/PutRole.md +37 -0
- package/docs/PutRolePermissions.md +35 -0
- package/docs/RoleApi.md +685 -0
- package/package.json +1 -1
- package/src/apis/ContentApi.ts +279 -102
- package/src/apis/CourseApi.ts +145 -49
- package/src/apis/ModuleApi.ts +48 -16
- package/src/apis/OtherApi.ts +12 -4
- package/src/apis/PortalApi.ts +85 -34
- package/src/apis/QuestionApi.ts +60 -20
- package/src/apis/QuizApi.ts +300 -100
- package/src/apis/ReportingApi.ts +108 -36
- package/src/apis/RoleApi.ts +576 -0
- package/src/apis/UserApi.ts +84 -28
- package/src/apis/index.ts +1 -0
- package/src/models/CriteriaBasedSelection.ts +1 -1
- package/src/models/CriteriaBasedSelectionCriteria.ts +2 -2
- package/src/models/FillInBlank.ts +1 -1
- package/src/models/FillInBlank1.ts +1 -1
- package/src/models/GetContent.ts +1 -1
- package/src/models/GetContentGradeDetail.ts +3 -3
- package/src/models/GetContentGradesItemsInner.ts +2 -2
- package/src/models/GetContentInstructorBasicReportingContentInfo.ts +1 -1
- package/src/models/GetContentSessionDetail.ts +2 -2
- package/src/models/GetCourseEnrollment.ts +2 -2
- package/src/models/GetCourseEnrollmentListItem.ts +2 -2
- package/src/models/GetCourseExport.ts +2 -2
- package/src/models/GetPermission.ts +92 -0
- package/src/models/GetPortal.ts +26 -4
- package/src/models/GetPortalUser.ts +2 -14
- package/src/models/GetQuestion.ts +2 -2
- package/src/models/GetQuestionListFilters.ts +2 -2
- package/src/models/GetQuiz.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsBasicInfo.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.ts +2 -2
- package/src/models/GetQuizAttemptAttempt.ts +1 -1
- package/src/models/GetQuizAttemptListAllOfAttempts.ts +1 -1
- package/src/models/GetQuizAttemptListAllOfFilters.ts +1 -1
- package/src/models/GetQuizAttemptQuestionsInner.ts +1 -1
- package/src/models/GetQuizCriteriaItem.ts +2 -2
- package/src/models/GetQuizCriteriaListItemsInner.ts +2 -2
- package/src/models/GetQuizListAllOfFilters.ts +1 -1
- package/src/models/GetQuizListAllOfQuizzes.ts +1 -1
- package/src/models/GetQuizQuestions.ts +1 -1
- package/src/models/GetQuizQuestionsItemsInnerQuestionDetails.ts +2 -2
- package/src/models/GetQuizResults.ts +1 -1
- package/src/models/GetQuizResultsFeedbackDifficultyPerformanceInner.ts +1 -1
- package/src/models/GetQuizResultsQuestionsInner.ts +1 -1
- package/src/models/GetRole.ts +151 -0
- package/src/models/GetScormApiLogItem.ts +1 -1
- package/src/models/GetUserQuizAttemptsAllOfAttempts.ts +1 -1
- package/src/models/GetUserQuizAttemptsAllOfFilters.ts +1 -1
- package/src/models/GetUserRole.ts +109 -0
- package/src/models/ManualSelection.ts +1 -1
- package/src/models/MultipleAnswer.ts +1 -1
- package/src/models/MultipleAnswer1.ts +1 -1
- package/src/models/NoAnswer.ts +1 -1
- package/src/models/PostContentUpload.ts +1 -1
- package/src/models/PostCourseExport.ts +1 -1
- package/src/models/PostPortalInvite.ts +7 -3
- package/src/models/PostQuestion.ts +2 -2
- package/src/models/PostQuiz.ts +1 -1
- package/src/models/PostQuizAttemptAttempt.ts +1 -1
- package/src/models/PostQuizAttemptQuestionsInner.ts +1 -1
- package/src/models/PostQuizAttemptSubmit.ts +1 -1
- package/src/models/PostQuizCriteriaCriteriaInner.ts +2 -2
- package/src/models/PostRole.ts +99 -0
- package/src/models/PutCourseEnrollment.ts +2 -2
- package/src/models/PutQuestion.ts +2 -2
- package/src/models/PutQuiz.ts +1 -1
- package/src/models/PutRole.ts +74 -0
- package/src/models/PutRolePermissions.ts +66 -0
- package/src/models/QuizContent.ts +1 -1
- package/src/models/SingleAnswer.ts +1 -1
- package/src/models/index.ts +6 -0
- package/src/runtime.ts +18 -0
|
@@ -45,7 +45,7 @@ export interface GetQuizAttemptAnalyticsBasicInfo {
|
|
|
45
45
|
attemptNumber: number;
|
|
46
46
|
/**
|
|
47
47
|
* Attempt status
|
|
48
|
-
* @type {
|
|
48
|
+
* @type {GetQuizAttemptAnalyticsBasicInfoStatusEnum}
|
|
49
49
|
* @memberof GetQuizAttemptAnalyticsBasicInfo
|
|
50
50
|
*/
|
|
51
51
|
status: GetQuizAttemptAnalyticsBasicInfoStatusEnum;
|
|
@@ -21,7 +21,7 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner {
|
|
22
22
|
/**
|
|
23
23
|
* Difficulty level
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInnerDifficultyLevelEnum}
|
|
25
25
|
* @memberof GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner
|
|
26
26
|
*/
|
|
27
27
|
difficultyLevel: GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInnerDifficultyLevelEnum;
|
|
@@ -21,7 +21,7 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner {
|
|
22
22
|
/**
|
|
23
23
|
* Question type
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInnerQuestionTypeEnum}
|
|
25
25
|
* @memberof GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner
|
|
26
26
|
*/
|
|
27
27
|
questionType: GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInnerQuestionTypeEnum;
|
|
@@ -54,7 +54,7 @@ export interface GetQuizAttemptAnalyticsQuestionAnalysisInner {
|
|
|
54
54
|
questionText: string;
|
|
55
55
|
/**
|
|
56
56
|
* Question type
|
|
57
|
-
* @type {
|
|
57
|
+
* @type {GetQuizAttemptAnalyticsQuestionAnalysisInnerQuestionTypeEnum}
|
|
58
58
|
* @memberof GetQuizAttemptAnalyticsQuestionAnalysisInner
|
|
59
59
|
*/
|
|
60
60
|
questionType: GetQuizAttemptAnalyticsQuestionAnalysisInnerQuestionTypeEnum;
|
|
@@ -66,7 +66,7 @@ export interface GetQuizAttemptAnalyticsQuestionAnalysisInner {
|
|
|
66
66
|
topic: string;
|
|
67
67
|
/**
|
|
68
68
|
* Question difficulty
|
|
69
|
-
* @type {
|
|
69
|
+
* @type {GetQuizAttemptAnalyticsQuestionAnalysisInnerDifficultyLevelEnum}
|
|
70
70
|
* @memberof GetQuizAttemptAnalyticsQuestionAnalysisInner
|
|
71
71
|
*/
|
|
72
72
|
difficultyLevel: GetQuizAttemptAnalyticsQuestionAnalysisInnerDifficultyLevelEnum;
|
|
@@ -75,7 +75,7 @@ export interface GetQuizAttemptListAllOfAttempts {
|
|
|
75
75
|
attemptNumber: number;
|
|
76
76
|
/**
|
|
77
77
|
* Attempt status
|
|
78
|
-
* @type {
|
|
78
|
+
* @type {GetQuizAttemptListAllOfAttemptsStatusEnum}
|
|
79
79
|
* @memberof GetQuizAttemptListAllOfAttempts
|
|
80
80
|
*/
|
|
81
81
|
status: GetQuizAttemptListAllOfAttemptsStatusEnum;
|
|
@@ -41,7 +41,7 @@ export interface GetQuizAttemptListAllOfFilters {
|
|
|
41
41
|
userId?: string;
|
|
42
42
|
/**
|
|
43
43
|
* Filter by attempt status
|
|
44
|
-
* @type {
|
|
44
|
+
* @type {GetQuizAttemptListAllOfFiltersStatusEnum}
|
|
45
45
|
* @memberof GetQuizAttemptListAllOfFilters
|
|
46
46
|
*/
|
|
47
47
|
status?: GetQuizAttemptListAllOfFiltersStatusEnum;
|
|
@@ -66,7 +66,7 @@ export interface GetQuizAttemptQuestionsInner {
|
|
|
66
66
|
questionText: string;
|
|
67
67
|
/**
|
|
68
68
|
* Question type
|
|
69
|
-
* @type {
|
|
69
|
+
* @type {GetQuizAttemptQuestionsInnerQuestionTypeEnum}
|
|
70
70
|
* @memberof GetQuizAttemptQuestionsInner
|
|
71
71
|
*/
|
|
72
72
|
questionType: GetQuizAttemptQuestionsInnerQuestionTypeEnum;
|
|
@@ -39,13 +39,13 @@ export interface GetQuizCriteriaItem {
|
|
|
39
39
|
topic?: string;
|
|
40
40
|
/**
|
|
41
41
|
* Difficulty filter (null for any difficulty)
|
|
42
|
-
* @type {
|
|
42
|
+
* @type {GetQuizCriteriaItemDifficultyLevelEnum}
|
|
43
43
|
* @memberof GetQuizCriteriaItem
|
|
44
44
|
*/
|
|
45
45
|
difficultyLevel?: GetQuizCriteriaItemDifficultyLevelEnum;
|
|
46
46
|
/**
|
|
47
47
|
* Question type filter (null for any type)
|
|
48
|
-
* @type {
|
|
48
|
+
* @type {GetQuizCriteriaItemQuestionTypeEnum}
|
|
49
49
|
* @memberof GetQuizCriteriaItem
|
|
50
50
|
*/
|
|
51
51
|
questionType?: GetQuizCriteriaItemQuestionTypeEnum;
|
|
@@ -39,13 +39,13 @@ export interface GetQuizCriteriaListItemsInner {
|
|
|
39
39
|
topic?: string;
|
|
40
40
|
/**
|
|
41
41
|
* Difficulty filter (null for any difficulty)
|
|
42
|
-
* @type {
|
|
42
|
+
* @type {GetQuizCriteriaListItemsInnerDifficultyLevelEnum}
|
|
43
43
|
* @memberof GetQuizCriteriaListItemsInner
|
|
44
44
|
*/
|
|
45
45
|
difficultyLevel?: GetQuizCriteriaListItemsInnerDifficultyLevelEnum;
|
|
46
46
|
/**
|
|
47
47
|
* Question type filter (null for any type)
|
|
48
|
-
* @type {
|
|
48
|
+
* @type {GetQuizCriteriaListItemsInnerQuestionTypeEnum}
|
|
49
49
|
* @memberof GetQuizCriteriaListItemsInner
|
|
50
50
|
*/
|
|
51
51
|
questionType?: GetQuizCriteriaListItemsInnerQuestionTypeEnum;
|
|
@@ -33,7 +33,7 @@ export interface GetQuizListAllOfFilters {
|
|
|
33
33
|
moduleId?: string;
|
|
34
34
|
/**
|
|
35
35
|
* Filter by question selection method
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {GetQuizListAllOfFiltersQuestionSelectionMethodEnum}
|
|
37
37
|
* @memberof GetQuizListAllOfFilters
|
|
38
38
|
*/
|
|
39
39
|
questionSelectionMethod?: GetQuizListAllOfFiltersQuestionSelectionMethodEnum;
|
|
@@ -83,7 +83,7 @@ export interface GetQuizListAllOfQuizzes {
|
|
|
83
83
|
courseName?: string;
|
|
84
84
|
/**
|
|
85
85
|
* Question selection method
|
|
86
|
-
* @type {
|
|
86
|
+
* @type {GetQuizListAllOfQuizzesQuestionSelectionMethodEnum}
|
|
87
87
|
* @memberof GetQuizListAllOfQuizzes
|
|
88
88
|
*/
|
|
89
89
|
questionSelectionMethod: GetQuizListAllOfQuizzesQuestionSelectionMethodEnum;
|
|
@@ -65,7 +65,7 @@ export interface GetQuizQuestions {
|
|
|
65
65
|
totalPoints: number;
|
|
66
66
|
/**
|
|
67
67
|
* How questions were selected
|
|
68
|
-
* @type {
|
|
68
|
+
* @type {GetQuizQuestionsSelectionMethodEnum}
|
|
69
69
|
* @memberof GetQuizQuestions
|
|
70
70
|
*/
|
|
71
71
|
selectionMethod: GetQuizQuestionsSelectionMethodEnum;
|
|
@@ -35,7 +35,7 @@ export interface GetQuizQuestionsItemsInnerQuestionDetails {
|
|
|
35
35
|
questionText: string;
|
|
36
36
|
/**
|
|
37
37
|
* Type of question
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {GetQuizQuestionsItemsInnerQuestionDetailsQuestionTypeEnum}
|
|
39
39
|
* @memberof GetQuizQuestionsItemsInnerQuestionDetails
|
|
40
40
|
*/
|
|
41
41
|
questionType: GetQuizQuestionsItemsInnerQuestionDetailsQuestionTypeEnum;
|
|
@@ -47,7 +47,7 @@ export interface GetQuizQuestionsItemsInnerQuestionDetails {
|
|
|
47
47
|
topic: string;
|
|
48
48
|
/**
|
|
49
49
|
* Question difficulty
|
|
50
|
-
* @type {
|
|
50
|
+
* @type {GetQuizQuestionsItemsInnerQuestionDetailsDifficultyLevelEnum}
|
|
51
51
|
* @memberof GetQuizQuestionsItemsInnerQuestionDetails
|
|
52
52
|
*/
|
|
53
53
|
difficultyLevel: GetQuizQuestionsItemsInnerQuestionDetailsDifficultyLevelEnum;
|
|
@@ -21,7 +21,7 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface GetQuizResultsFeedbackDifficultyPerformanceInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {GetQuizResultsFeedbackDifficultyPerformanceInnerDifficultyLevelEnum}
|
|
25
25
|
* @memberof GetQuizResultsFeedbackDifficultyPerformanceInner
|
|
26
26
|
*/
|
|
27
27
|
difficultyLevel: GetQuizResultsFeedbackDifficultyPerformanceInnerDifficultyLevelEnum;
|
|
@@ -54,7 +54,7 @@ export interface GetQuizResultsQuestionsInner {
|
|
|
54
54
|
questionText: string;
|
|
55
55
|
/**
|
|
56
56
|
* Type of question
|
|
57
|
-
* @type {
|
|
57
|
+
* @type {GetQuizResultsQuestionsInnerQuestionTypeEnum}
|
|
58
58
|
* @memberof GetQuizResultsQuestionsInner
|
|
59
59
|
*/
|
|
60
60
|
questionType: GetQuizResultsQuestionsInnerQuestionTypeEnum;
|
|
@@ -0,0 +1,151 @@
|
|
|
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
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { GetPermission } from './GetPermission';
|
|
17
|
+
import {
|
|
18
|
+
GetPermissionFromJSON,
|
|
19
|
+
GetPermissionFromJSONTyped,
|
|
20
|
+
GetPermissionToJSON,
|
|
21
|
+
GetPermissionToJSONTyped,
|
|
22
|
+
} from './GetPermission';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* A role with its assigned permissions
|
|
26
|
+
* @export
|
|
27
|
+
* @interface GetRole
|
|
28
|
+
*/
|
|
29
|
+
export interface GetRole {
|
|
30
|
+
/**
|
|
31
|
+
* External UUID of the role
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof GetRole
|
|
34
|
+
*/
|
|
35
|
+
id: string;
|
|
36
|
+
/**
|
|
37
|
+
* Display name of the role
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof GetRole
|
|
40
|
+
*/
|
|
41
|
+
name: string;
|
|
42
|
+
/**
|
|
43
|
+
* Optional description of the role
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof GetRole
|
|
46
|
+
*/
|
|
47
|
+
description?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
* The base role type this role derives from
|
|
50
|
+
* @type {GetRoleBaseTypeEnum}
|
|
51
|
+
* @memberof GetRole
|
|
52
|
+
*/
|
|
53
|
+
baseType: GetRoleBaseTypeEnum;
|
|
54
|
+
/**
|
|
55
|
+
* Portal this role is scoped to (null for system roles)
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof GetRole
|
|
58
|
+
*/
|
|
59
|
+
portalId?: string | null;
|
|
60
|
+
/**
|
|
61
|
+
* Whether this is a built-in system role (cannot be modified)
|
|
62
|
+
* @type {boolean}
|
|
63
|
+
* @memberof GetRole
|
|
64
|
+
*/
|
|
65
|
+
isSystem: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Whether this role is active
|
|
68
|
+
* @type {boolean}
|
|
69
|
+
* @memberof GetRole
|
|
70
|
+
*/
|
|
71
|
+
isActive: boolean;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {Array<GetPermission>}
|
|
75
|
+
* @memberof GetRole
|
|
76
|
+
*/
|
|
77
|
+
permissions: Array<GetPermission>;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @export
|
|
83
|
+
*/
|
|
84
|
+
export const GetRoleBaseTypeEnum = {
|
|
85
|
+
Owner: 'Owner',
|
|
86
|
+
Admin: 'Admin',
|
|
87
|
+
Instructor: 'Instructor',
|
|
88
|
+
Learner: 'Learner',
|
|
89
|
+
ClientSuperAdmin: 'ClientSuperAdmin',
|
|
90
|
+
ClientManager: 'ClientManager',
|
|
91
|
+
PortalClientAdministrator: 'PortalClientAdministrator'
|
|
92
|
+
} as const;
|
|
93
|
+
export type GetRoleBaseTypeEnum = typeof GetRoleBaseTypeEnum[keyof typeof GetRoleBaseTypeEnum];
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Check if a given object implements the GetRole interface.
|
|
98
|
+
*/
|
|
99
|
+
export function instanceOfGetRole(value: object): value is GetRole {
|
|
100
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
101
|
+
if (!('name' in value) || value['name'] === undefined) return false;
|
|
102
|
+
if (!('baseType' in value) || value['baseType'] === undefined) return false;
|
|
103
|
+
if (!('isSystem' in value) || value['isSystem'] === undefined) return false;
|
|
104
|
+
if (!('isActive' in value) || value['isActive'] === undefined) return false;
|
|
105
|
+
if (!('permissions' in value) || value['permissions'] === undefined) return false;
|
|
106
|
+
return true;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export function GetRoleFromJSON(json: any): GetRole {
|
|
110
|
+
return GetRoleFromJSONTyped(json, false);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export function GetRoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetRole {
|
|
114
|
+
if (json == null) {
|
|
115
|
+
return json;
|
|
116
|
+
}
|
|
117
|
+
return {
|
|
118
|
+
|
|
119
|
+
'id': json['id'],
|
|
120
|
+
'name': json['name'],
|
|
121
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
122
|
+
'baseType': json['base_type'],
|
|
123
|
+
'portalId': json['portal_id'] == null ? undefined : json['portal_id'],
|
|
124
|
+
'isSystem': json['is_system'],
|
|
125
|
+
'isActive': json['is_active'],
|
|
126
|
+
'permissions': ((json['permissions'] as Array<any>).map(GetPermissionFromJSON)),
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export function GetRoleToJSON(json: any): GetRole {
|
|
131
|
+
return GetRoleToJSONTyped(json, false);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export function GetRoleToJSONTyped(value?: GetRole | null, ignoreDiscriminator: boolean = false): any {
|
|
135
|
+
if (value == null) {
|
|
136
|
+
return value;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
return {
|
|
140
|
+
|
|
141
|
+
'id': value['id'],
|
|
142
|
+
'name': value['name'],
|
|
143
|
+
'description': value['description'],
|
|
144
|
+
'base_type': value['baseType'],
|
|
145
|
+
'portal_id': value['portalId'],
|
|
146
|
+
'is_system': value['isSystem'],
|
|
147
|
+
'is_active': value['isActive'],
|
|
148
|
+
'permissions': ((value['permissions'] as Array<any>).map(GetPermissionToJSON)),
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
|
|
@@ -69,7 +69,7 @@ export interface GetUserQuizAttemptsAllOfAttempts {
|
|
|
69
69
|
attemptNumber: number;
|
|
70
70
|
/**
|
|
71
71
|
* Attempt status
|
|
72
|
-
* @type {
|
|
72
|
+
* @type {GetUserQuizAttemptsAllOfAttemptsStatusEnum}
|
|
73
73
|
* @memberof GetUserQuizAttemptsAllOfAttempts
|
|
74
74
|
*/
|
|
75
75
|
status: GetUserQuizAttemptsAllOfAttemptsStatusEnum;
|
|
@@ -47,7 +47,7 @@ export interface GetUserQuizAttemptsAllOfFilters {
|
|
|
47
47
|
quizId?: string;
|
|
48
48
|
/**
|
|
49
49
|
* Filter by attempt status
|
|
50
|
-
* @type {
|
|
50
|
+
* @type {GetUserQuizAttemptsAllOfFiltersStatusEnum}
|
|
51
51
|
* @memberof GetUserQuizAttemptsAllOfFilters
|
|
52
52
|
*/
|
|
53
53
|
status?: GetUserQuizAttemptsAllOfFiltersStatusEnum;
|
|
@@ -0,0 +1,109 @@
|
|
|
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
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
* A role assigned to a user in a portal
|
|
18
|
+
* @export
|
|
19
|
+
* @interface GetUserRole
|
|
20
|
+
*/
|
|
21
|
+
export interface GetUserRole {
|
|
22
|
+
/**
|
|
23
|
+
* External UUID of the role
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof GetUserRole
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
/**
|
|
29
|
+
* Role name
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof GetUserRole
|
|
32
|
+
*/
|
|
33
|
+
name: string;
|
|
34
|
+
/**
|
|
35
|
+
* Base role type
|
|
36
|
+
* @type {GetUserRoleBaseTypeEnum}
|
|
37
|
+
* @memberof GetUserRole
|
|
38
|
+
*/
|
|
39
|
+
baseType: GetUserRoleBaseTypeEnum;
|
|
40
|
+
/**
|
|
41
|
+
* Whether this is a system role
|
|
42
|
+
* @type {boolean}
|
|
43
|
+
* @memberof GetUserRole
|
|
44
|
+
*/
|
|
45
|
+
isSystem: boolean;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export const GetUserRoleBaseTypeEnum = {
|
|
53
|
+
Owner: 'Owner',
|
|
54
|
+
Admin: 'Admin',
|
|
55
|
+
Instructor: 'Instructor',
|
|
56
|
+
Learner: 'Learner',
|
|
57
|
+
ClientSuperAdmin: 'ClientSuperAdmin',
|
|
58
|
+
ClientManager: 'ClientManager',
|
|
59
|
+
PortalClientAdministrator: 'PortalClientAdministrator'
|
|
60
|
+
} as const;
|
|
61
|
+
export type GetUserRoleBaseTypeEnum = typeof GetUserRoleBaseTypeEnum[keyof typeof GetUserRoleBaseTypeEnum];
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Check if a given object implements the GetUserRole interface.
|
|
66
|
+
*/
|
|
67
|
+
export function instanceOfGetUserRole(value: object): value is GetUserRole {
|
|
68
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
69
|
+
if (!('name' in value) || value['name'] === undefined) return false;
|
|
70
|
+
if (!('baseType' in value) || value['baseType'] === undefined) return false;
|
|
71
|
+
if (!('isSystem' in value) || value['isSystem'] === undefined) return false;
|
|
72
|
+
return true;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export function GetUserRoleFromJSON(json: any): GetUserRole {
|
|
76
|
+
return GetUserRoleFromJSONTyped(json, false);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function GetUserRoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUserRole {
|
|
80
|
+
if (json == null) {
|
|
81
|
+
return json;
|
|
82
|
+
}
|
|
83
|
+
return {
|
|
84
|
+
|
|
85
|
+
'id': json['id'],
|
|
86
|
+
'name': json['name'],
|
|
87
|
+
'baseType': json['base_type'],
|
|
88
|
+
'isSystem': json['is_system'],
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export function GetUserRoleToJSON(json: any): GetUserRole {
|
|
93
|
+
return GetUserRoleToJSONTyped(json, false);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export function GetUserRoleToJSONTyped(value?: GetUserRole | null, ignoreDiscriminator: boolean = false): any {
|
|
97
|
+
if (value == null) {
|
|
98
|
+
return value;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
return {
|
|
102
|
+
|
|
103
|
+
'id': value['id'],
|
|
104
|
+
'name': value['name'],
|
|
105
|
+
'base_type': value['baseType'],
|
|
106
|
+
'is_system': value['isSystem'],
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
package/src/models/NoAnswer.ts
CHANGED
|
@@ -21,7 +21,7 @@ import { mapValues } from '../runtime';
|
|
|
21
21
|
export interface PostCourseExport {
|
|
22
22
|
/**
|
|
23
23
|
* The SCORM version to export
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {PostCourseExportScormVersionEnum}
|
|
25
25
|
* @memberof PostCourseExport
|
|
26
26
|
*/
|
|
27
27
|
scormVersion: PostCourseExportScormVersionEnum;
|
|
@@ -38,8 +38,8 @@ export interface PostPortalInvite {
|
|
|
38
38
|
*/
|
|
39
39
|
lastName: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {
|
|
41
|
+
* Role name to assign to the invited user
|
|
42
|
+
* @type {PostPortalInviteUserTypeEnum}
|
|
43
43
|
* @memberof PostPortalInvite
|
|
44
44
|
*/
|
|
45
45
|
userType: PostPortalInviteUserTypeEnum;
|
|
@@ -50,9 +50,13 @@ export interface PostPortalInvite {
|
|
|
50
50
|
* @export
|
|
51
51
|
*/
|
|
52
52
|
export const PostPortalInviteUserTypeEnum = {
|
|
53
|
+
Owner: 'Owner',
|
|
53
54
|
Admin: 'Admin',
|
|
54
55
|
Instructor: 'Instructor',
|
|
55
|
-
Learner: 'Learner'
|
|
56
|
+
Learner: 'Learner',
|
|
57
|
+
ClientSuperAdmin: 'ClientSuperAdmin',
|
|
58
|
+
ClientManager: 'ClientManager',
|
|
59
|
+
PortalClientAdministrator: 'PortalClientAdministrator'
|
|
56
60
|
} as const;
|
|
57
61
|
export type PostPortalInviteUserTypeEnum = typeof PostPortalInviteUserTypeEnum[keyof typeof PostPortalInviteUserTypeEnum];
|
|
58
62
|
|
|
@@ -35,7 +35,7 @@ export interface PostQuestion {
|
|
|
35
35
|
questionText: string;
|
|
36
36
|
/**
|
|
37
37
|
* Type of question: single answer (True/False, multiple choice), multiple answer, or fill in the blank
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {PostQuestionQuestionTypeEnum}
|
|
39
39
|
* @memberof PostQuestion
|
|
40
40
|
*/
|
|
41
41
|
questionType: PostQuestionQuestionTypeEnum;
|
|
@@ -71,7 +71,7 @@ export interface PostQuestion {
|
|
|
71
71
|
course?: string;
|
|
72
72
|
/**
|
|
73
73
|
* Difficulty level of the question
|
|
74
|
-
* @type {
|
|
74
|
+
* @type {PostQuestionDifficultyLevelEnum}
|
|
75
75
|
* @memberof PostQuestion
|
|
76
76
|
*/
|
|
77
77
|
difficultyLevel: PostQuestionDifficultyLevelEnum;
|
package/src/models/PostQuiz.ts
CHANGED
|
@@ -35,7 +35,7 @@ export interface PostQuiz {
|
|
|
35
35
|
contentId: string;
|
|
36
36
|
/**
|
|
37
37
|
* How questions are selected for this quiz
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {PostQuizQuestionSelectionMethodEnum}
|
|
39
39
|
* @memberof PostQuiz
|
|
40
40
|
*/
|
|
41
41
|
questionSelectionMethod: PostQuizQuestionSelectionMethodEnum;
|
|
@@ -59,7 +59,7 @@ export interface PostQuizAttemptQuestionsInner {
|
|
|
59
59
|
questionText: string;
|
|
60
60
|
/**
|
|
61
61
|
* Question type
|
|
62
|
-
* @type {
|
|
62
|
+
* @type {PostQuizAttemptQuestionsInnerQuestionTypeEnum}
|
|
63
63
|
* @memberof PostQuizAttemptQuestionsInner
|
|
64
64
|
*/
|
|
65
65
|
questionType: PostQuizAttemptQuestionsInnerQuestionTypeEnum;
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
export interface PostQuizAttemptSubmit {
|
|
30
30
|
/**
|
|
31
31
|
* How the quiz was submitted
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {PostQuizAttemptSubmitSubmissionTypeEnum}
|
|
33
33
|
* @memberof PostQuizAttemptSubmit
|
|
34
34
|
*/
|
|
35
35
|
submissionType: PostQuizAttemptSubmitSubmissionTypeEnum;
|
|
@@ -27,13 +27,13 @@ export interface PostQuizCriteriaCriteriaInner {
|
|
|
27
27
|
topic?: string;
|
|
28
28
|
/**
|
|
29
29
|
* Filter by difficulty level (null for any difficulty)
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {PostQuizCriteriaCriteriaInnerDifficultyLevelEnum}
|
|
31
31
|
* @memberof PostQuizCriteriaCriteriaInner
|
|
32
32
|
*/
|
|
33
33
|
difficultyLevel?: PostQuizCriteriaCriteriaInnerDifficultyLevelEnum;
|
|
34
34
|
/**
|
|
35
35
|
* Filter by question type (null for any type)
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {PostQuizCriteriaCriteriaInnerQuestionTypeEnum}
|
|
37
37
|
* @memberof PostQuizCriteriaCriteriaInner
|
|
38
38
|
*/
|
|
39
39
|
questionType?: PostQuizCriteriaCriteriaInnerQuestionTypeEnum;
|