@easyedu/js-lsm-api 1.29.0 → 1.31.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.
Files changed (381) hide show
  1. package/.openapi-generator/FILES +211 -1
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +378 -28
  4. package/dist/apis/ContentApi.d.ts +90 -1
  5. package/dist/apis/ContentApi.js +286 -17
  6. package/dist/apis/CourseApi.js +37 -12
  7. package/dist/apis/ModuleApi.js +14 -4
  8. package/dist/apis/OtherApi.js +2 -1
  9. package/dist/apis/PortalApi.js +19 -7
  10. package/dist/apis/QuestionApi.js +13 -5
  11. package/dist/apis/QuizApi.js +79 -25
  12. package/dist/apis/ReportingApi.js +39 -9
  13. package/dist/apis/UserApi.js +16 -7
  14. package/dist/esm/apis/ContentApi.d.ts +90 -1
  15. package/dist/esm/apis/ContentApi.js +286 -17
  16. package/dist/esm/apis/CourseApi.js +37 -12
  17. package/dist/esm/apis/ModuleApi.js +14 -4
  18. package/dist/esm/apis/OtherApi.js +2 -1
  19. package/dist/esm/apis/PortalApi.js +19 -7
  20. package/dist/esm/apis/QuestionApi.js +13 -5
  21. package/dist/esm/apis/QuizApi.js +79 -25
  22. package/dist/esm/apis/ReportingApi.js +39 -9
  23. package/dist/esm/apis/UserApi.js +16 -7
  24. package/dist/esm/models/GetContentContentData.js +6 -0
  25. package/dist/esm/models/GetContentSessionDetail.d.ts +4 -4
  26. package/dist/esm/models/GetContentSessionDetail.js +3 -3
  27. package/dist/esm/models/GetContentSessionDetailScormSessionDataInner.d.ts +38 -0
  28. package/dist/esm/models/GetContentSessionDetailScormSessionDataInner.js +47 -0
  29. package/dist/esm/models/GetContentSessionListItem.d.ts +3 -3
  30. package/dist/esm/models/GetContentSessionListItem.js +3 -3
  31. package/dist/esm/models/GetContentSessionListItemScormSessionData.d.ts +32 -0
  32. package/dist/esm/models/{GetContentSessionDetailScormSessionData.js → GetContentSessionListItemScormSessionData.js} +8 -8
  33. package/dist/esm/models/GetContentVersion.js +2 -2
  34. package/dist/esm/models/GetContentVersionListItemsInner.js +2 -2
  35. package/dist/esm/models/GetManualQuestionSelectionItem.js +1 -1
  36. package/dist/esm/models/GetQuestionListFilters.js +2 -2
  37. package/dist/esm/models/GetQuiz.js +2 -2
  38. package/dist/esm/models/GetQuizAttemptAnalyticsBasicInfo.js +2 -2
  39. package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.js +1 -1
  40. package/dist/esm/models/GetQuizAttemptAttempt.js +3 -3
  41. package/dist/esm/models/GetQuizAttemptListAllOfAttempts.js +2 -2
  42. package/dist/esm/models/GetQuizAttemptListAllOfFiltersDateRange.js +2 -2
  43. package/dist/esm/models/GetQuizAttemptQuestionsInner.js +1 -1
  44. package/dist/esm/models/GetQuizAttemptQuestionsInnerCurrentAnswer.js +1 -1
  45. package/dist/esm/models/GetQuizCriteriaItem.js +2 -2
  46. package/dist/esm/models/GetQuizCriteriaListItemsInner.js +2 -2
  47. package/dist/esm/models/GetQuizListAllOfQuizzes.js +2 -2
  48. package/dist/esm/models/GetQuizQuestionsItemsInner.js +1 -1
  49. package/dist/esm/models/GetQuizResultsTiming.js +2 -2
  50. package/dist/esm/models/GetScormPackagePackageInfo.js +2 -2
  51. package/dist/esm/models/GetUserQuizAttemptsAllOfAttempts.js +2 -2
  52. package/dist/esm/models/PostContentQuizAssignment.js +3 -3
  53. package/dist/esm/models/PostContentQuizQuestionSelection.js +6 -0
  54. package/dist/esm/models/PostQuizAttemptAttempt.js +2 -2
  55. package/dist/esm/models/PostQuizAttemptSubmit.js +1 -1
  56. package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.js +6 -0
  57. package/dist/esm/models/PostVerifyManifest.d.ts +106 -0
  58. package/dist/esm/models/PostVerifyManifest.js +73 -0
  59. package/dist/esm/models/PostVerifyManifestItemsInner.d.ts +74 -0
  60. package/dist/esm/models/PostVerifyManifestItemsInner.js +55 -0
  61. package/dist/esm/models/PostVerifyManifestResourcesInner.d.ts +56 -0
  62. package/dist/esm/models/PostVerifyManifestResourcesInner.js +49 -0
  63. package/dist/esm/models/PutQuizAnswerAnswer.js +6 -0
  64. package/dist/esm/models/QuizContentAssignment.js +3 -3
  65. package/dist/esm/models/ScormGetValueResponse.d.ts +38 -0
  66. package/dist/esm/models/ScormGetValueResponse.js +47 -0
  67. package/dist/esm/models/ScormSetValueRequest.d.ts +38 -0
  68. package/dist/esm/models/ScormSetValueRequest.js +47 -0
  69. package/dist/esm/models/ScormSetValueResponse.d.ts +32 -0
  70. package/dist/esm/models/ScormSetValueResponse.js +43 -0
  71. package/dist/esm/models/index.d.ts +8 -1
  72. package/dist/esm/models/index.js +8 -1
  73. package/dist/esm/runtime.d.ts +3 -1
  74. package/dist/esm/runtime.js +5 -1
  75. package/dist/models/GetContentContentData.js +6 -0
  76. package/dist/models/GetContentSessionDetail.d.ts +4 -4
  77. package/dist/models/GetContentSessionDetail.js +3 -3
  78. package/dist/models/GetContentSessionDetailScormSessionDataInner.d.ts +38 -0
  79. package/dist/models/GetContentSessionDetailScormSessionDataInner.js +54 -0
  80. package/dist/models/GetContentSessionListItem.d.ts +3 -3
  81. package/dist/models/GetContentSessionListItem.js +3 -3
  82. package/dist/models/GetContentSessionListItemScormSessionData.d.ts +32 -0
  83. package/dist/models/GetContentSessionListItemScormSessionData.js +50 -0
  84. package/dist/models/GetContentVersion.js +2 -2
  85. package/dist/models/GetContentVersionListItemsInner.js +2 -2
  86. package/dist/models/GetManualQuestionSelectionItem.js +1 -1
  87. package/dist/models/GetQuestionListFilters.js +2 -2
  88. package/dist/models/GetQuiz.js +2 -2
  89. package/dist/models/GetQuizAttemptAnalyticsBasicInfo.js +2 -2
  90. package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.js +1 -1
  91. package/dist/models/GetQuizAttemptAttempt.js +3 -3
  92. package/dist/models/GetQuizAttemptListAllOfAttempts.js +2 -2
  93. package/dist/models/GetQuizAttemptListAllOfFiltersDateRange.js +2 -2
  94. package/dist/models/GetQuizAttemptQuestionsInner.js +1 -1
  95. package/dist/models/GetQuizAttemptQuestionsInnerCurrentAnswer.js +1 -1
  96. package/dist/models/GetQuizCriteriaItem.js +2 -2
  97. package/dist/models/GetQuizCriteriaListItemsInner.js +2 -2
  98. package/dist/models/GetQuizListAllOfQuizzes.js +2 -2
  99. package/dist/models/GetQuizQuestionsItemsInner.js +1 -1
  100. package/dist/models/GetQuizResultsTiming.js +2 -2
  101. package/dist/models/GetScormPackagePackageInfo.js +2 -2
  102. package/dist/models/GetUserQuizAttemptsAllOfAttempts.js +2 -2
  103. package/dist/models/PostContentQuizAssignment.js +3 -3
  104. package/dist/models/PostContentQuizQuestionSelection.js +6 -0
  105. package/dist/models/PostQuizAttemptAttempt.js +2 -2
  106. package/dist/models/PostQuizAttemptSubmit.js +1 -1
  107. package/dist/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.js +6 -0
  108. package/dist/models/PostVerifyManifest.d.ts +106 -0
  109. package/dist/models/PostVerifyManifest.js +80 -0
  110. package/dist/models/PostVerifyManifestItemsInner.d.ts +74 -0
  111. package/dist/models/PostVerifyManifestItemsInner.js +62 -0
  112. package/dist/models/PostVerifyManifestResourcesInner.d.ts +56 -0
  113. package/dist/models/PostVerifyManifestResourcesInner.js +56 -0
  114. package/dist/models/PutQuizAnswerAnswer.js +6 -0
  115. package/dist/models/QuizContentAssignment.js +3 -3
  116. package/dist/models/ScormGetValueResponse.d.ts +38 -0
  117. package/dist/models/ScormGetValueResponse.js +54 -0
  118. package/dist/models/ScormSetValueRequest.d.ts +38 -0
  119. package/dist/models/ScormSetValueRequest.js +54 -0
  120. package/dist/models/ScormSetValueResponse.d.ts +32 -0
  121. package/dist/models/ScormSetValueResponse.js +50 -0
  122. package/dist/models/index.d.ts +8 -1
  123. package/dist/models/index.js +8 -1
  124. package/dist/runtime.d.ts +3 -1
  125. package/dist/runtime.js +5 -1
  126. package/docs/ContentApi.md +1642 -0
  127. package/docs/CourseApi.md +845 -0
  128. package/docs/CriteriaBasedSelection.md +40 -0
  129. package/docs/CriteriaBasedSelectionCriteria.md +42 -0
  130. package/docs/CriteriaBasedSelectionDistribution.md +37 -0
  131. package/docs/FillInBlank.md +36 -0
  132. package/docs/FillInBlank1.md +36 -0
  133. package/docs/GetContent.md +58 -0
  134. package/docs/GetContentContentData.md +53 -0
  135. package/docs/GetContentGradeDetail.md +50 -0
  136. package/docs/GetContentGrades.md +42 -0
  137. package/docs/GetContentGradesItemsInner.md +40 -0
  138. package/docs/GetContentGradesItemsInnerUser.md +38 -0
  139. package/docs/GetContentInstructorBasicReporting.md +38 -0
  140. package/docs/GetContentInstructorBasicReportingContentInfo.md +38 -0
  141. package/docs/GetContentInstructorBasicReportingEngagement.md +42 -0
  142. package/docs/GetContentInstructorBasicReportingPerformance.md +36 -0
  143. package/docs/GetContentList.md +43 -0
  144. package/docs/GetContentSession.md +45 -0
  145. package/docs/GetContentSessionDetail.md +51 -0
  146. package/docs/GetContentSessionDetailScormSessionDataInner.md +36 -0
  147. package/docs/GetContentSessionDetailUserData.md +36 -0
  148. package/docs/GetContentSessionList.md +43 -0
  149. package/docs/GetContentSessionListItem.md +45 -0
  150. package/docs/GetContentSessionListItemScormSessionData.md +35 -0
  151. package/docs/GetContentUpload.md +38 -0
  152. package/docs/GetContentVersion.md +49 -0
  153. package/docs/GetContentVersionList.md +43 -0
  154. package/docs/GetContentVersionListItemsInner.md +42 -0
  155. package/docs/GetContentVersionSandbox.md +35 -0
  156. package/docs/GetContentVersionScormData.md +35 -0
  157. package/docs/GetCourse.md +44 -0
  158. package/docs/GetCourseEnrollment.md +51 -0
  159. package/docs/GetCourseEnrollmentList.md +43 -0
  160. package/docs/GetCourseEnrollmentListItem.md +53 -0
  161. package/docs/GetCourseExport.md +49 -0
  162. package/docs/GetCourseExportList.md +43 -0
  163. package/docs/GetCourseList.md +43 -0
  164. package/docs/GetCourseReportingBasic.md +38 -0
  165. package/docs/GetCourseStudentReporting.md +38 -0
  166. package/docs/GetCourseStudentReportingCourseInfo.md +34 -0
  167. package/docs/GetCourseStudentReportingEngagement.md +36 -0
  168. package/docs/GetCourseStudentReportingPerformance.md +34 -0
  169. package/docs/GetManualQuestionSelectionItem.md +48 -0
  170. package/docs/GetManualQuestionSelectionList.md +44 -0
  171. package/docs/GetModule.md +44 -0
  172. package/docs/GetModuleInstructorBasicReporting.md +38 -0
  173. package/docs/GetModuleInstructorBasicReportingEngagement.md +34 -0
  174. package/docs/GetModuleInstructorBasicReportingModuleInfo.md +34 -0
  175. package/docs/GetModuleInstructorBasicReportingPerformance.md +34 -0
  176. package/docs/GetModuleList.md +43 -0
  177. package/docs/GetModuleStudentReporting.md +38 -0
  178. package/docs/GetModuleStudentReportingAccess.md +36 -0
  179. package/docs/GetModuleStudentReportingProgress.md +36 -0
  180. package/docs/GetPortal.md +48 -0
  181. package/docs/GetPortalBasicReporting.md +36 -0
  182. package/docs/GetPortalBasicReportingCertificates.md +34 -0
  183. package/docs/GetPortalBasicReportingPortalInfo.md +38 -0
  184. package/docs/GetPortalList.md +43 -0
  185. package/docs/GetPortalStudentReporting.md +36 -0
  186. package/docs/GetPortalStudentReportingCertificates.md +34 -0
  187. package/docs/GetPortalStudentReportingPortalInfo.md +38 -0
  188. package/docs/GetPortalUser.md +45 -0
  189. package/docs/GetPortalUserList.md +43 -0
  190. package/docs/GetQuestion.md +62 -0
  191. package/docs/GetQuestionAnswerChoicesInner.md +38 -0
  192. package/docs/GetQuestionList.md +44 -0
  193. package/docs/GetQuestionListFilters.md +48 -0
  194. package/docs/GetQuiz.md +68 -0
  195. package/docs/GetQuizAttempt.md +38 -0
  196. package/docs/GetQuizAttemptAnalytics.md +46 -0
  197. package/docs/GetQuizAttemptAnalyticsBasicInfo.md +49 -0
  198. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdown.md +39 -0
  199. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.md +44 -0
  200. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.md +44 -0
  201. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.md +44 -0
  202. package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInner.md +58 -0
  203. package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.md +39 -0
  204. package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.md +39 -0
  205. package/docs/GetQuizAttemptAnalyticsScoring.md +49 -0
  206. package/docs/GetQuizAttemptAttempt.md +61 -0
  207. package/docs/GetQuizAttemptList.md +46 -0
  208. package/docs/GetQuizAttemptListAllOfAttempts.md +68 -0
  209. package/docs/GetQuizAttemptListAllOfFilters.md +45 -0
  210. package/docs/GetQuizAttemptListAllOfFiltersDateRange.md +37 -0
  211. package/docs/GetQuizAttemptListAllOfSummary.md +45 -0
  212. package/docs/GetQuizAttemptQuestionsInner.md +52 -0
  213. package/docs/GetQuizAttemptQuestionsInnerAnswerChoicesInner.md +38 -0
  214. package/docs/GetQuizAttemptQuestionsInnerCurrentAnswer.md +41 -0
  215. package/docs/GetQuizAttemptQuizSettings.md +45 -0
  216. package/docs/GetQuizCriteria.md +38 -0
  217. package/docs/GetQuizCriteriaEstimatedQuestions.md +39 -0
  218. package/docs/GetQuizCriteriaItem.md +58 -0
  219. package/docs/GetQuizCriteriaList.md +42 -0
  220. package/docs/GetQuizCriteriaListItemsInner.md +58 -0
  221. package/docs/GetQuizList.md +44 -0
  222. package/docs/GetQuizListAllOfFilters.md +43 -0
  223. package/docs/GetQuizListAllOfQuizzes.md +64 -0
  224. package/docs/GetQuizListAllOfStatistics.md +43 -0
  225. package/docs/GetQuizQuestions.md +48 -0
  226. package/docs/GetQuizQuestionsItemsInner.md +48 -0
  227. package/docs/GetQuizQuestionsItemsInnerQuestionDetails.md +53 -0
  228. package/docs/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.md +42 -0
  229. package/docs/GetQuizResults.md +52 -0
  230. package/docs/GetQuizResultsFeedback.md +39 -0
  231. package/docs/GetQuizResultsFeedbackDifficultyPerformanceInner.md +40 -0
  232. package/docs/GetQuizResultsFeedbackTopicPerformanceInner.md +40 -0
  233. package/docs/GetQuizResultsQuestionsInner.md +50 -0
  234. package/docs/GetQuizResultsQuestionsInnerAnswerChoicesInner.md +40 -0
  235. package/docs/GetQuizResultsQuestionsInnerStudentAnswer.md +43 -0
  236. package/docs/GetQuizResultsScore.md +41 -0
  237. package/docs/GetQuizResultsTiming.md +43 -0
  238. package/docs/GetQuizStatistics.md +43 -0
  239. package/docs/GetScormApiLogItem.md +45 -0
  240. package/docs/GetScormApiLogs.md +43 -0
  241. package/docs/GetScormPackage.md +37 -0
  242. package/docs/GetScormPackagePackageInfo.md +59 -0
  243. package/docs/GetScormSessionData.md +43 -0
  244. package/docs/GetScormSessionDataActivity.md +36 -0
  245. package/docs/GetUser.md +42 -0
  246. package/docs/GetUserQuizAttempts.md +46 -0
  247. package/docs/GetUserQuizAttemptsAllOfAttempts.md +70 -0
  248. package/docs/GetUserQuizAttemptsAllOfFilters.md +47 -0
  249. package/docs/GetUserQuizAttemptsAllOfSummary.md +47 -0
  250. package/docs/LoginRes.md +36 -0
  251. package/docs/LoginResAuthData.md +36 -0
  252. package/docs/LoginResUserData.md +40 -0
  253. package/docs/LoginResUserDataSelectedPortal.md +36 -0
  254. package/docs/ManualSelection.md +36 -0
  255. package/docs/MediaContent.md +38 -0
  256. package/docs/ModuleApi.md +284 -0
  257. package/docs/MultipleAnswer.md +36 -0
  258. package/docs/MultipleAnswer1.md +36 -0
  259. package/docs/NoAnswer.md +34 -0
  260. package/docs/OtherApi.md +66 -0
  261. package/docs/Paginated.md +40 -0
  262. package/docs/PortalApi.md +493 -0
  263. package/docs/PostContentQuiz.md +42 -0
  264. package/docs/PostContentQuizAssignment.md +41 -0
  265. package/docs/PostContentQuizQuestionSelection.md +43 -0
  266. package/docs/PostContentQuizSettings.md +51 -0
  267. package/docs/PostContentSession.md +43 -0
  268. package/docs/PostContentUpload.md +36 -0
  269. package/docs/PostCourse.md +38 -0
  270. package/docs/PostCourseEnrollment.md +40 -0
  271. package/docs/PostCourseExport.md +35 -0
  272. package/docs/PostLogin.md +36 -0
  273. package/docs/PostManualQuestionSelection.md +40 -0
  274. package/docs/PostModule.md +38 -0
  275. package/docs/PostPortal.md +38 -0
  276. package/docs/PostPortalInvite.md +40 -0
  277. package/docs/PostQuestion.md +52 -0
  278. package/docs/PostQuestionAnswerChoicesInner.md +36 -0
  279. package/docs/PostQuiz.md +58 -0
  280. package/docs/PostQuizAttempt.md +38 -0
  281. package/docs/PostQuizAttemptAttempt.md +55 -0
  282. package/docs/PostQuizAttemptQuestionsInner.md +48 -0
  283. package/docs/PostQuizAttemptQuestionsInnerAnswerChoicesInner.md +38 -0
  284. package/docs/PostQuizAttemptQuizSettings.md +45 -0
  285. package/docs/PostQuizAttemptSubmit.md +38 -0
  286. package/docs/PostQuizAttemptSubmitFinalAnswersInner.md +36 -0
  287. package/docs/PostQuizAttemptSubmitFinalAnswersInnerAnswer.md +41 -0
  288. package/docs/PostQuizCriteria.md +36 -0
  289. package/docs/PostQuizCriteriaCriteriaInner.md +49 -0
  290. package/docs/PostQuizQuestions.md +36 -0
  291. package/docs/PostQuizQuestionsQuestionsInner.md +40 -0
  292. package/docs/PostQuizSettings.md +41 -0
  293. package/docs/PostResetPassword.md +36 -0
  294. package/docs/PostSendResetPassword.md +34 -0
  295. package/docs/PostVerifyManifest.md +59 -0
  296. package/docs/PostVerifyManifestItemsInner.md +48 -0
  297. package/docs/PostVerifyManifestResourcesInner.md +42 -0
  298. package/docs/PutContent.md +36 -0
  299. package/docs/PutContentVersion.md +35 -0
  300. package/docs/PutCourse.md +44 -0
  301. package/docs/PutCourseEnrollment.md +40 -0
  302. package/docs/PutModule.md +40 -0
  303. package/docs/PutPortalBranding.md +38 -0
  304. package/docs/PutQuestion.md +52 -0
  305. package/docs/PutQuestionAnswerChoicesInner.md +38 -0
  306. package/docs/PutQuiz.md +56 -0
  307. package/docs/PutQuizAnswer.md +36 -0
  308. package/docs/PutQuizAnswerAnswer.md +41 -0
  309. package/docs/PutQuizSettings.md +41 -0
  310. package/docs/PutUser.md +42 -0
  311. package/docs/QuestionApi.md +368 -0
  312. package/docs/QuizApi.md +1793 -0
  313. package/docs/QuizContent.md +40 -0
  314. package/docs/QuizContentAssignment.md +39 -0
  315. package/docs/QuizContentSettings.md +43 -0
  316. package/docs/ReportingApi.md +674 -0
  317. package/docs/SCORMContent.md +38 -0
  318. package/docs/ScormGetValueResponse.md +37 -0
  319. package/docs/ScormSessionData.md +43 -0
  320. package/docs/ScormSessionDataProgress.md +36 -0
  321. package/docs/ScormSessionDataScore.md +40 -0
  322. package/docs/ScormSessionDataSession.md +34 -0
  323. package/docs/ScormSessionDataStatus.md +40 -0
  324. package/docs/ScormSessionDataTime.md +40 -0
  325. package/docs/ScormSetValueRequest.md +37 -0
  326. package/docs/ScormSetValueResponse.md +35 -0
  327. package/docs/SingleAnswer.md +36 -0
  328. package/docs/UserApi.md +460 -0
  329. package/package.json +2 -2
  330. package/src/apis/ContentApi.ts +411 -16
  331. package/src/apis/CourseApi.ts +61 -12
  332. package/src/apis/ModuleApi.ts +22 -4
  333. package/src/apis/OtherApi.ts +4 -1
  334. package/src/apis/PortalApi.ts +33 -7
  335. package/src/apis/QuestionApi.ts +23 -5
  336. package/src/apis/QuizApi.ts +129 -25
  337. package/src/apis/ReportingApi.ts +57 -9
  338. package/src/apis/UserApi.ts +30 -7
  339. package/src/models/GetContentContentData.ts +6 -3
  340. package/src/models/GetContentSessionDetail.ts +12 -12
  341. package/src/models/GetContentSessionDetailScormSessionDataInner.ts +75 -0
  342. package/src/models/GetContentSessionListItem.ts +11 -11
  343. package/src/models/GetContentSessionListItemScormSessionData.ts +66 -0
  344. package/src/models/GetContentVersion.ts +2 -2
  345. package/src/models/GetContentVersionListItemsInner.ts +2 -2
  346. package/src/models/GetManualQuestionSelectionItem.ts +1 -1
  347. package/src/models/GetQuestionListFilters.ts +2 -2
  348. package/src/models/GetQuiz.ts +2 -2
  349. package/src/models/GetQuizAttemptAnalyticsBasicInfo.ts +2 -2
  350. package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.ts +1 -1
  351. package/src/models/GetQuizAttemptAttempt.ts +3 -3
  352. package/src/models/GetQuizAttemptListAllOfAttempts.ts +2 -2
  353. package/src/models/GetQuizAttemptListAllOfFiltersDateRange.ts +2 -2
  354. package/src/models/GetQuizAttemptQuestionsInner.ts +1 -1
  355. package/src/models/GetQuizAttemptQuestionsInnerCurrentAnswer.ts +1 -1
  356. package/src/models/GetQuizCriteriaItem.ts +2 -2
  357. package/src/models/GetQuizCriteriaListItemsInner.ts +2 -2
  358. package/src/models/GetQuizListAllOfQuizzes.ts +2 -2
  359. package/src/models/GetQuizQuestionsItemsInner.ts +1 -1
  360. package/src/models/GetQuizResultsTiming.ts +2 -2
  361. package/src/models/GetScormPackagePackageInfo.ts +2 -2
  362. package/src/models/GetUserQuizAttemptsAllOfAttempts.ts +2 -2
  363. package/src/models/PostContentQuizAssignment.ts +3 -3
  364. package/src/models/PostContentQuizQuestionSelection.ts +6 -3
  365. package/src/models/PostQuizAttemptAttempt.ts +2 -2
  366. package/src/models/PostQuizAttemptSubmit.ts +1 -1
  367. package/src/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.ts +6 -3
  368. package/src/models/PostVerifyManifest.ts +179 -0
  369. package/src/models/PostVerifyManifestItemsInner.ts +121 -0
  370. package/src/models/PostVerifyManifestResourcesInner.ts +97 -0
  371. package/src/models/PutQuizAnswerAnswer.ts +6 -3
  372. package/src/models/QuizContentAssignment.ts +3 -3
  373. package/src/models/ScormGetValueResponse.ts +75 -0
  374. package/src/models/ScormSetValueRequest.ts +75 -0
  375. package/src/models/ScormSetValueResponse.ts +66 -0
  376. package/src/models/index.ts +8 -1
  377. package/src/runtime.ts +5 -4
  378. package/dist/esm/models/GetContentSessionDetailScormSessionData.d.ts +0 -32
  379. package/dist/models/GetContentSessionDetailScormSessionData.d.ts +0 -32
  380. package/dist/models/GetContentSessionDetailScormSessionData.js +0 -50
  381. package/src/models/GetContentSessionDetailScormSessionData.ts +0 -66
@@ -0,0 +1,61 @@
1
+
2
+ # GetQuizAttemptAttempt
3
+
4
+ Current attempt status
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `id` | string
11
+ `externalId` | string
12
+ `userId` | string
13
+ `quizId` | string
14
+ `contentId` | string
15
+ `attemptNumber` | number
16
+ `status` | string
17
+ `startedAt` | Date
18
+ `completedAt` | Date
19
+ `timeLimitAt` | Date
20
+ `totalQuestions` | number
21
+ `questionsAnswered` | number
22
+ `totalPoints` | number
23
+ `currentScore` | number
24
+
25
+ ## Example
26
+
27
+ ```typescript
28
+ import type { GetQuizAttemptAttempt } from '@easyedu/js-lsm-api'
29
+
30
+ // TODO: Update the object below with actual values
31
+ const example = {
32
+ "id": null,
33
+ "externalId": null,
34
+ "userId": null,
35
+ "quizId": null,
36
+ "contentId": null,
37
+ "attemptNumber": null,
38
+ "status": null,
39
+ "startedAt": null,
40
+ "completedAt": null,
41
+ "timeLimitAt": null,
42
+ "totalQuestions": null,
43
+ "questionsAnswered": null,
44
+ "totalPoints": null,
45
+ "currentScore": null,
46
+ } satisfies GetQuizAttemptAttempt
47
+
48
+ console.log(example)
49
+
50
+ // Convert the instance to a JSON string
51
+ const exampleJSON: string = JSON.stringify(example)
52
+ console.log(exampleJSON)
53
+
54
+ // Parse the JSON string back to an object
55
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptAttempt
56
+ console.log(exampleParsed)
57
+ ```
58
+
59
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
60
+
61
+
@@ -0,0 +1,46 @@
1
+
2
+ # GetQuizAttemptList
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `page` | number
10
+ `pageSize` | number
11
+ `totalPages` | number
12
+ `totalItems` | number
13
+ `attempts` | [Array<GetQuizAttemptListAllOfAttempts>](GetQuizAttemptListAllOfAttempts.md)
14
+ `filters` | [GetQuizAttemptListAllOfFilters](GetQuizAttemptListAllOfFilters.md)
15
+ `summary` | [GetQuizAttemptListAllOfSummary](GetQuizAttemptListAllOfSummary.md)
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import type { GetQuizAttemptList } from '@easyedu/js-lsm-api'
21
+
22
+ // TODO: Update the object below with actual values
23
+ const example = {
24
+ "page": null,
25
+ "pageSize": null,
26
+ "totalPages": null,
27
+ "totalItems": null,
28
+ "attempts": null,
29
+ "filters": null,
30
+ "summary": null,
31
+ } satisfies GetQuizAttemptList
32
+
33
+ console.log(example)
34
+
35
+ // Convert the instance to a JSON string
36
+ const exampleJSON: string = JSON.stringify(example)
37
+ console.log(exampleJSON)
38
+
39
+ // Parse the JSON string back to an object
40
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptList
41
+ console.log(exampleParsed)
42
+ ```
43
+
44
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
45
+
46
+
@@ -0,0 +1,68 @@
1
+
2
+ # GetQuizAttemptListAllOfAttempts
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `externalId` | string
11
+ `userId` | string
12
+ `userName` | string
13
+ `userEmail` | string
14
+ `quizId` | string
15
+ `contentId` | string
16
+ `contentName` | string
17
+ `attemptNumber` | number
18
+ `status` | string
19
+ `startedAt` | Date
20
+ `completedAt` | Date
21
+ `totalQuestions` | number
22
+ `questionsAnswered` | number
23
+ `correctAnswers` | number
24
+ `scorePercentage` | number
25
+ `passed` | boolean
26
+ `timeSpentSeconds` | number
27
+
28
+ ## Example
29
+
30
+ ```typescript
31
+ import type { GetQuizAttemptListAllOfAttempts } from '@easyedu/js-lsm-api'
32
+
33
+ // TODO: Update the object below with actual values
34
+ const example = {
35
+ "id": null,
36
+ "externalId": null,
37
+ "userId": null,
38
+ "userName": null,
39
+ "userEmail": null,
40
+ "quizId": null,
41
+ "contentId": null,
42
+ "contentName": null,
43
+ "attemptNumber": null,
44
+ "status": null,
45
+ "startedAt": null,
46
+ "completedAt": null,
47
+ "totalQuestions": null,
48
+ "questionsAnswered": null,
49
+ "correctAnswers": null,
50
+ "scorePercentage": null,
51
+ "passed": null,
52
+ "timeSpentSeconds": null,
53
+ } satisfies GetQuizAttemptListAllOfAttempts
54
+
55
+ console.log(example)
56
+
57
+ // Convert the instance to a JSON string
58
+ const exampleJSON: string = JSON.stringify(example)
59
+ console.log(exampleJSON)
60
+
61
+ // Parse the JSON string back to an object
62
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptListAllOfAttempts
63
+ console.log(exampleParsed)
64
+ ```
65
+
66
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
67
+
68
+
@@ -0,0 +1,45 @@
1
+
2
+ # GetQuizAttemptListAllOfFilters
3
+
4
+ Available filters for attempt listing
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `quizId` | string
11
+ `userId` | string
12
+ `status` | string
13
+ `passed` | boolean
14
+ `dateRange` | [GetQuizAttemptListAllOfFiltersDateRange](GetQuizAttemptListAllOfFiltersDateRange.md)
15
+ `search` | string
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import type { GetQuizAttemptListAllOfFilters } from '@easyedu/js-lsm-api'
21
+
22
+ // TODO: Update the object below with actual values
23
+ const example = {
24
+ "quizId": null,
25
+ "userId": null,
26
+ "status": null,
27
+ "passed": null,
28
+ "dateRange": null,
29
+ "search": null,
30
+ } satisfies GetQuizAttemptListAllOfFilters
31
+
32
+ console.log(example)
33
+
34
+ // Convert the instance to a JSON string
35
+ const exampleJSON: string = JSON.stringify(example)
36
+ console.log(exampleJSON)
37
+
38
+ // Parse the JSON string back to an object
39
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptListAllOfFilters
40
+ console.log(exampleParsed)
41
+ ```
42
+
43
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
44
+
45
+
@@ -0,0 +1,37 @@
1
+
2
+ # GetQuizAttemptListAllOfFiltersDateRange
3
+
4
+ Date range filter
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `startDate` | Date
11
+ `endDate` | Date
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { GetQuizAttemptListAllOfFiltersDateRange } from '@easyedu/js-lsm-api'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "startDate": null,
21
+ "endDate": null,
22
+ } satisfies GetQuizAttemptListAllOfFiltersDateRange
23
+
24
+ console.log(example)
25
+
26
+ // Convert the instance to a JSON string
27
+ const exampleJSON: string = JSON.stringify(example)
28
+ console.log(exampleJSON)
29
+
30
+ // Parse the JSON string back to an object
31
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptListAllOfFiltersDateRange
32
+ console.log(exampleParsed)
33
+ ```
34
+
35
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
36
+
37
+
@@ -0,0 +1,45 @@
1
+
2
+ # GetQuizAttemptListAllOfSummary
3
+
4
+ Summary statistics
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `totalAttempts` | number
11
+ `completedAttempts` | number
12
+ `inProgressAttempts` | number
13
+ `averageScore` | number
14
+ `passRate` | number
15
+ `averageTimeMinutes` | number
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import type { GetQuizAttemptListAllOfSummary } from '@easyedu/js-lsm-api'
21
+
22
+ // TODO: Update the object below with actual values
23
+ const example = {
24
+ "totalAttempts": null,
25
+ "completedAttempts": null,
26
+ "inProgressAttempts": null,
27
+ "averageScore": null,
28
+ "passRate": null,
29
+ "averageTimeMinutes": null,
30
+ } satisfies GetQuizAttemptListAllOfSummary
31
+
32
+ console.log(example)
33
+
34
+ // Convert the instance to a JSON string
35
+ const exampleJSON: string = JSON.stringify(example)
36
+ console.log(exampleJSON)
37
+
38
+ // Parse the JSON string back to an object
39
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptListAllOfSummary
40
+ console.log(exampleParsed)
41
+ ```
42
+
43
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
44
+
45
+
@@ -0,0 +1,52 @@
1
+
2
+ # GetQuizAttemptQuestionsInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `questionId` | string
11
+ `questionOrder` | number
12
+ `points` | number
13
+ `questionText` | string
14
+ `questionType` | string
15
+ `answerChoices` | [Array<GetQuizAttemptQuestionsInnerAnswerChoicesInner>](GetQuizAttemptQuestionsInnerAnswerChoicesInner.md)
16
+ `isAnswered` | boolean
17
+ `currentAnswer` | [GetQuizAttemptQuestionsInnerCurrentAnswer](GetQuizAttemptQuestionsInnerCurrentAnswer.md)
18
+ `answeredAt` | Date
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import type { GetQuizAttemptQuestionsInner } from '@easyedu/js-lsm-api'
24
+
25
+ // TODO: Update the object below with actual values
26
+ const example = {
27
+ "id": null,
28
+ "questionId": null,
29
+ "questionOrder": null,
30
+ "points": null,
31
+ "questionText": null,
32
+ "questionType": null,
33
+ "answerChoices": null,
34
+ "isAnswered": null,
35
+ "currentAnswer": null,
36
+ "answeredAt": null,
37
+ } satisfies GetQuizAttemptQuestionsInner
38
+
39
+ console.log(example)
40
+
41
+ // Convert the instance to a JSON string
42
+ const exampleJSON: string = JSON.stringify(example)
43
+ console.log(exampleJSON)
44
+
45
+ // Parse the JSON string back to an object
46
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptQuestionsInner
47
+ console.log(exampleParsed)
48
+ ```
49
+
50
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
51
+
52
+
@@ -0,0 +1,38 @@
1
+
2
+ # GetQuizAttemptQuestionsInnerAnswerChoicesInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `text` | string
11
+ `displayOrder` | number
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { GetQuizAttemptQuestionsInnerAnswerChoicesInner } from '@easyedu/js-lsm-api'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "id": null,
21
+ "text": null,
22
+ "displayOrder": null,
23
+ } satisfies GetQuizAttemptQuestionsInnerAnswerChoicesInner
24
+
25
+ console.log(example)
26
+
27
+ // Convert the instance to a JSON string
28
+ const exampleJSON: string = JSON.stringify(example)
29
+ console.log(exampleJSON)
30
+
31
+ // Parse the JSON string back to an object
32
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptQuestionsInnerAnswerChoicesInner
33
+ console.log(exampleParsed)
34
+ ```
35
+
36
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
37
+
38
+
@@ -0,0 +1,41 @@
1
+
2
+ # GetQuizAttemptQuestionsInnerCurrentAnswer
3
+
4
+ Current saved answer (if any)
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `answerChoiceId` | string
11
+ `multipleAnswers` | Array<string>
12
+ `textAnswer` | string
13
+ `answeredAt` | Date
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { GetQuizAttemptQuestionsInnerCurrentAnswer } from '@easyedu/js-lsm-api'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "answerChoiceId": null,
23
+ "multipleAnswers": null,
24
+ "textAnswer": null,
25
+ "answeredAt": null,
26
+ } satisfies GetQuizAttemptQuestionsInnerCurrentAnswer
27
+
28
+ console.log(example)
29
+
30
+ // Convert the instance to a JSON string
31
+ const exampleJSON: string = JSON.stringify(example)
32
+ console.log(exampleJSON)
33
+
34
+ // Parse the JSON string back to an object
35
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptQuestionsInnerCurrentAnswer
36
+ console.log(exampleParsed)
37
+ ```
38
+
39
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
40
+
41
+
@@ -0,0 +1,45 @@
1
+
2
+ # GetQuizAttemptQuizSettings
3
+
4
+ Quiz settings and current state
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `timeLimitMinutes` | number
11
+ `timeRemaining` | number
12
+ `allowReview` | boolean
13
+ `requireAllQuestions` | boolean
14
+ `autoSaveEnabled` | boolean
15
+ `canSubmit` | boolean
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import type { GetQuizAttemptQuizSettings } from '@easyedu/js-lsm-api'
21
+
22
+ // TODO: Update the object below with actual values
23
+ const example = {
24
+ "timeLimitMinutes": null,
25
+ "timeRemaining": null,
26
+ "allowReview": null,
27
+ "requireAllQuestions": null,
28
+ "autoSaveEnabled": null,
29
+ "canSubmit": null,
30
+ } satisfies GetQuizAttemptQuizSettings
31
+
32
+ console.log(example)
33
+
34
+ // Convert the instance to a JSON string
35
+ const exampleJSON: string = JSON.stringify(example)
36
+ console.log(exampleJSON)
37
+
38
+ // Parse the JSON string back to an object
39
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizAttemptQuizSettings
40
+ console.log(exampleParsed)
41
+ ```
42
+
43
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
44
+
45
+
@@ -0,0 +1,38 @@
1
+
2
+ # GetQuizCriteria
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `criteria` | [Array<GetQuizCriteriaListItemsInner>](GetQuizCriteriaListItemsInner.md)
10
+ `totalCriteria` | number
11
+ `estimatedQuestions` | [GetQuizCriteriaEstimatedQuestions](GetQuizCriteriaEstimatedQuestions.md)
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { GetQuizCriteria } from '@easyedu/js-lsm-api'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "criteria": null,
21
+ "totalCriteria": null,
22
+ "estimatedQuestions": null,
23
+ } satisfies GetQuizCriteria
24
+
25
+ console.log(example)
26
+
27
+ // Convert the instance to a JSON string
28
+ const exampleJSON: string = JSON.stringify(example)
29
+ console.log(exampleJSON)
30
+
31
+ // Parse the JSON string back to an object
32
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizCriteria
33
+ console.log(exampleParsed)
34
+ ```
35
+
36
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
37
+
38
+
@@ -0,0 +1,39 @@
1
+
2
+ # GetQuizCriteriaEstimatedQuestions
3
+
4
+ Estimated question selection counts
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `minQuestions` | number
11
+ `maxQuestions` | number
12
+ `availableQuestions` | number
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { GetQuizCriteriaEstimatedQuestions } from '@easyedu/js-lsm-api'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "minQuestions": null,
22
+ "maxQuestions": null,
23
+ "availableQuestions": null,
24
+ } satisfies GetQuizCriteriaEstimatedQuestions
25
+
26
+ console.log(example)
27
+
28
+ // Convert the instance to a JSON string
29
+ const exampleJSON: string = JSON.stringify(example)
30
+ console.log(exampleJSON)
31
+
32
+ // Parse the JSON string back to an object
33
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizCriteriaEstimatedQuestions
34
+ console.log(exampleParsed)
35
+ ```
36
+
37
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
38
+
39
+
@@ -0,0 +1,58 @@
1
+
2
+ # GetQuizCriteriaItem
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `externalId` | string
11
+ `topic` | string
12
+ `difficultyLevel` | string
13
+ `questionType` | string
14
+ `tags` | Array<string>
15
+ `course` | string
16
+ `minQuestions` | number
17
+ `maxQuestions` | number
18
+ `priority` | number
19
+ `matchingQuestionsCount` | number
20
+ `createdAt` | Date
21
+ `updatedAt` | Date
22
+
23
+ ## Example
24
+
25
+ ```typescript
26
+ import type { GetQuizCriteriaItem } from '@easyedu/js-lsm-api'
27
+
28
+ // TODO: Update the object below with actual values
29
+ const example = {
30
+ "id": null,
31
+ "externalId": null,
32
+ "topic": null,
33
+ "difficultyLevel": null,
34
+ "questionType": null,
35
+ "tags": null,
36
+ "course": null,
37
+ "minQuestions": null,
38
+ "maxQuestions": null,
39
+ "priority": null,
40
+ "matchingQuestionsCount": null,
41
+ "createdAt": null,
42
+ "updatedAt": null,
43
+ } satisfies GetQuizCriteriaItem
44
+
45
+ console.log(example)
46
+
47
+ // Convert the instance to a JSON string
48
+ const exampleJSON: string = JSON.stringify(example)
49
+ console.log(exampleJSON)
50
+
51
+ // Parse the JSON string back to an object
52
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizCriteriaItem
53
+ console.log(exampleParsed)
54
+ ```
55
+
56
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
57
+
58
+
@@ -0,0 +1,42 @@
1
+
2
+ # GetQuizCriteriaList
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `page` | number
10
+ `pageSize` | number
11
+ `totalPages` | number
12
+ `totalItems` | number
13
+ `items` | [Array<GetQuizCriteriaListItemsInner>](GetQuizCriteriaListItemsInner.md)
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { GetQuizCriteriaList } from '@easyedu/js-lsm-api'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "page": null,
23
+ "pageSize": null,
24
+ "totalPages": null,
25
+ "totalItems": null,
26
+ "items": null,
27
+ } satisfies GetQuizCriteriaList
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as GetQuizCriteriaList
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+