@easyedu/js-lsm-api 1.70.0 → 1.71.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @easyedu/js-lsm-api@1.70.0
1
+ # @easyedu/js-lsm-api@1.71.0
2
2
 
3
3
  A TypeScript SDK client for the sbzw93t49b.execute-api.us-east-2.amazonaws.com API.
4
4
 
@@ -529,7 +529,7 @@ and is automatically generated by the
529
529
  [OpenAPI Generator](https://openapi-generator.tech) project:
530
530
 
531
531
  - API version: `1.0.0`
532
- - Package version: `1.70.0`
532
+ - Package version: `1.71.0`
533
533
  - Generator version: `7.22.0`
534
534
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
535
535
 
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface GetCourseStudentReportingPerformance {
18
18
  /**
19
- * Average score percentage across all modules
19
+ * Average of scored quiz and SCORM content rollups in the course, using each content item's score rollup strategy. Null when no score is available.
20
20
  * @type {number}
21
21
  * @memberof GetCourseStudentReportingPerformance
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface GetCourseStudentReportingPerformance {
18
18
  /**
19
- * Average score percentage across all modules
19
+ * Average of scored quiz and SCORM content rollups in the course, using each content item's score rollup strategy. Null when no score is available.
20
20
  * @type {number}
21
21
  * @memberof GetCourseStudentReportingPerformance
22
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyedu/js-lsm-api",
3
- "version": "1.70.0",
3
+ "version": "1.71.0",
4
4
  "description": "OpenAPI client for @easyedu/js-lsm-api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -20,7 +20,7 @@ import { mapValues } from '../runtime';
20
20
  */
21
21
  export interface GetCourseStudentReportingPerformance {
22
22
  /**
23
- * Average score percentage across all modules
23
+ * Average of scored quiz and SCORM content rollups in the course, using each content item's score rollup strategy. Null when no score is available.
24
24
  * @type {number}
25
25
  * @memberof GetCourseStudentReportingPerformance
26
26
  */