placementt-core 1.300.239 → 1.300.240
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/lib/typeDefinitions.d.ts
CHANGED
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -907,7 +907,7 @@ export type ArrowObject = {
|
|
|
907
907
|
screenX?: number,
|
|
908
908
|
}
|
|
909
909
|
|
|
910
|
-
export type
|
|
910
|
+
export type AggregatedFeedback = { // Has same ID as cohort or event.
|
|
911
911
|
students?: {
|
|
912
912
|
[key: string/** key is formID_fieldID */] : {[key: string]: string[]}|string[], /**key is: number for rating; string for dropdown value, number for number value, boolean for checkbox, dbstring for date; */
|
|
913
913
|
completed: string[],
|