You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the Verbal Learning Memory Task Part 1, I cannot type in the list of words on the second recall. After clicking on "toggle developer tools", I can enter/type in words.
Update: this also occurred during Verbal Learning and Memory Part 4 (when asked to recall in separate categories: furniture, vegetables, ways of traveling)
The text was updated successfully, but these errors were encountered:
I am running into the same issue in Ver 0.0.8. Below is my screenshot of the console page with errors. I am able to type in the words I heard only after clicking on toggle developer tools and then console.
This turned out to be caused by a bug in electron involving the use of alert() or confirm() when an text input is on the screen: electron/electron#22923 . Replacing the confirm() dialog with one built using <dialog> seems to have fixed it.
This worked in ver 1.2.1. I can see the text I typed, and it disappeared when I hit 'enter.' Cannot confirm if my responses actually went through though.
Ver 0.0.7
When starting the Verbal Learning Memory Task Part 1, I cannot type in the list of words on the second recall. After clicking on "toggle developer tools", I can enter/type in words.
Update: this also occurred during Verbal Learning and Memory Part 4 (when asked to recall in separate categories: furniture, vegetables, ways of traveling)
The text was updated successfully, but these errors were encountered: