Posts in 2020
Local development
Saturday, February 01, 2020 in Tutorials
Normally, we run MinnoJS off a remote server, be it the official MinnoJS server, qulatrics or anything else. This means that there is always a latency between making a change in the MinnoJS script and actually running your study. When using the …
Qualtrics MinnoJS
Wednesday, January 01, 2020 in Tutorials
Qualtrics is a service offering online surveys, and a straightforward graphical user interface in order to create them. Although Minno is a more flexible platform, Qualtrics offers an accessable server, and its interface is already familiar to many …
Posts in 2019
Custom Loggers
Tuesday, December 17, 2019 in Tutorials
MinnoJS automatically sends data from questionnaires (miQuest) and about tasks (which task was visited). It also sends data from reaction-time tasks (those programmed in miTime), about all the trials that triggered the ‘log’ action. But there is …
Yoking participants
Sunday, December 01, 2019 in Tutorials
Most of the time we want randomization to be fully random. In some cases it is usefull to yoke pairs of participants together so that they each recieve the same randomization. MinnoJS does not (yet) support this out of the box, but it is fairly easy …
Fullscreen
Thursday, November 28, 2019 in Tutorials
Sometimes it is usefull to have your task run in fullscreen mode. One way to do this, is to ask your participants to press F11 (or ^Cmd+F on Safari). A much more fluent way to do this is by having full screen activated by the player automatically. …
Posts in 0001
Manual activation
Monday, January 01, 0001 in Tutorials
The standard way to activate MinnoJS is by having a dedicated element at page load that has the script URL built in. It can look for example like so: <div minno-app pi-manager="/path/to/my/script.js"></div> But this isn’t …