Writing out data using minnoJS server

38 views
Skip to first unread message

aronn...@gmail.com

unread,
Jul 17, 2020, 4:37:38 PM7/17/20
to Minno.js
I have a simple-minno-server running and I am able to create questions and timed tests and write them out via csv.
However, now I need run this test:


The API.addSettings('logger', {
            // gather logs in array

create a CSV and returns it:
return toCsv(content);

// Set logs into an input (i.e. put them wherever you want)
            send: function(name, serialized){
                window.minnoJS.logger(serialized);
            }


How do I get the minno-server to write this data out? I assume this code is qualtrics specific?

Any help appreciated.
Thanks!


aron nelson

unread,
Jul 17, 2020, 10:53:38 PM7/17/20
to Minno.js
Thanks but I got everything working.

Elad Zlotnick

unread,
Jul 19, 2020, 6:12:41 AM7/19/20
to Minno.js
That's great!
Please feel free to ask if you need further help.

Reply all
Reply to author
Forward
0 new messages