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