commons-assessment 12.0.19 → 12.0.21

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
@@ -139,6 +139,7 @@ export class Component {
139
139
  | `[assessmentId]` | `@Input` | `number` | Provide the ID of an existing assessment to edit or attach questions to. Default is 0. |
140
140
  | `[assessmentInstanceId]` | `@Input` | `number` | Current assessment instance identifier, if the assessment is already published. Default is 0. |
141
141
  | `[defaultAssessmentDTO]` | `@Input` | `Assessment` | The default contextual configuration object for creating new assessments. |
142
+ | `[predefinedAssessmentInstance]` | `@Input` | `AssessmentInstance` | The default contextual configuration object for creating new assessment instances. |
142
143
  | `[assessmentContext]` | `@Input` | `AssessmentContext` | (Optional) Pre-loaded assessment context data to bypass the initial data load API call. |
143
144
  | `(assessmentIdChange)` | `@Output` | `EventEmitter<number>` | Emits the new `assessmentId` when an assessment is successfully created. |
144
145
  | `(assessmentInstanceIdChange)` | `@Output` | `EventEmitter<number>` | Emits the new instance ID integer when an assessment is published. |