Forum Discussion
ndincerdino
3 years agoCommunity Member
Word Count in Text Entry
Hi, I am creating a writing task for my students. I need to add wordcount sign on the page. How can I do it? My students should see the number of words they have written simulateneously.
Many than...
Nedim
3 years agoCommunity Member
Yes, it will. I would only use different "wordcount" variable for different slide. For instance, if you have the same activity on your next slide, create "wordcount1" variable in SL and update the code line player.SetVar("wordcount", wordCount); to player.SetVar("wordcount1", wordCount); etc. Also, in this case, make sure to change the variable reference from "%wordcount%" to "wordcount1".