I am writing and testing a gamified training program in Twine for my doctoral dissertation. I need to track user activity, primarily time spent playing various portions of the game, decisions made, points achieved, etc. I need to store that data in comma-delimited log files. Is there something like this already available or do I need to build it from scratch in JS?