kurokida / jspsych-psychophysics

A jsPsych plugin for psychophysics
https://kurokida.github.io/jspsych-psychophysics/
MIT License
51 stars 13 forks source link

compatibility with pavlovia #36

Closed JSDaniels97 closed 2 years ago

JSDaniels97 commented 2 years ago

Having difficulty running my code on Pavlovia (https://pavlovia.org/). Pavlovia currently runs on jsPysch 7.1.2 and will run its respective trials but not the psychophysic trials. Here are the plugins I am using currently as instructed by https://discourse.psychopy.org/t/does-this-platform-support-jspsych-v7/28678.

<script src="https://chancejs.com/chance.min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="jspsych-psychophysics.js"></script>
<script src="lib/vendors/jspsych-7.1.2/jspsych.js"></script>
<script src="lib/vendors/jspsych-7.1.2/plugin-html-button-response.js"></script>
<script src="lib/vendors/jspsych-7.1.2/plugin-survey-multi-choice.js"></script>
<script src="lib/vendors/jspsych-7.1.2/plugin-preload.js"></script>
<link rel="stylesheet" href="lib/vendors/jspsych-7.1.2/jspsych.css">
<script type="text/javascript" src="lib/jspsych-7-pavlovia-2022.1.1.js"></script> 

Please advise, thank you in advance!