lookit / lookit-api

Codebase for Lookit v2 and Experimenter v2. Includes an API. Docs: http://lookit.readthedocs.io/
https://lookit.mit.edu/
MIT License
10 stars 18 forks source link

Updated jspsych urls #1360

Closed okaycj closed 6 months ago

okaycj commented 6 months ago

Closes #1325

This issue was hoping to have the same URL for all experiment runners. After some research, redirecting to the reverse proxy prevents us from having a single URL for all runners. The solution we leaned into was to provide a unique URL for each experiment runner.

Here are the URLs for the two experiment runners we currently support.

The single "j" in the URL provides us with the uniqueness to tell them apart without necessarily exposing additional data to the experiment participant. Additionally, this leaves the EFP URL as it was, so no legacy URLs need to be updated.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud