coglabuzh / online-exps

Unleash the full potential of JavaScript and supercharge your web experiments with this library for experimental programming - based on jsPsych - work in progress! 🎯
2 stars 0 forks source link

Using Javascript Variable in external HTML #15

Closed chenyu-psy closed 10 months ago

chenyu-psy commented 11 months ago

Hello Ajit,

In our template we have an external html called consent. I wonder, could we also import global variables here and only need to set the researcher's name, email address, and duration of the experiment in settings.ts?

image

ajit283 commented 11 months ago

Dear Chenyu, good idea! I will create a simulus function for this

ajit283 commented 11 months ago

Hi, I have added it to the stimuli functions (consentScreen). Four arguments can be passed in:

image

chenyu-psy commented 11 months ago

Thank you Ajit! I will test it in my next experiment.