Forum Discussion
New Matching lay-out
- 3 months ago
Hi Everyone!
I'm happy to share that we just released a new update for Rise 360!
This update introduces an enhancement to Matching Knowledge Check Blocks. Reworking the interaction to better reflect their original design, while retaining full keyboard support and screen reader integration. There's nothing to install for web-based apps. New features and fixes are immediately available.
Please let me know if you have any questions!
Can this please be an option to turn on or off? This is creating widespread confusion and frustration. Sooner rather than later would be hugely appreciated.
If you have access to modify the course CSS (via post-publishing editing, or via Mighty extension) you can at least twiddle the appearance to remove/hide the numbers. Something like
.matching-item-movable__drag-lines svg {
width: 17px;
}
.matching-item-movable__text {
--match-item-text-border: none;
}
.matching-item-movable__index {
text-indent: -9999px;
--movable-item-index-size: 0;
}
.matching-item-immobile-select {
display: none;
}
- KimRushbrooke-97 months agoCommunity Member
Thanks so much for your response Tim. Its been a long long time since I played with "Markup", and I realised my talents should be focused elsewhere. I will leave this to the experts I'm afraid. Thanks Again.
Related Content
- 8 months ago
- 3 months ago