Skip to content

Instantly share code, notes, and snippets.

@robinvanemden
Last active November 30, 2016 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinvanemden/5eacf525735794ba65d3 to your computer and use it in GitHub Desktop.
Save robinvanemden/5eacf525735794ba65d3 to your computer and use it in GitHub Desktop.
Loading external jQuery and jsPsych libraries in Qualtrics header
<!-- Load external jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>var jq=$.noConflict();</script>
<!-- Load the jspsych library and plugins, after upload to file library -->
<script src="https://uleidenss.eu.qualtrics.com/ControlPanel/File.php?F=F_8BprgXBclFbi4gl"></script>
<script src="https://uleidenss.eu.qualtrics.com/ControlPanel/File.php?F=F_3sXUmaUxiW3G5aB"></script>
<script src="https://uleidenss.eu.qualtrics.com/ControlPanel/File.php?F=F_eerkKyAkLvvZpJj"></script>
@pinky011089
Copy link

Hi,
The above code doesn't work for new qualtrics version. Can you please provide new header for Loading external jQuery and jsPsych libraries in Qualtrics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment