@brighterly/lib-core-types 0.21.0 → 0.22.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.
|
@@ -101,6 +101,7 @@ export interface ObservationRubric {
|
|
|
101
101
|
}
|
|
102
102
|
export interface Activity {
|
|
103
103
|
id: string;
|
|
104
|
+
name?: string;
|
|
104
105
|
content: ContentBlock[];
|
|
105
106
|
interaction?: Interaction;
|
|
106
107
|
idkEnabled?: boolean;
|
|
@@ -120,6 +121,7 @@ export interface Assessment {
|
|
|
120
121
|
id: string;
|
|
121
122
|
schemaVersion: number;
|
|
122
123
|
title: string;
|
|
124
|
+
description?: string;
|
|
123
125
|
disciplineCode: DisciplineCode;
|
|
124
126
|
grade: string;
|
|
125
127
|
screens: Screen[];
|