srossmktg
Consumer behaviorist researching the intersection of sustainability marketing and society and of digital technology. And sometimes both simultaneously.
About
- Username
- srossmktg
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
FWIW to anyone looking at this in the future: What we did was add an inline_javascript_identifier item at the beginning. It incorporated the javascript: vars.identifier = Math.random().toString(36).substr(2, 9); // alert (vars.identifier); In the sk…
-
Replaced the inline_javascript function with a different one function randomStringDecimal() { var chars = []; var str = ''; for( var i = 48; i <= 57; i++ ) { chars.push(String.fromCharCode( i )); } for( var i = 65; i <= 90; i++ ) { chars.pus…
-
Still stuck. I've got this: define inline_script validation_code_script set description "Executes Python code" set _run "" ___prepare__ import random import string def randomStringDigits(stringLength=6): ""&qu…
-
Okay, I've got the study up on JATOS and I see the inline_javascript, but I'm unclear: a) how to get a random string validation code. At best, I've found this and input it in the input_javascript prepare tab //option 1 var code = function () { r…
-
@DahmSF Aha, thanks. So basically, I need to get IT to hurry up setting up a an IRB data-compliant server so I can post the study online and then translate to js and then test it all? They just have to figure how to patch the XSS vulnerability on e…