Our rolling release. This release contains in-development new features released since the most recent Long Term Support.
This should only be used for in-development systems targeting a production release using the next Long Term Support release (see our Learnosity Help article for further details) or for testing upcoming features while in-development.
15th July 2026
Features
- Added Try again support for the
clozetextQuestion type when using dynamic content, so that learners are able to attempt multiple iterations of the same Question. (Questions API) - Added PUT sessions/{session_id}/adjustments endpoint to update adjustment points for sessions and responses. (Data API)
- Added GET sessions/responses/scores/grading and PUT sessions/responses/scores/grading endpoints to support the programmatic retrieval and management of manual grading scores with
grader_idassociations. (Data API) - Added a blocking modal that prevented users from navigating, saving, or submitting an Activity when a Question within an Item contained an invalid response. (Assess API)
- Added helper text for Feedback Aide scoring options. (Question Editor API)
- Added screen reader support for rich content in drag-and-drop responses for the
orderlistQuestion type, enabling math, images, and tables to be announced as accessible spoken text. (Questions API) - Added support for the dynamic content try again feature in the
customQuestion type, allowing learners to attempt the same Question multiple times with different dynamic content variable values. (Questions API) - Added the
isSimplified,isExpanded, andisFactoredscoring methods to theclozeformulaV2,imageclozeformulaV2, andmultistepmathQuestion types. (Question Editor API) - Added the new
adjustment_pointsandscore_after_adjustmentfields to session and response data returned by POST sessions/responses and POST sessions/responses/score. (Data API) - Improvement: internal update for library package compatibility. (Author API)
Bug fixes
- Fixed a bug in Activity list search where the description field did not support wildcard searches. (Author API)
- Fixed a bug that caused the
audioQuestion type to become stuck in a continuous loading state. (Questions API) - Fixed a bug where
snap_todecimal values entered without a leading zero were not applied correctly in thegraphplottingQuestion type. (Questions API) - Fixed a bug where Activity point overrides were incorrectly applied to session scores for in-progress sessions when validation was stripped. (Items API)
- Fixed a bug where LaTeX content could sometimes trigger horizontal scrollbars unnecessarily. (Questions API)
- Fixed a bug where cloze response spans in review mode included a redundant
aria-labelattribute that duplicated the accessible label. (Questions API) - Fixed a bug where fractional point labels on the
numberlineplotQuestion type could be clipped, hiding the denominator. (Questions API) - Fixed a bug where horizontal scrollbars could appear over math content in table cells of the
classificationQuestion type, obscuring the content. (Questions API) - Fixed a bug where nonnumeric characters entered in image width and height dimension override fields could result in invalid
NaNvalues being applied, preventing reliably updating image dimensions. (Author API) - Fixed a bug where responses in the
longtextV2Question type that used code editor formatting were rendered as plain text in reports when more than one code editor appeared on the same report. (Questions API) - Fixed a bug where the
organisation_idin the xAPI progressed payload was incorrectly returned as a string instead of an integer for adaptive Assessments. (Items API) - Fixed a bug where the
src_langattribute was required on thevideoplayerFeature type for captions in right-to-left languages to work correctly. (Questions API) - Fixed a bug where the Save button for an Item was not enabled immediately after a Question was edited. (Author API)
- Fixed a bug where the Save button for an Item was not enabled immediately after a Question was edited. (Question Editor API)
- Fixed a bug where the Show hints modal and math input modal were not removed when calling the
destroy()method. (Author API) - Fixed a bug where the highlight mode button label was missing when the right menu was expanded. (Assess API)
- Fixed a bug where the italic button in the stimulus editor for the
longtextV2Question type could inconsistently apply italic or emphasis formatting. (Question Editor API) - Fixed a bug where the preview panel was not updated after a Simple Feature was inserted into the stimulus. (Question Editor API)
- Fixed a bug where tick labels on number line Questions did not dim on hover. (Questions API)
- Fixed a bug where unattempted
imageclozeformulaQuestion type displayed a redundant inner border in review and reporting modes. (Items API) - Fixed a bug whereby clicking a symbol group tab in the math keypad moved keyboard focus away from the response input area, preventing subsequent physical keyboard input from being entered into the math field. (Questions API)
- Fixed a bug whereby the math keypad did not switch to the mobile-optimized layout when the viewport width was reduced below the small breakpoint, causing some keypad symbols to become inaccessible. (Questions API)
- Fixed a bug whereby the math keypad displayed no content when switching focus between response boxes of Questions with different keypad group configurations. (Questions API)
- Fixed a bug whereby the math keypad in
"block-on-focus-keyboard"mode disappeared when switching focus between multiple formula inputs within theclozeformulaQuestion type. (Questions API) - Fixed a bug whereby the math keypad's custom
numberPadlayout did not honor author configured empty spacer positions, causing buttons to fill contiguously instead of respecting the intended grid arrangement. (Questions API)
Polish
- Improvement: internal update for library package compatibility. (Annotations API)
- Improvement: internal update for library package compatibility. (Events API)
- Improvement: internal update for library package compatibility. (Items API)
- Improvement: internal update for library package compatibility. (Reports API)
- Improvement: refined rich content resolution for screen reader announcements in the
association,clozeassociation, andimageclozeassociationV2Question types. (Questions API) - Improvement: refined screen reader announcements to help learners review answers in the
orderlistQuestion type. (Questions API) - Unreleased internal version. (Reports API)
1st July 2026
Features
- Added screen reader announcements for keyboard drag-and-drop interactions in the
orderlistQuestion type, enabling learners to select, move, and drop responses without visual or mouse input. (Questions API) - Added screen reader support for rich content in drag-and-drop responses for the
classificationQuestion type, enabling math, images, and tables to be announced as accessible spoken text. (Questions API) - Added support for dynamic content in the
clozedropdownQuestion type. (Author API) - Added support for dynamic content in the
clozedropdownQuestion type. (Question Editor API) - Added support for dynamic content in the
clozedropdownQuestion type. (Questions API) - Added support for rubrics to be added to Questions without enabling Feedback Aide. (Author API)
- Added support for rubrics to be added to Questions without enabling Feedback Aide. (Question Editor API)
- Added support for the
classification,clozeassociation,clozedropdown,imageclozeassociationV2, andmultistepmathQuestion types in the SET sessions/template endpoint. These can now be included and scored in paper-based assessments and other offline tests. (Data API) - Added support for uploading assets to Secure Media Vault via Data API. (Data API)
- Added the
attachResourceItems({ el })method for resource items configured withnavigation.resource_itemsinitialization option, enabling consumers to render resource item content in their own DOM element without relying on the default Resources button UI. (Assess API) - Added the ability to configure asset upload regionalization settings through datasources. (Data API)
Bug fixes
- Fixed a bug in Activity list search where the description field did not support wildcard searches. (Author API)
- Fixed a bug in the
audioQuestion type where the progress bar failed to stop after playback had finished. (Questions API) - Fixed a bug where testlet adaptive sessions threw the
50006error when transitioning between testlets or upon termination. (Items API) - Fixed a bug where changing an image in image-based Question types did not create a revision, preventing the change from being undone. (Question Editor API)
- Fixed a bug where content containing simple Feature audio players with a
data-playervalue ofblockcould not be edited correctly in the Question editor view. (Question Editor API) - Fixed a bug where punctuation symbols in right-to-left languages, such as Arabic, appeared on the wrong side in video player captions. (Questions API)
- Fixed a bug where the response masking option remained enabled in full-screen mode when navigating to a Question that did not support the option. (Assess API)
- Fixed a bug where the Label field for Random Items by Tag was incorrectly validated as required. (Author API)
- Fixed a bug where the Label field for Random Items by Tag was incorrectly validated as required. (Data API)
- Fixed a bug where the Review button allowed navigation when required responses had not been answered. (Assess API)
- Fixed a bug where the highlight mode button label was missing when the right menu was expanded. (Assess API)
- Fixed a bug where the reference tooltip was not displayed correctly in the Activity list view. (Author API)
- Fixed a bug where the save modal title displayed incorrect information when saving an Activity containing an unsaveable Question. (Assess API)
- Fixed a bug whereby clicking a symbol group tab in the math keypad moved keyboard focus away from the response input area, preventing subsequent physical keyboard input from being entered into the math field. (Questions API)
- Fixed a bug whereby points plotted via keyboard controls in the
graphplottingQuestion type appeared offset from the keyboard cursor, sometimes snapping to an incorrect grid position. (Questions API) - Fixed a bug whereby the math keypad did not switch to the mobile-optimized layout when the viewport width was reduced below the small breakpoint, causing some keypad symbols to become inaccessible. (Questions API)
- Fixed a bug whereby the math keypad displayed no content when switching focus between response boxes of Questions with different keypad group configurations. (Questions API)
- Fixed a bug whereby the math keypad in
"block-on-focus-keyboard"mode disappeared when switching focus between multiple formula inputs within theclozeformulaQuestion type. (Questions API) - Fixed a bug whereby the math keypad's custom
numberPadlayout did not honor author configured empty spacer positions, causing buttons to fill contiguously instead of respecting the intended grid arrangement. (Questions API)
Polish
- Improvement: internal changes to support future capabilities. (Questions API)
- Improvement: refined screen reader announcements to help learners when reviewing answers in the
classificationQuestion type. (Questions API) - Improvement: updated internal libraries to maintain security, stability, and performance. (Annotations API)
- Improvement: updated internal libraries to maintain security, stability, and performance. (Reports API)
- Improvement: updated the Item bank flag indicator tooltip design across Activity editor view and reporting scoring group Items. (Author API)
17th June 2026
Features
- Added
organisation_idto theprogressedevent payload to ensure that Item previews resolved correctly for educators. (Assess API) - Added a new method,
refreshActivityEditItems(), to refresh the Item list in the Activity editor. (Author API) - Added screen reader announcements for keyboard drag-and-drop interactions in the
classificationQuestion type, enabling learners to locate response options, select drop targets, and confirm actions without visual or mouse input. (Questions API) - Added support for fetching media vault assets with access tokens through Item bank endpoints. (Data API)
- Added the ability to configure asset upload regionalization settings through datasources. (Author API)
- Added the ability to configure asset upload regionalization settings through datasources. (Data API)
Bug fixes
- Fixed a bug in the
audioQuestion type where the progress bar failed to stop after playback had finished. (Questions API) - Fixed a bug in the
graphplottingQuestion type where deleting a polygon and then switching back to the polygon tool left the polygon border lines visible as a shadow on the graph. (Questions API) - Fixed a bug that caused the focus state to be misaligned on the information icon in Activity and Item List search filters. (Author API)
- Fixed a bug where
setAccessibility()method threw an error whennullwas passed as the accessibility options parameter. (Assess API) - Fixed a bug where Testlet adaptive sessions threw the
50006error when transitioning between testlets or upon termination. (Items API) - Fixed a bug where a backslash or single quote in labels within the
graphplottingQuestion type caused a JessieCode parsing error that prevented the Question from rendering when resumed. (Questions API) - Fixed a bug where content containing simple Feature audio players with a
data-playervalue ofblockcould not be edited correctly in the Question editor view. (Question Editor API) - Fixed a bug where formula keypad button hints, including symbol names and keyboard shortcuts, were not displayed when the keypad was opened from the formula editor toolbar in the
formulaessayV2,longtextV2, andchemistryessayV2Question types. (Questions API) - Fixed a bug where math keypad buttons intermittently rendered with a nonwhite background on page load. (Questions API)
- Fixed a bug where punctuation symbols in right-to-left languages, such as Arabic, appeared on the wrong side in video player captions. (Questions API)
- Fixed a bug where responses in the
clozeformulaandclozeformulaV2Question types were not fully cleared by theresetResponse()method and could be silently repopulated after a partial reattempt. (Questions API) - Fixed a bug where suggested answer boxes in the
numberlineQuestion type overlapped tick labels when previewing the correct answer. (Questions API) - Fixed a bug where the response masking option remained enabled in full-screen mode when navigating to a Question that did not support the option. (Assess API)
- Fixed a bug where the
clozeformulaQuestion type included a non-standard ARIA attribute that caused accessibility validation errors. (Questions API) - Fixed a bug where the Item picker in the scoring group showed selected Items incorrectly and inconsistently after Activity Items were modified in the JSON source editor. (Author API)
- Fixed a bug where the Review button allowed navigation when required responses had not been answered. (Assess API)
- Fixed a bug where the audio icon was duplicated in the playback interface of the
videoQuestion type. (Questions API) - Fixed a bug where the new math keypad did not appear in assessment full-screen mode. (Questions API)
- Fixed a bug where the save modal title displayed incorrect information when saving an Activity containing an unsaveable Question. (Assess API)
- Fixed a bug where unit numbers on the protractor and ruler were not visible when the browser was in dark mode. (Questions API)
- Fixed a bug where using the
ignore_question_attributesinitialization option with themetadatavalue incorrectly stripped the entire metadata object instead of only authored Question metadata. (Items API)
Polish
- Improvement: internal changes to support future capabilities. (Items API)
- Improvement: updated image tiles to align with the new math keypad design. (Author API)
- Improvement: updated image tiles to align with the new math keypad design. (Question Editor API)
- Improvement: updated the Activity and Item toolbar buttons in edit and preview mode to use LDS button components. (Author API)
3rd June 2026
Features
- Added support for multiple Item banks in random Activities. (Author API)
- Added support for the
imageclozeformulaV2andclozeformulaV2Question types in the SET sessions/template endpoint. These can now be included and scored in paper-based assessments and other offline tests. (Data API) - Added the ability to configure asset upload regionalization settings through datasources. (Author API)
Bug fixes
- Fixed a bug in CKEditor where the focus failed to move to the math input when adding a second math formula, causing characters to be entered into the stimulus instead. (Question Editor API)
- Fixed a bug that could cause Question responses to be lost in adaptive assessments when network connectivity was unstable or a browser closed unexpectedly. (Questions API)
- Fixed a bug where
setAccessibility()method threw an error whennullwas passed as the accessibility options parameter. (Assess API) - Fixed a bug where
aligned_tag_typeattribute values were incorrectly visible in the Author Site UI when theab_standardsinit option was enabled. (Author API) - Fixed a bug where Question type template values could be saved as
null, which are now converted to empty strings ('') before saving. (Question Editor API) - Fixed a bug where double-clicking a Feature in the Question editor view to open the simple Feature modal did not automatically select the correct Feature. (Question Editor API)
- Fixed a bug where nonnumeric characters entered in image width and height dimension override fields could result in invalid
NaNvalues being applied, preventing reliably updating image dimensions. (Author API) - Fixed a bug where removing an Item while saving an Activity could restore the Item from the backend state. (Author API)
- Fixed a bug where stacked fraction x-axis tick labels overlapped x-axis labels in
simplechartQuestion type. (Questions API) - Fixed a bug where the Save button for an Item was not enabled immediately after a Question was edited. (Author API)
- Fixed a bug where the Show Answers toggle briefly appeared when previewing a passage in edit mode. (Question Editor API)
- Fixed a bug where the audio icon was duplicated in the playback interface of the
videoQuestion type. (Questions API) - Fixed a bug where the background image could not be changed in the
imageclozeformulaV2andimageclozeformulaQuestion types. (Question Editor API) - Fixed a bug where the dynamic data dropdown menu did not always appear when reopening the formula keypad. (Question Editor API)
- Fixed a bug where the dynamic data dropdown menu did not always appear when reopening the formula keypad. (Questions API)
- Fixed a bug where the formula keypad's Apply button could be obscured by the Assess player navigation controls. (Assess API)
- Fixed a bug where the keyboard instructions dialog in the
graphplottingQuestion type was missing a descriptive title, preventing screen readers from announcing the dialog and its contents. (Questions API) - Fixed a bug where the save modal title displayed incorrect information when saving an Activity that contained an unsaveable Question. (Assess API)
- Fixed a bug where unit numbers on the protractor and ruler were not visible when the browser was in dark mode. (Questions API)
Polish
- Improvement: internal changes to support future capabilities. (Data API)
- Improvement: internal changes to support future capabilities. (Items API)
- Improvement: internal changes to support future capabilities. (Reports API)
- Improvement: updated CSS selector handling in the Author API to remove a duplicate selector. (Author API)
- Improvement: updated button styling and legacy CSS class handling in the Author API to reduce redundant class names and improve consistency across Authoring interfaces. (Author API)
- Improvement: updated image tiles in the Question Editor API to align with the new math keypad design. (Question Editor API)
- Improvement: updated the visual border colors used in text highlighting to improve contrast ratios across all accessibility color schemes. (Annotations API)
- Unreleased internal version. (Data API)