agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq,
agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq ,
dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu
http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan
BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama
Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga
BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai
Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah
Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai
Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs
Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games
Comments
Hi @asifzach,
From your message I don't understand if you want to go frmo Qualtrics to your experiment in OSWeb or from OsWeb to Qualtrics.
Both are possible. You should have your experiment running on a JATOS server (or sinc OSWeb 2.0 you could also export your task as an HTML file and havie running on your own server, I think).
If you're not familiar with JATOS; please check the documentation. Your experiment must be running on a server to run online. The best way is to use a JATOS server.
From Qualtrics to JATOS: you need to make sure to program Qualtrics to redirect the user to the web adddress of your JATOS experiment. You can pass parameters along the URL (for example to pass the participant number frmo Qualtrics to your task). Make sure your task contains an inline_javascript object with code that will read fromthe URL parameters in order to retrieve that information and save it into whatever variable you like inside your task.
For example, this javascript code will retrieve the parameter "favoritefood" and "favoriteanimal" from the task's URL (as passed from Qualtrics).
If you want to go from your task to a Qualtrics survey, the logic is similar. You need to write some Javascript in an inline_Javascript object at the end of your task and you can embed parameters in the URL (you need to learn how to retrieve it within Qualtrics). This video illustrates the process with LimeSruvey but the logic is the same.
Best,
Fabrice.
Thank you, im slowly figuring this out!
yes, I want to go from my task to qualtrics. so far I did this :
Now I want to connect between the two. Is there a way I can show the participant his Jatos Study Id, so he can put in the Qualtrics?
Hi @asifzach,
If you want to transfer something from Jatos to Qualtrics, yes you can do so using the method you've setup. It may be of interest to you to pass on some paramters back to Qualtrics. For example, let's say that you have variables subid and studyid in your experiment, coding for the participant number and some study id. You can parse the content of these variables to Qualtrics within the URL itself by using this code (just insert your Qualtrics URL where appropriate:
You'll need to configure Qualtrics to read the parameters from the URL (see https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings/#PassingInformationIntoASurvey).
Best,
Fabrice.