You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to Reproduce:
1. Play a text-entry-interaction item in the player with case-sensitive="false" and a correct answer that contains an uppercase letter.
2. Enter a correct answer without uppercase letters.
3. Have the player evaluate the response.
4. The player incorrectly marks the response as incorrect.
Case sensitivity for qti-string-match was already implemented, but there was no support for case sensitivity in qti-map-entry. This functionality has now been added in version 7.0.10.
Steps to Reproduce:
1. Play a text-entry-interaction item in the player with case-sensitive="false" and a correct answer that contains an uppercase letter.
2. Enter a correct answer without uppercase letters.
3. Have the player evaluate the response.
4. The player incorrectly marks the response as incorrect.
Expected Behavior:
The player’s evaluation should accept correctanswer (case-insensitive match).
Actual Behavior:
The player’s evaluation incorrectly marks correctanswer as incorrect.
The text was updated successfully, but these errors were encountered: