Overview
Examination settings control the formal assessment mode of knowledge checks. These settings are found under theexamination object in KnowledgeCheckSettingsSchema and provide fine-grained control over exam behavior, timing, and access.
Enable/Disable Examinations
Defines whether users are able to start examination attempts for this check.Set to
false to disable the examination mode while keeping practice mode available.Time and Date Constraints
The start date/time when users can begin taking examinations.Accepts either a Reference:
Date object or ISO string format. Defaults to current date/time.KnowledgeCheckSettingsSchema.ts:39The end date/time after which users can no longer start examinations.When set to Reference:
null, no end date constraint is applied and the exam remains available indefinitely.KnowledgeCheckSettingsSchema.ts:47The maximum duration (in seconds) users have to complete their examination attempt.Constraints:Reference:
- Minimum: 60 seconds (1 minute)
- Maximum: 18,001 seconds (5 hours)
KnowledgeCheckSettingsSchema.ts:73Attempt Limits
The number of examination attempts users are allowed.Must be at least 1. Unlike practice mode, examination attempts are typically limited.Reference:
KnowledgeCheckSettingsSchema.ts:80Access Control
Specifies whether anonymous (non-authenticated) users can interact with this check.Set to Reference:
false to require authentication before users can take the examination.KnowledgeCheckSettingsSchema.ts:59