I appreciate the help that is provided here a lot and now I need to ask some questions I haven't found in this forum so far.
I am completely new to LiveCode and have only little prior experience with coding (basic MATLAB and R; however, almost no HTML or JavaScript). I will love to also contribute to this forum with answers as soon as a gain in experience allows me to do so.
Due to the Corona situation studies have to be conducted online for now (and some more time I guess).
Since my original experiment code was written in MATLAB with Psychtoolbox, which doesn't allow for an online solution, I had to recode it in another software, that would run online.
I chose Livecode, because it is quite straightforward - especially when it's about more interactive types of experiments - and because of the prospect of taking the app online.
I am so far quite happy with the results of my work, but I face some problems with actually running the HTML5 standalone in the browser, and I hope you can help me with these:
I use LiveCode Community 9 . 6 . 1 (rc 2) under Windows 10 and with Mozilla Firefox as browser.
- presentation style -
The app looks much different (plain ugly

Is there a remedy for that? Can you change some setting in LiveCode (maybe in some standalone settings)? Or can some style defining code be added in the little HTML file (maybe some CSS)?
- participant information and behaviour -
I know that in LiveCode you can get system information about platform, processor, machine, version and so on, but in the HTML version this doesn't work (for example, provides "HTML5" as platform and "js" as processor). This isn't so important to me (although the system the app is running on would be interesting to know for me).
Is there a way of getting browser and screen/window related information?
I need to make sure, that the 1024*768 experiment stack is always seen entirely in original size.
Can you get the browser, the app is running on?
And: Is it possible to check, whether the window/tab with the app is active (in the foreground)?
The last thing is important, because I need to know, whether the participants pay enough attention to the experiment and don't get distracted or try to find solution help on the web.
- save txt file with participant's behavioural data -
The standalone lies on a web server that I can upload data to via SFTP protocoll.
I need to save data (how many problems were solved, how much time was needed, etc) from the app in a txt or csv file.
I've figured out that when I run the HTML standalone in the browser the app shows the following path: "[dot]/this[dot]program"
I can also save my file to something like "[dot]/output[dot]txt" ...
But how do I get it to some repository that I can access?
Sorry for this long post and the many questions that reveal my lack of knowledge about HTML, JavaScript and internet processes

I hope someone feels like helping me with some of these issues. It's very important that I get this experiment to work soon

Cheers,
Martin