Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/aut 4083/import expected length text entry #2681

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

bartlomiejmarszal
Copy link
Contributor

@bartlomiejmarszal bartlomiejmarszal commented Feb 10, 2025

Text Entry Interaction changes:

  • QTI 3 Exporter will now have custom handler for expectedLength attribute in textEntryInteraction
  • User now can define pattern message when pattern constrain is defined

AUT-4084
AUT-4083

Screenshot 2025-02-10 at 16 00 17

Screenshot 2025-02-11 at 09 31 31

How to test QTI 3:

  1. Create item with Text Entry Interation
    a) In Recommendations set Length to i.e: 6
  2. Create Item with Extended Text Interaction
    a) Define Length and Lines
  3. Export Test that is containing this item or this item Using QTI 3 Export
  4. Unzip Package.
  5. Find Item qti.xml
  6. Find qti-text-entry-interaction.
    a) Make sure attribute class is present and it has correct value i.e: qti-input-width-6
    b) Make sure attribute data-patternmask-message is present and it contain defined string

How to test QTI 2.2:

  1. Export Test that is containing this item or this item Using QTI 2.2 Export
  2. Unzip Package.
  3. Find Item qti.xml
  4. Find textEntryInteraction
    a) Make sure attribute expectedLength is present and it has correct value i.e: 6
    b) Make sure attribute dataPatternmaskMessage is present and it contain defined string

@bartlomiejmarszal bartlomiejmarszal requested review from a team, tikhanovichA, KirylHatalski, pnal, Karol-Stelmaczonek and viktar-dzmitryieu-tao and removed request for a team February 10, 2025 15:11
Copy link

github-actions bot commented Feb 10, 2025

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
287 287 0 0

Copy link

Version

Target Version 30.31.0
Last version 30.30.2

There are 0 BREAKING CHANGE, 4 features, 2 fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants