Last active
November 30, 2016 13:16
-
-
Save robinvanemden/5eacf525735794ba65d3 to your computer and use it in GitHub Desktop.
Loading external jQuery and jsPsych libraries in Qualtrics header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.