Add outline Gherkin stories for QTI assessment rendering#14914
Draft
rtibbles wants to merge 1 commit into
Draft
Conversation
Cover the QTI v3 interaction types targeted by learningequality#11428. Per-interaction scenarios only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013rqDTS5KXAKj4FvmXnYGv6
Contributor
Build Artifacts
Smoke test screenshot |
radinamatic
reviewed
Jul 1, 2026
| Scenario: Answer a single-select choice interaction | ||
| Given the item has a choice interaction that allows a single answer | ||
| Then I see a prompt to choose one answer | ||
| And each choice is a full-width row with an empty circular indicator |
Member
There was a problem hiding this comment.
Any reason we're using the term circular indicator (vague...?), instead of the radio button? 🤨
radinamatic
reviewed
Jul 1, 2026
| Scenario: Answer a multiple-select choice interaction | ||
| Given the item has a choice interaction that allows up to a maximum number of answers | ||
| Then I see a prompt for how many answers to select | ||
| And each choice is a full-width row with an empty square checkbox indicator |
Member
There was a problem hiding this comment.
In the similar vein: words square and indicator seem unnecessary.
radinamatic
reviewed
Jul 1, 2026
| Then I cannot select a further choice until I clear one | ||
| When I submit having selected fewer than the required minimum | ||
| Then I am told how many choices I must select | ||
| When the choices are set to shuffle |
Member
There was a problem hiding this comment.
I'm having a hard time imagining a checkbox group where the choices are set to shuffle...? 😕
A link with an example would help 🙂
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.
Summary
Preliminary learner interaction gherkin stories
References
#11428
Reviewer guidance
Are these a useful first pass?
AI usage
Drafted with Claude Code from the #11428 issue, the QTI v3 spec, and the child product issues (#14835, #14877, #14882). I directed the interaction semantics — simplified match to the drop-target model, kept multi-select bounded per the spec, split scenarios per interaction — and reviewed each for accuracy.