Forum Discussion
NiaMartinez
2 years agoCommunity Member
Crossword Puzzle: Making Navigation Easier
Hi E-Learning Heroes community!
The e-learning team I am working with has recently been using crossword puzzles as a way for quiz interactivity.
A few internal clients have commented that they ...
TatianaLeon-dfe
2 years agoCommunity Member
Hi!
I adapted a template Crossword, I was changing positions and words, but It does not work, I really don't Know what happen!
Could you help me?
If you have a solution, please let me know or mailing me: tatiana.leon.garita@mep.go.cr
Thank you so much!!
https://360.articulate.com/review/content/5afdb076-c4fe-4cba-8532-0aa2d7aa414f/review
- Ange2 years agoCommunity Member
Hi Tatiana, You need to change the javascript so it relates to your crossword.
For example you do not have an item named Product2, but in the js you have this:
var player = GetPlayer();
var Product2=player.GetVar("Product2");
if (Product2.length > 1){
player.SetVar("Product2","");}