-
Notifications
You must be signed in to change notification settings - Fork 11
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
AWS deploy of EC2 instance giving incorrect feedback (Lexical decision task) #163
Comments
Thanks, @restmegan! @jkhartshorne, I'm going to see if I can reproduce this later this morning. |
I was able to get AWS deploy on WSL working and it had the same issue as the EC2 AWS deploy so the problem is probably in the AWS deploy process |
Huh. My guess is that there's some problem with hitting the API. But I couldn't say for sure. I don't think I'm going to be able to get to this before next week. |
I'm looking through the template to see if I find any glaring issues but I'm not as familiar with the code. Whatever it is is exclusive to the lexical decision template, the other three worked fine for me. |
I can reproduce the behavior @restmegan described. Local testing works as expected and AWS deploy (from an EC2 instance or not) does not. Edit to add: Also no obvious difference in what the developer tools show. |
Regardless of if the stimuli is real words or non-words, pressing "Y" results in a green box and "N" results in a red box when running the lexical decision experiment in the AWS deploy of an EC2 instance. Additionally, the end screen giving results says the user got 0 correct for both related and unrelated pairs, with both average times appearing as "NaNms." Local testing through WSL doesn't have this issue.
AWS deploy of EC2:


Words stimulus:
After pressing "Y" result:
Non-word stimulus:


After pressing "N" result:
End of experiment screen:

Local testing through WSL works as expected, end of experiment screen:

The text was updated successfully, but these errors were encountered: