URL of experiment: https://pavlovia.org/run/Jordan_Gallant/online-auditory-typing-task/html/
Description of the problem: This is a weird one. I believe I accidentally pushed a commit without a message. I know this has caused issues in the past. However, I was able to solve those issues by manually pushing further updates using command prompt.
This time, I have successfully pushed new commits to Gitlab. However, Pavlovia is not running the newest version. It is running the experiment as it was prior to the āmessage-less commitā. The most obvious example is that I have remove āparticipantā as a field. Here is the opening dialogue box:
Here is the code in gitlab:
// store info about the experiment session:
let expName = āonline auditory typing taskā; // from the Builder filename that created this script
let expInfo = {āNative Languageā: āā, āAgeā: āā};
When I inspect the source of the code I get this:
You can clearly see that the code being loaded is different. It contains participant as a expInfo field. Scrolling down it doesnāt contain any of the new code elements present in the current Gitlab version of the experiment.
Iām scheduled to begin running the experiment tomorrow. Any ideas how to fix this?