Millisecond Forums

Is there an easy way for participants to quit Inquisit Web early?

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

By watsonian - 1/13/2015

Hello,
I'm putting together a study that includes several scripts batched together.  I want to let participants have the ability to quit early from the study if they want to withdraw, especially given there are multiple tasks so they might just decide its not worth it for them.  I know they can use crtl+Q but they would have to do it for each script in order to actually exit the study.  Is there any shortcut for them to quit the entire batch?

Thanks!
By Dave - 1/13/2015

You can make something like this happen by using the script.abort() function in your scripts. It comes with the option to terminate the entire batch:

https://www.millisecond.com/support/docs/v4/html/language/functions/abort.htm
By Kambo - 3/15/2022

Dave - 1/14/2015
You can make something like this happen by using the script.abort() function in your scripts. It comes with the option to terminate the entire batch:

https://www.millisecond.com/support/docs/v4/html/language/functions/abort.htm

I have the same question - can this command be set at the batch level, so that I don't have to edit every single script?

Heidi
By Dave - 3/15/2022

Heidi Umbach Hansen - 3/15/2022
Dave - 1/14/2015
You can make something like this happen by using the script.abort() function in your scripts. It comes with the option to terminate the entire batch:

https://www.millisecond.com/support/docs/v4/html/language/functions/abort.htm

I have the same question - can this command be set at the batch level, so that I don't have to edit every single script?

Heidi

Under Inquisit 4? No. If you are using Inquisit 6, you can make use of <defaults> in batch scripts and define a custom /quitcommand. Or you can make use of the built-in method to abort an entire batch of scripts (CTRL+SHIFT+Q).