I built an automatic gatekeeper for subject ID and time detection, with repeated-attempt blocking for longitudinal online studies. #3531
shikangpeng
started this conversation in
Show and tell
Replies: 1 comment
-
Very nice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I built an automatic gatekeeper called LongiGate. This toolkit consists of a few functions you can insert into your experiment.js script for subject ID and time detection, with repeated-attempt blocking, built for longitudinal online studies.
This toolkit ensures:
Subject access is only granted at the correct session time, and they are allowed to open the link several times without being marked as "returned".
Repeated or invalid attempts (e.g., due to refresh) are blocked
Time-based access is coordinated across JavaScript (frontend) and Python (backend)
https://github.com/shikangpeng/LongiGate
Beta Was this translation helpful? Give feedback.
All reactions