Visual revisions for accessible reorder/parsons questions - #2257
Open
sjd210 wants to merge 19 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2257 +/- ##
==========================================
- Coverage 43.22% 43.18% -0.04%
==========================================
Files 603 602 -1
Lines 25775 25794 +19
Branches 7662 8590 +928
==========================================
- Hits 11141 11139 -2
- Misses 14585 14598 +13
- Partials 49 57 +8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…yling-fixes [VRT] Update baselines for improvement/reorder-styling-fixes
Indent buttons are kept in the hidden-buttons div because showing both of these when the items are very narrow (e.g. at ~800px screenwidth) takes up too much of the text's space on Parsons questions
…yling-fixes [VRT] Update baselines for improvement/reorder-styling-fixes
sjd210
marked this pull request as ready for review
July 24, 2026 13:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Most notably, this PR adds a new
useSingleListproperty to reorder/parsons questions to enable a mode where there is only a "Your answer" list that all items start in, and which must be sorted in place (rather than moving items from "Available items" first). This can only be used for questions where all items are required in the answer (unlike e.g. combined_transformations_r1), and any previous attempts at the question will be displayed only if they already included all items. It should otherwise be fully backwards-compatible.Other smaller changes:
useSingleListproperty.expansion-layoutfrom Isaac for these questions, and for Ada only whenuseSingleListis on<pre>from Reorder questions to reinstate correct font and wrapping behaviourAlso see isaacphysics/isaac-content-editor#128 and isaacphysics/isaac-api#812