Millisecond Forums

redirect Inquisit Lab to weblink

https://forums.millisecond.com/Topic23785.aspx

By tecnika - 1/29/2018

Hi Dave,

Is it possible to redirect the experiment in Inquisit Lab (not web) to an online page at the end of the experiment?

Thank you,

T
By Dave - 1/30/2018

tecnika - Tuesday, January 30, 2018
Hi Dave,

Is it possible to redirect the experiment in Inquisit Lab (not web) to an online page at the end of the experiment?

Thank you,

T

> Is it possible to redirect the experiment in Inquisit Lab (not web) to an online page at the end of the experiment?

Not really. What you can do, however, is write a small command line script that (1) fires up Inquisit Lab / runs the experiment script, and then (2) once Inquisit Lab shuts down / is done fires up a web browser with the link to the respective online page. See e.g. https://www.millisecond.com/forums/FindPost14951.aspx

The following two documentation topics are relevant for the proper command line syntax to start Inquisit Lab:
https://www.millisecond.com/support/docs/v5/html/articles/batchscripts.htm
and
https://www.millisecond.com/support/docs/v5/html/howto/howtocommandline.htm

Hope this helps.

By tecnika - 1/30/2018

Dave - Tuesday, January 30, 2018
tecnika - Tuesday, January 30, 2018
Hi Dave,

Is it possible to redirect the experiment in Inquisit Lab (not web) to an online page at the end of the experiment?

Thank you,

T

> Is it possible to redirect the experiment in Inquisit Lab (not web) to an online page at the end of the experiment?

Not really. What you can do, however, is write a small command line script that (1) fires up Inquisit Lab / runs the experiment script, and then (2) once Inquisit Lab shuts down / is done fires up a web browser with the link to the respective online page. See e.g. https://www.millisecond.com/forums/FindPost14951.aspx

The following two documentation topics are relevant for the proper command line syntax to start Inquisit Lab:
https://www.millisecond.com/support/docs/v5/html/articles/batchscripts.htm
and
https://www.millisecond.com/support/docs/v5/html/howto/howtocommandline.htm

Hope this helps.


Thank you