Update assessment test metadata only
Update only the metadata fields (title, description, etc.) of an assessment test without affecting its structure, test parts, sections, or assessment items. This is a lightweight operation for administrative changes.
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The identifier of the assessment test to update
Body
The assessment test metadata to update
Update only the metadata fields of an assessment test without affecting its structure. This is a lightweight operation for administrative changes to title, description, and other metadata properties
Additional custom metadata for extending entity properties beyond standard specification for QTI entities.
Response
Assessment test metadata updated successfully
Complete assessment test data including all test parts, sections, items, and configuration settings
Unique identifier for the entity on the service provider.
Human-readable title of the entity on the service provider.
Version of the specification used for this assessment test
Array of outcome variable declarations for storing assessment results and computed values
Raw XML representation of the entity, automatically generated from the JSON or XML sent when creating entities on the service provider. The rawxml field will contain all content sent when creating the entity on the service provider. This field is stable and should be used when working within this QTI API.
Parsed XML content structure for the assessment test. For production use, rawXml is recommended over this parsed structure.
ISO 8601 timestamp when the entity was created
ISO 8601 timestamp when the entity was last updated
Time limit for the entire assessment test in seconds. When not specified, there is no time limit
Maximum number of attempts allowed for the assessment test. When not specified, unlimited attempts are allowed
Configuration of assessment tools available to candidates. Each tool is represented as a key-value pair where the key is the tool name and the value indicates if it's enabled
Additional custom metadata for extending entity properties beyond standard specification for QTI entities.
MongoDB version key for optimistic concurrency control