Hi all,
I am a researcher at University of Illinois Urbana-Champaign. I am currently working on a research project using the Project Implicit platform and encountered an issue while implementing an EPT script in the testing phase. Specifically, I am trying to present
CS stimuli as words and assign five different fonts to each CS item in EPT. However, it seems that the following line:
primeStimulusCSS : {color:'#336600','font-size':'2.3em’} is overriding all font-related settings, causing all CS stimuli to appear in the same font.
I attempted to remove this line entirely, but the issue still persists, and all stimuli continue to appear with the same font. I also tried specifying fonts at the item level (e.g., within mediaArray or using HTML styling), but these changes did not seem to
take effect. This makes me wonder whether the EPT extension (ep5.js) applies a single global style during rendering and does not support item-level font customization. I would really appreciate if you have any thoughts on whether it is possible to assign different
fonts to individual CS stimuli in EPT? If so, what would be the correct way to implement this?
I’ve attached the EPT script in .txt format in case it is helpful for troubleshooting. Please let me know if any additional details would be useful.
Thank you very much for your help!
Best,
Jana