How can I detect participant's OS?

Hi @imarchesini, this is fine. In a code component, select the code type as JS (or both, where JS is on the right hand panel), and paste the following to have the OS printed to the browser console (press F12 to see developers tools, and go to the console tab):

console.log(window.navigator.platform) // on my windows machine, outputs win32