Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

OSWeb Data Logging

Hi,

I have an OS experiment with a JavaScript backend, and I have many variables that are defined and used in JavaScript inlines (numbers and strings). They all work well and are printed correctly during debugging, but I'm having some issues with data logging. Specifically, after running the experiment, the JSON files seem to be missing variables that I defined in inlines. This only happens with variables defined as 'let', while constant variables are recorded correctly in the JSON files. I tried manually entering the missing variables into the logger, but then I get a column for each variable that says 'false'.

Any advice would be appreciated!

Best,

Elinor

Comments

Sign In or Register to comment.