Update a section's configuration and item references
Update a section including its title, presentation settings, and assessment item references. This operation updates the section structure and regenerates the parent assessment test’s XML.
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
Root assessment test identifier
Parent test part identifier
Section identifier
Body
The section to update
Core assessment section schema containing all essential section attributes
Unique identifier for the entity on the service provider.
Human-readable title of the entity on the service provider.
Determines whether the assessment section is visible to candidates during test delivery. Sections are visible by default unless explicitly hidden for specific assessment conditions.
If a child element is required it must appear (at least once) in the selection.
If a child element is fixed it must never be shuffled. When used in combination with a selection rule fixed elements do not have their position fixed until after selection has taken place.
Defines the sequential order of this item within its parent section. Must be a positive integer that determines presentation order to candidates.
Collection of assessment items that are referenced within this section.
Array of QTI 3.0 pre-conditions. Each pre-condition contains a logical expression that is evaluated before the element is presented. If any pre-condition evaluates to false, the element is skipped.
Array of QTI 3.0 branch rules. Each branch rule contains a logical expression that, when evaluated to true after the element is presented, causes the test to jump to the target identified by the rule.
Response
Section updated successfully
Complete assessment section data with all referenced items. Represents a section containing learning content within a test part.
Unique identifier for the entity on the service provider.
Human-readable title of the entity on the service provider.
Determines whether the assessment section is visible to candidates during test delivery. Sections are visible by default unless explicitly hidden for specific assessment conditions.
If a child element is required it must appear (at least once) in the selection.
If a child element is fixed it must never be shuffled. When used in combination with a selection rule fixed elements do not have their position fixed until after selection has taken place.
Defines the sequential order of this item within its parent section. Must be a positive integer that determines presentation order to candidates.
Collection of assessment items that are referenced within this section.
Array of QTI 3.0 pre-conditions. Each pre-condition contains a logical expression that is evaluated before the element is presented. If any pre-condition evaluates to false, the element is skipped.
Array of QTI 3.0 branch rules. Each branch rule contains a logical expression that, when evaluated to true after the element is presented, causes the test to jump to the target identified by the rule.