Facebook
From Baby Crocodile, 4 Years ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 70
  1. // Copy the link and REMOVE ?lang=en
  2. var my_link = "https://lvanderlinden.limequery.com/249523"
  3.  
  4. // The jatos object only exists when the study is launched from JATOS.
  5. if (typeof jatos !== "undefined") {
  6.  
  7.     // ADD /newtest/Y/ to the URL.
  8.     // Use SLASH instead of ?
  9.     window.open(my_link + "/newtest/Y/jatosStudyResultId/" + jatos.studyResultId)
  10. }
  11.