Forum Discussion

DineshNangareNa's avatar
DineshNangareNa
Community Member
2 years ago

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?

  • Ask the original developer to publish a translation document will have the word count in

  • 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

  • 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

  • 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)

    • JohnN-7147ab46-'s avatar
      JohnN-7147ab46-
      Community Member
      Jürgen Schoenemeyer

      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)

      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?