Hi everyone,
I was wondering if it is possible to import a Javascript library on Qualtrics?
I have interactive visualizations made with d3.js that I want to show in the survey, however, I haven't been able to run any d3.js code in Qualtrics. I tried inserting the library references into the header, following this. (<script src="https://d3js.org/d3.v4.min.js"></script>
) However, it is not working.
Any advice would be appreciated, thank you!