Jspsych-psychophysics compatibility with pavlovia

Having difficulty running my jspsych-psychophysic plugin code on Pavlovia. The code currently runs on jsPysch 7.1.2 and will run its respective jsPsych trials but not the psychophysic plugin trials. Here are the plugins I am using currently as instructed by Does this platform support jsPsych v7?.

<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!