@easyedu/js-lsm-api 1.15.0 → 1.16.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 +29 -0
- package/README.md +2 -2
- package/dist/apis/ReportingApi.d.ts +120 -0
- package/dist/apis/ReportingApi.js +299 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/ReportingApi.d.ts +120 -0
- package/dist/esm/apis/ReportingApi.js +295 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/GetContentGradeDetail.d.ts +118 -0
- package/dist/esm/models/GetContentGradeDetail.js +104 -0
- package/dist/esm/models/GetContentGrades.d.ts +57 -0
- package/dist/esm/models/GetContentGrades.js +60 -0
- package/dist/esm/models/GetContentGradesItemsInner.d.ts +72 -0
- package/dist/esm/models/GetContentGradesItemsInner.js +73 -0
- package/dist/esm/models/GetContentGradesItemsInnerUser.d.ts +44 -0
- package/dist/esm/models/GetContentGradesItemsInnerUser.js +51 -0
- package/dist/esm/models/GetContentInstructorBasicReporting.d.ts +47 -0
- package/dist/esm/models/GetContentInstructorBasicReporting.js +54 -0
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.d.ts +59 -0
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.js +63 -0
- package/dist/esm/models/GetContentInstructorBasicReportingEngagement.d.ts +56 -0
- package/dist/esm/models/GetContentInstructorBasicReportingEngagement.js +59 -0
- package/dist/esm/models/GetContentInstructorBasicReportingPerformance.d.ts +38 -0
- package/dist/esm/models/GetContentInstructorBasicReportingPerformance.js +47 -0
- package/dist/esm/models/GetCourseStudentReporting.d.ts +47 -0
- package/dist/esm/models/GetCourseStudentReporting.js +54 -0
- package/dist/esm/models/GetCourseStudentReportingCourseInfo.d.ts +32 -0
- package/dist/esm/models/GetCourseStudentReportingCourseInfo.js +43 -0
- package/dist/esm/models/GetCourseStudentReportingEngagement.d.ts +38 -0
- package/dist/esm/models/GetCourseStudentReportingEngagement.js +47 -0
- package/dist/esm/models/GetCourseStudentReportingPerformance.d.ts +32 -0
- package/dist/esm/models/GetCourseStudentReportingPerformance.js +43 -0
- package/dist/esm/models/GetModuleInstructorBasicReporting.d.ts +47 -0
- package/dist/esm/models/GetModuleInstructorBasicReporting.js +54 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.d.ts +32 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.js +43 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +32 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.js +43 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.d.ts +32 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.js +43 -0
- package/dist/esm/models/GetModuleStudentReporting.d.ts +47 -0
- package/dist/esm/models/GetModuleStudentReporting.js +54 -0
- package/dist/esm/models/GetModuleStudentReportingAccess.d.ts +38 -0
- package/dist/esm/models/GetModuleStudentReportingAccess.js +47 -0
- package/dist/esm/models/GetModuleStudentReportingProgress.d.ts +38 -0
- package/dist/esm/models/GetModuleStudentReportingProgress.js +47 -0
- package/dist/esm/models/GetPortalBasicReporting.d.ts +40 -0
- package/dist/esm/models/GetPortalBasicReporting.js +49 -0
- package/dist/esm/models/GetPortalBasicReportingCertificates.d.ts +32 -0
- package/dist/esm/models/GetPortalBasicReportingCertificates.js +43 -0
- package/dist/esm/models/GetPortalBasicReportingPortalInfo.d.ts +44 -0
- package/dist/esm/models/GetPortalBasicReportingPortalInfo.js +51 -0
- package/dist/esm/models/ScormSessionData.d.ts +61 -0
- package/dist/esm/models/ScormSessionData.js +54 -0
- package/dist/esm/models/ScormSessionDataProgress.d.ts +38 -0
- package/dist/esm/models/ScormSessionDataProgress.js +43 -0
- package/dist/esm/models/ScormSessionDataScore.d.ts +50 -0
- package/dist/esm/models/ScormSessionDataScore.js +47 -0
- package/dist/esm/models/ScormSessionDataSession.d.ts +32 -0
- package/dist/esm/models/ScormSessionDataSession.js +41 -0
- package/dist/esm/models/ScormSessionDataStatus.d.ts +50 -0
- package/dist/esm/models/ScormSessionDataStatus.js +47 -0
- package/dist/esm/models/ScormSessionDataTime.d.ts +50 -0
- package/dist/esm/models/ScormSessionDataTime.js +47 -0
- package/dist/esm/models/index.d.ts +28 -0
- package/dist/esm/models/index.js +28 -0
- package/dist/models/GetContentGradeDetail.d.ts +118 -0
- package/dist/models/GetContentGradeDetail.js +112 -0
- package/dist/models/GetContentGrades.d.ts +57 -0
- package/dist/models/GetContentGrades.js +67 -0
- package/dist/models/GetContentGradesItemsInner.d.ts +72 -0
- package/dist/models/GetContentGradesItemsInner.js +81 -0
- package/dist/models/GetContentGradesItemsInnerUser.d.ts +44 -0
- package/dist/models/GetContentGradesItemsInnerUser.js +58 -0
- package/dist/models/GetContentInstructorBasicReporting.d.ts +47 -0
- package/dist/models/GetContentInstructorBasicReporting.js +61 -0
- package/dist/models/GetContentInstructorBasicReportingContentInfo.d.ts +59 -0
- package/dist/models/GetContentInstructorBasicReportingContentInfo.js +71 -0
- package/dist/models/GetContentInstructorBasicReportingEngagement.d.ts +56 -0
- package/dist/models/GetContentInstructorBasicReportingEngagement.js +66 -0
- package/dist/models/GetContentInstructorBasicReportingPerformance.d.ts +38 -0
- package/dist/models/GetContentInstructorBasicReportingPerformance.js +54 -0
- package/dist/models/GetCourseStudentReporting.d.ts +47 -0
- package/dist/models/GetCourseStudentReporting.js +61 -0
- package/dist/models/GetCourseStudentReportingCourseInfo.d.ts +32 -0
- package/dist/models/GetCourseStudentReportingCourseInfo.js +50 -0
- package/dist/models/GetCourseStudentReportingEngagement.d.ts +38 -0
- package/dist/models/GetCourseStudentReportingEngagement.js +54 -0
- package/dist/models/GetCourseStudentReportingPerformance.d.ts +32 -0
- package/dist/models/GetCourseStudentReportingPerformance.js +50 -0
- package/dist/models/GetModuleInstructorBasicReporting.d.ts +47 -0
- package/dist/models/GetModuleInstructorBasicReporting.js +61 -0
- package/dist/models/GetModuleInstructorBasicReportingEngagement.d.ts +32 -0
- package/dist/models/GetModuleInstructorBasicReportingEngagement.js +50 -0
- package/dist/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +32 -0
- package/dist/models/GetModuleInstructorBasicReportingModuleInfo.js +50 -0
- package/dist/models/GetModuleInstructorBasicReportingPerformance.d.ts +32 -0
- package/dist/models/GetModuleInstructorBasicReportingPerformance.js +50 -0
- package/dist/models/GetModuleStudentReporting.d.ts +47 -0
- package/dist/models/GetModuleStudentReporting.js +61 -0
- package/dist/models/GetModuleStudentReportingAccess.d.ts +38 -0
- package/dist/models/GetModuleStudentReportingAccess.js +54 -0
- package/dist/models/GetModuleStudentReportingProgress.d.ts +38 -0
- package/dist/models/GetModuleStudentReportingProgress.js +54 -0
- package/dist/models/GetPortalBasicReporting.d.ts +40 -0
- package/dist/models/GetPortalBasicReporting.js +56 -0
- package/dist/models/GetPortalBasicReportingCertificates.d.ts +32 -0
- package/dist/models/GetPortalBasicReportingCertificates.js +50 -0
- package/dist/models/GetPortalBasicReportingPortalInfo.d.ts +44 -0
- package/dist/models/GetPortalBasicReportingPortalInfo.js +58 -0
- package/dist/models/ScormSessionData.d.ts +61 -0
- package/dist/models/ScormSessionData.js +61 -0
- package/dist/models/ScormSessionDataProgress.d.ts +38 -0
- package/dist/models/ScormSessionDataProgress.js +50 -0
- package/dist/models/ScormSessionDataScore.d.ts +50 -0
- package/dist/models/ScormSessionDataScore.js +54 -0
- package/dist/models/ScormSessionDataSession.d.ts +32 -0
- package/dist/models/ScormSessionDataSession.js +48 -0
- package/dist/models/ScormSessionDataStatus.d.ts +50 -0
- package/dist/models/ScormSessionDataStatus.js +54 -0
- package/dist/models/ScormSessionDataTime.d.ts +50 -0
- package/dist/models/ScormSessionDataTime.js +54 -0
- package/dist/models/index.d.ts +28 -0
- package/dist/models/index.js +28 -0
- package/package.json +1 -1
- package/src/apis/ReportingApi.ts +450 -0
- package/src/apis/index.ts +1 -0
- package/src/models/GetContentGradeDetail.ts +191 -0
- package/src/models/GetContentGrades.ts +110 -0
- package/src/models/GetContentGradesItemsInner.ts +125 -0
- package/src/models/GetContentGradesItemsInnerUser.ts +84 -0
- package/src/models/GetContentInstructorBasicReporting.ts +106 -0
- package/src/models/GetContentInstructorBasicReportingContentInfo.ts +101 -0
- package/src/models/GetContentInstructorBasicReportingEngagement.ts +102 -0
- package/src/models/GetContentInstructorBasicReportingPerformance.ts +75 -0
- package/src/models/GetCourseStudentReporting.ts +106 -0
- package/src/models/GetCourseStudentReportingCourseInfo.ts +66 -0
- package/src/models/GetCourseStudentReportingEngagement.ts +75 -0
- package/src/models/GetCourseStudentReportingPerformance.ts +66 -0
- package/src/models/GetModuleInstructorBasicReporting.ts +106 -0
- package/src/models/GetModuleInstructorBasicReportingEngagement.ts +66 -0
- package/src/models/GetModuleInstructorBasicReportingModuleInfo.ts +66 -0
- package/src/models/GetModuleInstructorBasicReportingPerformance.ts +66 -0
- package/src/models/GetModuleStudentReporting.ts +106 -0
- package/src/models/GetModuleStudentReportingAccess.ts +75 -0
- package/src/models/GetModuleStudentReportingProgress.ts +75 -0
- package/src/models/GetPortalBasicReporting.ts +90 -0
- package/src/models/GetPortalBasicReportingCertificates.ts +66 -0
- package/src/models/GetPortalBasicReportingPortalInfo.ts +84 -0
- package/src/models/ScormSessionData.ts +133 -0
- package/src/models/ScormSessionDataProgress.ts +73 -0
- package/src/models/ScormSessionDataScore.ts +89 -0
- package/src/models/ScormSessionDataSession.ts +65 -0
- package/src/models/ScormSessionDataStatus.ts +89 -0
- package/src/models/ScormSessionDataTime.ts +89 -0
- package/src/models/index.ts +28 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { GetCourseStudentReportingEngagement } from './GetCourseStudentReportingEngagement';
|
|
13
|
+
import type { GetCourseStudentReportingCourseInfo } from './GetCourseStudentReportingCourseInfo';
|
|
14
|
+
import type { GetCourseStudentReportingPerformance } from './GetCourseStudentReportingPerformance';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GetCourseStudentReporting
|
|
19
|
+
*/
|
|
20
|
+
export interface GetCourseStudentReporting {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {GetCourseStudentReportingCourseInfo}
|
|
24
|
+
* @memberof GetCourseStudentReporting
|
|
25
|
+
*/
|
|
26
|
+
courseInfo: GetCourseStudentReportingCourseInfo;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {GetCourseStudentReportingEngagement}
|
|
30
|
+
* @memberof GetCourseStudentReporting
|
|
31
|
+
*/
|
|
32
|
+
engagement: GetCourseStudentReportingEngagement;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {GetCourseStudentReportingPerformance}
|
|
36
|
+
* @memberof GetCourseStudentReporting
|
|
37
|
+
*/
|
|
38
|
+
performance: GetCourseStudentReportingPerformance;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the GetCourseStudentReporting interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfGetCourseStudentReporting(value: object): value is GetCourseStudentReporting;
|
|
44
|
+
export declare function GetCourseStudentReportingFromJSON(json: any): GetCourseStudentReporting;
|
|
45
|
+
export declare function GetCourseStudentReportingFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCourseStudentReporting;
|
|
46
|
+
export declare function GetCourseStudentReportingToJSON(json: any): GetCourseStudentReporting;
|
|
47
|
+
export declare function GetCourseStudentReportingToJSONTyped(value?: GetCourseStudentReporting | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { GetCourseStudentReportingEngagementFromJSON, GetCourseStudentReportingEngagementToJSON, } from './GetCourseStudentReportingEngagement';
|
|
15
|
+
import { GetCourseStudentReportingCourseInfoFromJSON, GetCourseStudentReportingCourseInfoToJSON, } from './GetCourseStudentReportingCourseInfo';
|
|
16
|
+
import { GetCourseStudentReportingPerformanceFromJSON, GetCourseStudentReportingPerformanceToJSON, } from './GetCourseStudentReportingPerformance';
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the GetCourseStudentReporting interface.
|
|
19
|
+
*/
|
|
20
|
+
export function instanceOfGetCourseStudentReporting(value) {
|
|
21
|
+
if (!('courseInfo' in value) || value['courseInfo'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('engagement' in value) || value['engagement'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('performance' in value) || value['performance'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
export function GetCourseStudentReportingFromJSON(json) {
|
|
30
|
+
return GetCourseStudentReportingFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
export function GetCourseStudentReportingFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'courseInfo': GetCourseStudentReportingCourseInfoFromJSON(json['course_info']),
|
|
38
|
+
'engagement': GetCourseStudentReportingEngagementFromJSON(json['engagement']),
|
|
39
|
+
'performance': GetCourseStudentReportingPerformanceFromJSON(json['performance']),
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function GetCourseStudentReportingToJSON(json) {
|
|
43
|
+
return GetCourseStudentReportingToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function GetCourseStudentReportingToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'course_info': GetCourseStudentReportingCourseInfoToJSON(value['courseInfo']),
|
|
51
|
+
'engagement': GetCourseStudentReportingEngagementToJSON(value['engagement']),
|
|
52
|
+
'performance': GetCourseStudentReportingPerformanceToJSON(value['performance']),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetCourseStudentReportingCourseInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCourseStudentReportingCourseInfo {
|
|
18
|
+
/**
|
|
19
|
+
* Total number of modules in the course
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetCourseStudentReportingCourseInfo
|
|
22
|
+
*/
|
|
23
|
+
moduleCount: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the GetCourseStudentReportingCourseInfo interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfGetCourseStudentReportingCourseInfo(value: object): value is GetCourseStudentReportingCourseInfo;
|
|
29
|
+
export declare function GetCourseStudentReportingCourseInfoFromJSON(json: any): GetCourseStudentReportingCourseInfo;
|
|
30
|
+
export declare function GetCourseStudentReportingCourseInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCourseStudentReportingCourseInfo;
|
|
31
|
+
export declare function GetCourseStudentReportingCourseInfoToJSON(json: any): GetCourseStudentReportingCourseInfo;
|
|
32
|
+
export declare function GetCourseStudentReportingCourseInfoToJSONTyped(value?: GetCourseStudentReportingCourseInfo | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the GetCourseStudentReportingCourseInfo interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetCourseStudentReportingCourseInfo(value) {
|
|
18
|
+
if (!('moduleCount' in value) || value['moduleCount'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function GetCourseStudentReportingCourseInfoFromJSON(json) {
|
|
23
|
+
return GetCourseStudentReportingCourseInfoFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function GetCourseStudentReportingCourseInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'moduleCount': json['module_count'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function GetCourseStudentReportingCourseInfoToJSON(json) {
|
|
34
|
+
return GetCourseStudentReportingCourseInfoToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function GetCourseStudentReportingCourseInfoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'module_count': value['moduleCount'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetCourseStudentReportingEngagement
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCourseStudentReportingEngagement {
|
|
18
|
+
/**
|
|
19
|
+
* Average time spent on the course in hours
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetCourseStudentReportingEngagement
|
|
22
|
+
*/
|
|
23
|
+
avgTimeSpentHours: number | null;
|
|
24
|
+
/**
|
|
25
|
+
* Number of modules completed by the student
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof GetCourseStudentReportingEngagement
|
|
28
|
+
*/
|
|
29
|
+
modulesCompletedCount: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the GetCourseStudentReportingEngagement interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfGetCourseStudentReportingEngagement(value: object): value is GetCourseStudentReportingEngagement;
|
|
35
|
+
export declare function GetCourseStudentReportingEngagementFromJSON(json: any): GetCourseStudentReportingEngagement;
|
|
36
|
+
export declare function GetCourseStudentReportingEngagementFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCourseStudentReportingEngagement;
|
|
37
|
+
export declare function GetCourseStudentReportingEngagementToJSON(json: any): GetCourseStudentReportingEngagement;
|
|
38
|
+
export declare function GetCourseStudentReportingEngagementToJSONTyped(value?: GetCourseStudentReportingEngagement | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the GetCourseStudentReportingEngagement interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetCourseStudentReportingEngagement(value) {
|
|
18
|
+
if (!('avgTimeSpentHours' in value) || value['avgTimeSpentHours'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('modulesCompletedCount' in value) || value['modulesCompletedCount'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function GetCourseStudentReportingEngagementFromJSON(json) {
|
|
25
|
+
return GetCourseStudentReportingEngagementFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function GetCourseStudentReportingEngagementFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'avgTimeSpentHours': json['avg_time_spent_hours'],
|
|
33
|
+
'modulesCompletedCount': json['modules_completed_count'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function GetCourseStudentReportingEngagementToJSON(json) {
|
|
37
|
+
return GetCourseStudentReportingEngagementToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function GetCourseStudentReportingEngagementToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'avg_time_spent_hours': value['avgTimeSpentHours'],
|
|
45
|
+
'modules_completed_count': value['modulesCompletedCount'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetCourseStudentReportingPerformance
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCourseStudentReportingPerformance {
|
|
18
|
+
/**
|
|
19
|
+
* Average score percentage across all modules
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetCourseStudentReportingPerformance
|
|
22
|
+
*/
|
|
23
|
+
avgScorePercentage: number | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the GetCourseStudentReportingPerformance interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfGetCourseStudentReportingPerformance(value: object): value is GetCourseStudentReportingPerformance;
|
|
29
|
+
export declare function GetCourseStudentReportingPerformanceFromJSON(json: any): GetCourseStudentReportingPerformance;
|
|
30
|
+
export declare function GetCourseStudentReportingPerformanceFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCourseStudentReportingPerformance;
|
|
31
|
+
export declare function GetCourseStudentReportingPerformanceToJSON(json: any): GetCourseStudentReportingPerformance;
|
|
32
|
+
export declare function GetCourseStudentReportingPerformanceToJSONTyped(value?: GetCourseStudentReportingPerformance | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the GetCourseStudentReportingPerformance interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetCourseStudentReportingPerformance(value) {
|
|
18
|
+
if (!('avgScorePercentage' in value) || value['avgScorePercentage'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function GetCourseStudentReportingPerformanceFromJSON(json) {
|
|
23
|
+
return GetCourseStudentReportingPerformanceFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function GetCourseStudentReportingPerformanceFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'avgScorePercentage': json['avg_score_percentage'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function GetCourseStudentReportingPerformanceToJSON(json) {
|
|
34
|
+
return GetCourseStudentReportingPerformanceToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function GetCourseStudentReportingPerformanceToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'avg_score_percentage': value['avgScorePercentage'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { GetModuleInstructorBasicReportingEngagement } from './GetModuleInstructorBasicReportingEngagement';
|
|
13
|
+
import type { GetModuleInstructorBasicReportingModuleInfo } from './GetModuleInstructorBasicReportingModuleInfo';
|
|
14
|
+
import type { GetModuleInstructorBasicReportingPerformance } from './GetModuleInstructorBasicReportingPerformance';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GetModuleInstructorBasicReporting
|
|
19
|
+
*/
|
|
20
|
+
export interface GetModuleInstructorBasicReporting {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {GetModuleInstructorBasicReportingModuleInfo}
|
|
24
|
+
* @memberof GetModuleInstructorBasicReporting
|
|
25
|
+
*/
|
|
26
|
+
moduleInfo: GetModuleInstructorBasicReportingModuleInfo;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {GetModuleInstructorBasicReportingEngagement}
|
|
30
|
+
* @memberof GetModuleInstructorBasicReporting
|
|
31
|
+
*/
|
|
32
|
+
engagement: GetModuleInstructorBasicReportingEngagement;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {GetModuleInstructorBasicReportingPerformance}
|
|
36
|
+
* @memberof GetModuleInstructorBasicReporting
|
|
37
|
+
*/
|
|
38
|
+
performance: GetModuleInstructorBasicReportingPerformance;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the GetModuleInstructorBasicReporting interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfGetModuleInstructorBasicReporting(value: object): value is GetModuleInstructorBasicReporting;
|
|
44
|
+
export declare function GetModuleInstructorBasicReportingFromJSON(json: any): GetModuleInstructorBasicReporting;
|
|
45
|
+
export declare function GetModuleInstructorBasicReportingFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReporting;
|
|
46
|
+
export declare function GetModuleInstructorBasicReportingToJSON(json: any): GetModuleInstructorBasicReporting;
|
|
47
|
+
export declare function GetModuleInstructorBasicReportingToJSONTyped(value?: GetModuleInstructorBasicReporting | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { GetModuleInstructorBasicReportingEngagementFromJSON, GetModuleInstructorBasicReportingEngagementToJSON, } from './GetModuleInstructorBasicReportingEngagement';
|
|
15
|
+
import { GetModuleInstructorBasicReportingModuleInfoFromJSON, GetModuleInstructorBasicReportingModuleInfoToJSON, } from './GetModuleInstructorBasicReportingModuleInfo';
|
|
16
|
+
import { GetModuleInstructorBasicReportingPerformanceFromJSON, GetModuleInstructorBasicReportingPerformanceToJSON, } from './GetModuleInstructorBasicReportingPerformance';
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the GetModuleInstructorBasicReporting interface.
|
|
19
|
+
*/
|
|
20
|
+
export function instanceOfGetModuleInstructorBasicReporting(value) {
|
|
21
|
+
if (!('moduleInfo' in value) || value['moduleInfo'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('engagement' in value) || value['engagement'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('performance' in value) || value['performance'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
export function GetModuleInstructorBasicReportingFromJSON(json) {
|
|
30
|
+
return GetModuleInstructorBasicReportingFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
export function GetModuleInstructorBasicReportingFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'moduleInfo': GetModuleInstructorBasicReportingModuleInfoFromJSON(json['module_info']),
|
|
38
|
+
'engagement': GetModuleInstructorBasicReportingEngagementFromJSON(json['engagement']),
|
|
39
|
+
'performance': GetModuleInstructorBasicReportingPerformanceFromJSON(json['performance']),
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function GetModuleInstructorBasicReportingToJSON(json) {
|
|
43
|
+
return GetModuleInstructorBasicReportingToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function GetModuleInstructorBasicReportingToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'module_info': GetModuleInstructorBasicReportingModuleInfoToJSON(value['moduleInfo']),
|
|
51
|
+
'engagement': GetModuleInstructorBasicReportingEngagementToJSON(value['engagement']),
|
|
52
|
+
'performance': GetModuleInstructorBasicReportingPerformanceToJSON(value['performance']),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetModuleInstructorBasicReportingEngagement
|
|
16
|
+
*/
|
|
17
|
+
export interface GetModuleInstructorBasicReportingEngagement {
|
|
18
|
+
/**
|
|
19
|
+
* Average time spent by students on this module in hours
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetModuleInstructorBasicReportingEngagement
|
|
22
|
+
*/
|
|
23
|
+
avgTimeSpentHours: number | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the GetModuleInstructorBasicReportingEngagement interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfGetModuleInstructorBasicReportingEngagement(value: object): value is GetModuleInstructorBasicReportingEngagement;
|
|
29
|
+
export declare function GetModuleInstructorBasicReportingEngagementFromJSON(json: any): GetModuleInstructorBasicReportingEngagement;
|
|
30
|
+
export declare function GetModuleInstructorBasicReportingEngagementFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReportingEngagement;
|
|
31
|
+
export declare function GetModuleInstructorBasicReportingEngagementToJSON(json: any): GetModuleInstructorBasicReportingEngagement;
|
|
32
|
+
export declare function GetModuleInstructorBasicReportingEngagementToJSONTyped(value?: GetModuleInstructorBasicReportingEngagement | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the GetModuleInstructorBasicReportingEngagement interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetModuleInstructorBasicReportingEngagement(value) {
|
|
18
|
+
if (!('avgTimeSpentHours' in value) || value['avgTimeSpentHours'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function GetModuleInstructorBasicReportingEngagementFromJSON(json) {
|
|
23
|
+
return GetModuleInstructorBasicReportingEngagementFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function GetModuleInstructorBasicReportingEngagementFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'avgTimeSpentHours': json['avg_time_spent_hours'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function GetModuleInstructorBasicReportingEngagementToJSON(json) {
|
|
34
|
+
return GetModuleInstructorBasicReportingEngagementToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function GetModuleInstructorBasicReportingEngagementToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'avg_time_spent_hours': value['avgTimeSpentHours'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetModuleInstructorBasicReportingModuleInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface GetModuleInstructorBasicReportingModuleInfo {
|
|
18
|
+
/**
|
|
19
|
+
* Total number of content items in the module
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetModuleInstructorBasicReportingModuleInfo
|
|
22
|
+
*/
|
|
23
|
+
contentCount: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the GetModuleInstructorBasicReportingModuleInfo interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfGetModuleInstructorBasicReportingModuleInfo(value: object): value is GetModuleInstructorBasicReportingModuleInfo;
|
|
29
|
+
export declare function GetModuleInstructorBasicReportingModuleInfoFromJSON(json: any): GetModuleInstructorBasicReportingModuleInfo;
|
|
30
|
+
export declare function GetModuleInstructorBasicReportingModuleInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReportingModuleInfo;
|
|
31
|
+
export declare function GetModuleInstructorBasicReportingModuleInfoToJSON(json: any): GetModuleInstructorBasicReportingModuleInfo;
|
|
32
|
+
export declare function GetModuleInstructorBasicReportingModuleInfoToJSONTyped(value?: GetModuleInstructorBasicReportingModuleInfo | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the GetModuleInstructorBasicReportingModuleInfo interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetModuleInstructorBasicReportingModuleInfo(value) {
|
|
18
|
+
if (!('contentCount' in value) || value['contentCount'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function GetModuleInstructorBasicReportingModuleInfoFromJSON(json) {
|
|
23
|
+
return GetModuleInstructorBasicReportingModuleInfoFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function GetModuleInstructorBasicReportingModuleInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'contentCount': json['content_count'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function GetModuleInstructorBasicReportingModuleInfoToJSON(json) {
|
|
34
|
+
return GetModuleInstructorBasicReportingModuleInfoToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function GetModuleInstructorBasicReportingModuleInfoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'content_count': value['contentCount'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetModuleInstructorBasicReportingPerformance
|
|
16
|
+
*/
|
|
17
|
+
export interface GetModuleInstructorBasicReportingPerformance {
|
|
18
|
+
/**
|
|
19
|
+
* Average score percentage across all students
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetModuleInstructorBasicReportingPerformance
|
|
22
|
+
*/
|
|
23
|
+
avgScorePercentage: number | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the GetModuleInstructorBasicReportingPerformance interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfGetModuleInstructorBasicReportingPerformance(value: object): value is GetModuleInstructorBasicReportingPerformance;
|
|
29
|
+
export declare function GetModuleInstructorBasicReportingPerformanceFromJSON(json: any): GetModuleInstructorBasicReportingPerformance;
|
|
30
|
+
export declare function GetModuleInstructorBasicReportingPerformanceFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReportingPerformance;
|
|
31
|
+
export declare function GetModuleInstructorBasicReportingPerformanceToJSON(json: any): GetModuleInstructorBasicReportingPerformance;
|
|
32
|
+
export declare function GetModuleInstructorBasicReportingPerformanceToJSONTyped(value?: GetModuleInstructorBasicReportingPerformance | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the GetModuleInstructorBasicReportingPerformance interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetModuleInstructorBasicReportingPerformance(value) {
|
|
18
|
+
if (!('avgScorePercentage' in value) || value['avgScorePercentage'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function GetModuleInstructorBasicReportingPerformanceFromJSON(json) {
|
|
23
|
+
return GetModuleInstructorBasicReportingPerformanceFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function GetModuleInstructorBasicReportingPerformanceFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'avgScorePercentage': json['avg_score_percentage'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function GetModuleInstructorBasicReportingPerformanceToJSON(json) {
|
|
34
|
+
return GetModuleInstructorBasicReportingPerformanceToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function GetModuleInstructorBasicReportingPerformanceToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'avg_score_percentage': value['avgScorePercentage'],
|
|
42
|
+
};
|
|
43
|
+
}
|