Skip to content

pullrequests Search Results · topic:qti org:Citolab language:JavaScript language:JavaScript language:HTML is:unmerged

Filter by

13 results  (216 ms)

13 results

inCitolab (press backspace or delete to remove)
The topic qualifier is not supported when searching pull requests. Try searching for repositories instead?

Summary Moves the deterministic shuffle seed off configContext.shuffleSeed and onto QTI_CONTEXT.seed, typed as a branded Seed with runtime guards. Changes - qti-base: add Seed branded type + isSeed/asSeed ...

In this mode the prev button is disabled to ensure learners take the test in order. We also support sections being linear inside nonlinear parts. Existing tests assume tests are nonlinear even though ...

:robot: I have created a release beep boop details summary qti-components: 7.23.1 /summary 7.23.1 (2026-02-24) Dependencies - The following workspace dependencies were updated - devDependencies ...
autorelease: pending

Rewrite drag and drop functionality to add: - Support for touch-based devices - Support for keyboard-based navigation (accessibility) - Support for sortable interactions (order in place) - FLIP ...

This PR implements a unified import system that allows users to import all QTI components, utilities, and types through a single import statement, significantly simplifying the developer experience. Problem ...