Hello,
I hope you are well, whoever is reading this inquiry!
I am in need of assistance in using the continueButton function using custom code.
As of now the code reads as:
# update/draw components on each frame
AQ.draw()
continueButton.draw()
if AQ.formComplete():
continueButton.buttonEnabled = True
if continueButton.buttonSelected:
continueRoutine = False
# check for quit (typically the Esc key)
if endExpNow or defaultKeyboard.getKeys(keyList=["escape"]):
core.quit()
Issue: This code seems to not run on Pavlovia as there may be a detail I am missing that is not translated correctly to JS.
Looking to find any help around this! I’m a super novice using Psychopy and Pavlovia, but I am willing to learn… although, multiple failed trial and error attempts with different bits of code become frustrating.
Thanks in advance!