Skip to content

Commit

Permalink
issue #64 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
szorowi1 authored May 16, 2021
1 parent b77da2f commit 8ddbd4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/templates/experiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<title>Decision Making Experiment</title>

<!-- Load libraries -->
<script src="/static/lib/jquery-3.3.1/jquery.min.js"></script>
<script src="/static/lib/jspsych-6.3.1/jspsych.js"></script>
<script src="../static/lib/jquery-3.3.1/jquery.min.js"></script>
<script src="../static/lib/jspsych-6.3.1/jspsych.js"></script>

<!-- Load NivTurk plug-ins -->
<script src="/static/js/nivturk-plugins.js" type="text/javascript"></script>
<script src="../static/js/nivturk-plugins.js" type="text/javascript"></script>

<!-- Load jsPsych plug-ins -->
<script src="/static/lib/jspsych-6.3.1/plugins/jspsych-survey-likert.js"></script>
<script src="../static/lib/jspsych-6.3.1/plugins/jspsych-survey-likert.js"></script>

<!-- Load CSS styles -->
<link href="/static/lib/jspsych-6.3.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
<link href="../static/lib/jspsych-6.3.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>

</head>
<body></body>
Expand Down

0 comments on commit 8ddbd4a

Please sign in to comment.