Hi everyone!
I’m trying to build a online project starting from PsychoPy Builder. To get all the resources available, I need to define the resources to be imported with psychoJS.start().
Since I have many resources to be uploaded, I defined them in Experiment Properties > Online > Additional Resources but the correspondent code in .js file is not getting updated with sync instructions or by “Compile to JS Script” button.
I already tried to delete all files from html folder as suggested in
I currently have an experiment, where I am using some resources. However, the list of resources in the call to psychoJS.start() is not populated by the builder. Neither with the resources, I use in the loops nor with the additional resources.
[Resources]
I added the resources in the online tab of the experiment.
[Loop]
The loop also uses a resource.
All resources are present in the html/resources/ folder. I can even download the files if I just enter the address in pavlovia.
However, the …
but still I don’t get the updated function.
Thank you so much in advance for your help!
OS : Win10
PsychoPy version : 2022.1.1
Python version : 3.8.10
The output path should be blank, not html.
https://psychopy.org/online/resources.html
I have a few minutes to write a reply now.
I have one experiment still using the html folder where I have set “Use PsychoPy Version” to 2020.2.3 in Experiment Settings.
For another experiment what I did was:
Close the experiment in Builder.
Download any existing data from Pavlovia.
Delete the repository from Pavlovia.
Delete the local .git folder.
Delete the local html folder (after removing any files than only exist in it).
Delete other unnecessary local files.
Open the experiment in Builde…