-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Digit Span tasks not working for available jsPsych versions #2
Comments
Hello! I've updated both the forward and backward digit spans to be
compatible with jspsych 6.3.0. However, please note that my github
repositories have a custom CSS file for making the number pad look more
aesthetically pleasing. This is found in the css folder on the
repositories. The script will still be able to run without this css file,
but the layout of the keypad will be different. Please let me know if you
have any additional questions. I'm happy to troubleshoot if you provide
more details on any encountered errors (e.g., by looking at the console log)
…On Tue, Mar 8, 2022 at 2:43 PM Michelle Perdomo ***@***.***> wrote:
Hi, thanks for having these openly available! I realize both the forward
and backwards digit span tasks were created for version 6.0.2, and I can't
get them to run on the more recent versions. I am new to jsPsych, so I'm
not sure where the compatibility issue comes from.
—
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIH25MFAZ3RLH3YMEODX6DU66UURANCNFSM5QHJ32OQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Stephen Van Hedger, PhD
Assistant Professor
Department of Psychology
Huron University College
https://haplab.ca
|
Hi! Thank you so much for the update. I'm able to run the script locally on a computer, but I have tried the script in Cognition and Gorilla, and it's not working. As I'm trying to run the script, I get "The experiment failed to load" error. The culprit seems to be timeline.push(fds_adaptive). |
Thanks for the additional information! The issue then is likely stemming from how the different experiment components are loaded onto those servers specifically. I just tried playing around with cognition.run and was able to get the task working - I'll attach a screenshot of it, as well as attach an updated .txt file (which you can just paste into the 'Task Code' box). My solution was just to paste the fds_adaptive.js contents back into the script components of the index.html. Make sure you also upload the audio files, as well as the custom css file (as the screenshot shows). I'm reasonably confident that if you paste the attached .js file into Cognition, upload the digits under Stimuli, and upload the 'fds-adaptive.css' file as shown, everything should work!(url |
Hi, thanks for having these openly available! I realize both the forward and backwards digit span tasks were created for version 6.0.2, and I can't get them to run on the more recent versions. I am new to jsPsych, so I'm not sure where the compatibility issue comes from.
The text was updated successfully, but these errors were encountered: