You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hotpotatoesusers
Hi, probably particularly Hi to Agnès,
I'm using JMM v 2.1. On the 'map' where the 'answers' are to be placed or dragged to, the locations are shown as '?' signs. Is there any easy way that instead of the '?' signs, the locations could have numbers '1', '2', etc so that students can tell me to which number to drag a particular answer please?
Regards,
Robin
Agnès S.
unread,
Feb 15, 2026, 4:06:39 AM (6 days ago) Feb 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hotpotat...@googlegroups.com
Hi Robin,
You'll have to modify djmatch7.js_.
Search for "Affichage des left items (areas)"
and instead of:
CurrCard.innerHTML = '?';
write:
CurrCard.innerHTML = String(i);