Overview
Knowledge check settings control the overall behavior and accessibility of your knowledge assessments. These settings are defined in theKnowledgeCheckSettingsSchema and apply to both practice and examination modes.
General Settings
Unique identifier for the knowledge check settings. Automatically generated as a UUID if not provided.
Defines whether this check is publicly accessible and discoverable by users.When set to
true, users can find and access this knowledge check without direct invitation.Question and Answer Ordering
These settings are configured under theexamination object but apply to both practice and examination modes.
Defines how questions are ordered during practice and exams.Options:
create-order- Questions appear in the order they were createdrandom- Questions are randomly shuffled for each attempt
Defines how answer options are ordered during practice and exams.Options:
create-order- Answers appear in the order they were createdrandom- Answers are randomly shuffled for each attempt
Navigation Settings
Specifies whether users can switch between questions freely or must answer them sequentially.When set to
false, users must answer questions in order and cannot skip ahead or return to previous questions.Schema Reference
The complete settings schema is defined in:~/workspace/source/src/schemas/KnowledgeCheckSettingsSchema.ts:7