Forum Discussion
How to count a Storyline course Publish zip file Words?
We have only Publish zip file and we need Word count for the storyline file. Can someone please help me?
- PhilMayorSuper Hero
Ask the original developer to publish a translation document will have the word count in
- Jürgen_Schoene_Community Member
all texts on slides of a couse are in the file
html5/data/js/paths.js
I have written a parser to extract all screen text
if you upload this file (paths.js) here in the forum, I can convert it to a normal text file
this text file you can open in word, which can then count the words
- RichardWatsonSuper Hero
Jurgen,
I would be interested in learning how you do this if you could share. What app are you using to convert to text, what encoding do you select? Thanks for any insights you can provide. Node.js?
Richard
- Jürgen_Schoene_Community Member
for all my analyses, extractions and modification of storyline I use Python - most time local
in the last time we have created web service - complete in Python 3.11 (async)
- RichardWatsonSuper Hero
Thanks for the explanation. That makes sense.
Richard
- JohnN-7147ab46-Community Member
I just ran into the same issue. Do you have any github link for the parser? or can you link me in pm your web service?