Developer Release Logs

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.

9th September 2026

Features

  • Added Rubric Practice to the Rubric Editor, giving authors a Test tab where they could run sample responses against the rubric they were building and compare Feedback Aide's scores with their expected scores before saving the Question. (Author API)
  • Added an option to histogram charts to set a one-pixel whitespace gutter between bars. (Question Editor API)
  • Added an option to histogram charts to set a one-pixel whitespace gutter between bars. (Questions API)
  • Added support for duplicating a single Item into multiple new Items in a single request to the SET /itembank/items/duplicate endpoint. (Data API)
  • Added support for label bundles in the Rubric Editor UI through the init_options initialization option. (Author API)
  • Added the config.widget_templates.feedbackaide_scoring.rubric_practice.enable initialization option, which defaulted to true, to control whether the Test tab was shown to authors. The tab appeared only when feedbackaide_scoring.enable initialization option was set and the consumer was entitled to Feedback Aide. (Author API)
  • Added the rubricEditorPracticeHelpFootnote label to the label_bundle initialization option, allowing the guidance footnote shown in the Test tab to be reworded or translated. (Author API)
  • Added the ability to pin response options in the mcq Question type when response shuffling was enabled. (Question Editor API)
  • Added the ability to pin response options in the mcq Question type when response shuffling was enabled. (Questions API)

Bug fixes

  • Fixed a bug in the drawing Question type where uploading large images caused persistent labels to obstruct toolbar buttons. (Questions API)
  • Fixed a bug that caused memory leaks after calling the reset() method when the Items API was reinitialized multiple times. (Questions API)
  • Fixed a bug that was preventing the display of some labels in cloze Question types. (Question Editor API)
  • Fixed a bug where Custom assessment player templates with annotation buttons were not enabled when added to Activities. (Author API)
  • Fixed a bug where captions spanning more than one line in the videoplayer Feature type overlapped. (Questions API)
  • Fixed a bug where histogram bars displayed inconsistent visual gaps at certain browser zoom levels. (Questions API)
  • Fixed a bug where images could not be uploaded to the Rich Text Editor using drag-and-drop. (Author API)
  • Fixed a bug where queries for suggested Tags containing special characters timed out. (Author API)
  • Fixed a bug where the "Skip to navigation" link was incorrectly focusable using the keyboard on an intro Item. (Assess API)
  • Fixed a bug where the GET /sessions/responses/feedback endpoint could fail when a request was served from a region other than the customer's provisioned region. (Data API)
  • Fixed a bug where the imagetool Feature type briefly appeared on the start screen during Items API initialization. (Assess API)
  • Fixed a bug where the Pop-up Content character counter did not update while typing or deleting text. (Author API)
  • Fixed a bug where the Question response was stored incorrectly for the choicematrix Question type when shuffle_options was enabled and nextAttempt({"persist_target_response":true}) was called using the dynamic method. (Questions API)
  • Fixed a bug where the close menu button (responsive mode) did not support voice commands due to a mismatch between its accessible name and the visible "Close menu" label. (Assess API)
  • Fixed a bug where the long tab labels were being truncated in the Item editor. (Author API)
  • Fixed a bug where, after the Check Answer button was selected, the imageclozedropdown Question type continued to display both the original dropdown and the selected response with its correctness indicator, producing two adjacent boxes. (Questions API)

Polish

  • Improvement: added a clear error message explaining that the same Activity cannot be duplicated more than once in a single request to the SET /itembank/activities/duplicate endpoint. (Data API)
  • Improvement: added a clear error message explaining that the same Item cannot be duplicated more than once in a single request to the SET /itembank/items/duplicate endpoint. (Data API)
  • Improvement: enhanced accessibility of the assessment progress indicator with clearer Item position announcements for screen readers and refined ARIA semantics. (Assess API)
  • Improvement: improved the console warning displayed when LaTeX was used in unsupported Feature types. (Question Editor API)
  • Improvement: resolved a memory management issue affecting graph-based Question types. (Questions API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Reports API)
  • Improvement: updated the border color and thickness of response and input fields in the multistepmath Question type to meet WCAG 2.2 AA contrast requirements. (Questions API)

26th August 2026

Bug fixes

  • Fixed a bug in Question Editor preview mode where clicking record on the audio Question type with the "Button" player type caused the recording popup to scroll down, hiding the record button and requiring the user to scroll to see it. (Question Editor API)
  • Fixed a bug in the longtextV2 Question type where the show_word_limit attribute was labeled the same as another attribute in the Question Editor. The attribute has been relabeled to "Word limit visibility". (Question Editor API)
  • Fixed a bug in the drawing Question type where uploading large images caused persistent labels to obstruct toolbar buttons. (Questions API)
  • Fixed a bug in the Last Score by Item by User Report that could cause JavaScript errors when jQuery was unavailable. (Reports API)
  • Fixed a bug that allowed Items to be placed above the first section in an Activity. (Author API)
  • Fixed a bug that caused graphplotting y-axis labels on the left and right to be misaligned when the graph's width and height were not equal. (Questions API)
  • Fixed a bug that caused a graphplotting Question type with a negative tick distance to crash the UI. (Questions API)
  • Fixed a bug that caused a sine or parabola curve in the graphplotting Question type to move to an incorrect position when undoing a drag instead of returning to its original location. (Questions API)
  • Fixed a bug that caused chart y-axis labels to overlap with y-axis tick labels when a decimal snap value was used. (Questions API)
  • Fixed a bug that caused keyboard focus in the math editor modal to skip the formula input when using tab and fail to return to it when the modal was reopened. (Question Editor API)
  • Fixed a bug that caused long x-axis labels on bar charts to overlap and become unreadable. (Questions API)
  • Fixed a bug that caused stem numeration to be duplicated. (Question Editor API)
  • Fixed a bug that caused the render:activity event to fire only the first time an Activity was opened. (Author API)
  • Fixed a bug that caused the activityWithUnpublishedItemsPreviewDisabled label bundle to be ignored. (Author API)
  • Fixed a bug that caused the Formula keypad modal dialog in formulaessayV2 and chemistryessayV2 Question types to lack an accessible name, so screen readers could not announce its title. (Questions API)
  • Fixed a bug that generated an uncaught JavaScript TypeError when saving Items containing certain MathQuill-rendered formulas. (Question Editor API)
  • Fixed a bug that prevented formulas added to formulaessayV2 and chemistryessayV2 Question types responses from being selected or edited using the keyboard. (Questions API)
  • Fixed a bug that prevented small movements of graph elements on a high-density grid from being saved to the Question response. (Questions API)
  • Fixed a bug that was preventing the display of some labels in cloze Question types. (Question Editor API)
  • Fixed a bug where captions spanning more than one line in the videoplayer Feature type would overlap. (Questions API)
  • Fixed a bug where empty random Items by Tag slots in the Activity editor view caused console errors. (Author API)
  • Fixed a bug where histogram bars displayed inconsistent visual gaps at certain browser zoom levels. (Questions API)
  • Fixed a bug where the score_benchmark field was incorrectly returned inside the metadata object in the GET /sessions/responses endpoint response. The score_benchmark field is now returned as a top-level field in the session data object, as a sibling of session_id, score, subscores, etc. (Data API)
  • Fixed a bug where the Pop-up Content character counter did not update while typing or deleting text. (Author API)
  • Fixed a bug where the close menu button (responsive mode) did not support voice commands due to a mismatch between its accessible name and the visible "Close menu" label. (Assess API)
  • Fixed a bug with scoring group validation for Items, including Items with multiple Item banks for an Activity. (Author API)
  • Fixed a bug with scoring group validation for Items, including Items with multiple Item banks for an Activity. (Data API)

Polish

  • Improvement: added a clear error message explaining that the same Item cannot be duplicated more than once in a single request to the SET /itembank/items/duplicate endpoint. (Data API)
  • Improvement: improved sort button announcements in the Response Analysis by Item report type. (Reports API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Annotations API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Assess API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Author API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Data API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Events API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Items API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Question Editor API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Questions API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Reports API)
  • Unreleased internal version. (Author API)

12th August 2026

Features

  • Added support for none tag filters and multiple either tag groups in the navigate() method for advanced Item and Activity searches. (Author API)
  • Added support for scoring group and Activity level benchmarks in the GET /sessions/responses and GET /sessions/scores endpoints. (Data API)
  • Fixed a bug that allowed duplicate names for random Item groups to be retained after the validation message disappeared when users edited and exited the label field. (Author API)

Bug fixes

  • Fixed a bug in the Last Score by Tag by User report (Data Grid mode) where screen readers incorrectly announced percentage values next to stacked data bars as "sorting" interactions instead of percentage values. (Reports API)
  • Fixed a bug in the Last Score by Item by User Report that could cause JavaScript errors when jQuery was unavailable. (Reports API)
  • Fixed a bug that allowed Items to be placed above the first section in an Activity. (Author API)
  • Fixed a bug that caused graphplotting y-axis labels on the left and right to be misaligned when the graph's width and height were not equal. (Questions API)
  • Fixed a bug that caused NVDA to incorrectly announce Question stimulus content as clickable. (Questions API)
  • Fixed a bug that caused a browser console error when reopening the same branching Activity in Preview mode. (Author API)
  • Fixed a bug that caused a sine or parabola curve in the graphplotting Question type to move to an incorrect position when undoing a drag instead of returning to its original location. (Questions API)
  • Fixed a bug that caused archived Items and Activities to be displayed in the list by default. (Author API)
  • Fixed a bug that caused chart y-axis labels to overlap with y-axis tick labels when a decimal snap value was used. (Questions API)
  • Fixed a bug that caused keyboard focus in the math editor modal to skip the formula input when using tab and fail to return to it when the modal was reopened. (Question Editor API)
  • Fixed a bug that caused long x-axis labels on bar charts to overlap and become unreadable. (Questions API)
  • Fixed a bug that caused the "Use shared passages for scoring" checkbox to remain enabled when Feedback Aide scoring was disabled. (Question Editor API)
  • Fixed a bug that caused the audio Question type to become stuck in a continuous loading state. (Questions API)
  • Fixed a bug that caused the setActivityItems() method to return an incorrect value when an Activity had no changes. (Author API)
  • Fixed a bug that caused the close button in the Math Gen takeover to be misaligned. (Author API)
  • Fixed a bug that caused the response input area in the association Question type to announce raw HTML to screen readers when the paired stimulus contained rich content, such as an image, table, or math. The stimulus was updated to announce human-readable text instead of markup. (Questions 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 that generated an uncaught JavaScript TypeError when saving Items containing certain MathQuill-rendered formulas. (Question Editor API)
  • Fixed a bug that occurred when previewing Items in scoring groups concurrently. (Author API)
  • Fixed a bug that prevented formulas added to formulaessayV2 and chemistryessayV2 Question types responses from being selected or edited using the keyboard. (Questions API)
  • Fixed a bug that prevented small movements of graph elements on a high-density grid from being saved to the Question response. (Questions API)
  • Fixed a bug where snap_to decimal values entered without a leading zero were not applied correctly in the graphplotting Question 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 cloze response spans in review mode included a redundant aria-label attribute that duplicated the accessible label. (Questions API)
  • Fixed a bug where fractional point labels on the numberlineplot Question 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 classification Question type, obscuring the content. (Questions API)
  • Fixed a bug where possible responses could not be added to clozedropdown Question type when the template_defaults initialization option was disabled. (Question Editor API)
  • Fixed a bug where responses in the longtextV2 Question 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 italic button in the stimulus editor for the longtextV2 Question type could inconsistently apply italic or emphasis formatting. (Question Editor API)
  • Fixed a bug where the italic button in the stimulus editor for the longtextV2 Question type could inconsistently apply italic or emphasis formatting. (Questions API)
  • Fixed a bug where the keypad for the multistepmath Question type to render inside the response box border instead of below the response area. (Questions 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 imageclozeformula Question type displayed a redundant inner border in review and reporting modes. (Questions API)
  • Fixed a bug where using preventDefault() in the navigate event callback was not respected in certain situations, resulting in undesired navigation. (Author API)

Polish

  • Improvement: internal changes to support future capabilities. (Assess API)
  • Improvement: internal changes to support future capabilities. (Reports API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Author API)
  • Improvement: updated internal libraries to maintain security, stability, and performance. (Items API)
  • Improvement: updated the HTML structure of multiple-choice Questions to use <fieldset> and <legend> elements, improving the association between Question text and responses for screen reader users. (Questions API)

15th July 2026

Features

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 audio Question type to become stuck in a continuous loading state. (Questions API)
  • Fixed a bug where snap_to decimal values entered without a leading zero were not applied correctly in the graphplotting Question 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-label attribute that duplicated the accessible label. (Questions API)
  • Fixed a bug where fractional point labels on the numberlineplot Question 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 classification Question 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 NaN values being applied, preventing reliably updating image dimensions. (Author API)
  • Fixed a bug where responses in the longtextV2 Question 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_id in 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_lang attribute was required on the videoplayer Feature 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 longtextV2 Question 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 imageclozeformula Question 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 the clozeformula Question type. (Questions API)
  • Fixed a bug whereby the math keypad's custom numberPad layout 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, and imageclozeassociationV2 Question types. (Questions API)
  • Improvement: refined screen reader announcements to help learners review answers in the orderlist Question type. (Questions API)
  • Unreleased internal version. (Reports API)

1st July 2026

Features

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 audio Question type where the progress bar failed to stop after playback had finished. (Questions API)
  • Fixed a bug where testlet adaptive sessions threw the 50006 error 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-player value of block could 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 graphplotting Question 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 the clozeformula Question type. (Questions API)
  • Fixed a bug whereby the math keypad's custom numberPad layout 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 classification Question 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_id to the progressed event 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 classification Question 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 audio Question type where the progress bar failed to stop after playback had finished. (Questions API)
  • Fixed a bug in the graphplotting Question 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 when null was passed as the accessibility options parameter. (Assess API)
  • Fixed a bug where Testlet adaptive sessions threw the 50006 error when transitioning between testlets or upon termination. (Items API)
  • Fixed a bug where a backslash or single quote in labels within the graphplotting Question 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-player value of block could 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, and chemistryessayV2 Question 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 clozeformula and clozeformulaV2 Question types were not fully cleared by the resetResponse() method and could be silently repopulated after a partial reattempt. (Questions API)
  • Fixed a bug where suggested answer boxes in the numberline Question 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 clozeformula Question 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 video Question 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_attributes initialization option with the metadata value 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

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 when null was passed as the accessibility options parameter. (Assess API)
  • Fixed a bug where aligned_tag_type attribute values were incorrectly visible in the Author Site UI when the ab_standards init 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 NaN values 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 simplechart Question 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 video Question type. (Questions API)
  • Fixed a bug where the background image could not be changed in the imageclozeformulaV2 and imageclozeformula Question 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 graphplotting Question 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)

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.