Millisecond Forums

On start of experiment emidiat jumpt to finish page

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

By Wim Slot - 6/18/2020

We have some experiments on mili2nd.com. Launching the experiment from the administration dashboard is working as expected but running it by the url in a browser:
- click on start
- open Inquisit Player
- Black screen popsup
- Jumps to finishpage

Any Idea if this is a setting in the experiment?
Any solutions?
We don't have errors in the web logging

https://mili2nd.co/56qb?subjectid=test&testid=my_test_id

Regards, Wim
By Wim Slot - 6/18/2020

Wim Slot - 6/18/2020
We have some experiments on mili2nd.com. Launching the experiment from the administration dashboard is working as expected but running it by the url in a browser:
- click on start
- open Inquisit Player
- Black screen popsup
- Jumps to finishpage

Any Idea if this is a setting in the experiment?
Any solutions?
We don't have errors in the web logging

https://mili2nd.co/56qb?subjectid=test&testid=my_test_id

Regards, Wim

The finish page is a redirect to an other experiment. So testing is a bit confusing
By Dave - 6/18/2020

Wim Slot - 6/18/2020
Wim Slot - 6/18/2020
We have some experiments on mili2nd.com. Launching the experiment from the administration dashboard is working as expected but running it by the url in a browser:
- click on start
- open Inquisit Player
- Black screen popsup
- Jumps to finishpage

Any Idea if this is a setting in the experiment?
Any solutions?
We don't have errors in the web logging

https://mili2nd.co/56qb?subjectid=test&testid=my_test_id

Regards, Wim

The finish page is a redirect to an other experiment. So testing is a bit confusing

Condition assignment in your script is based on group ID. Group ID needs to be numerical, because condition assignment is a mathematical operation. You use the value of the URL parameter testid as the group ID, and that value is not numerical

https://mili2nd.co/56qb?subjectid=test&testid=my_test_id

Hence no condition can be assigned and you'll go straight to finish.

By Wim Slot - 6/18/2020

Dave - 6/18/2020
Wim Slot - 6/18/2020
Wim Slot - 6/18/2020
We have some experiments on mili2nd.com. Launching the experiment from the administration dashboard is working as expected but running it by the url in a browser:
- click on start
- open Inquisit Player
- Black screen popsup
- Jumps to finishpage

Any Idea if this is a setting in the experiment?
Any solutions?
We don't have errors in the web logging

https://mili2nd.co/56qb?subjectid=test&testid=my_test_id

Regards, Wim

The finish page is a redirect to an other experiment. So testing is a bit confusing

Condition assignment in your script is based on group ID. Group ID needs to be numerical, because condition assignment is a mathematical operation. You use the value of the URL parameter testid as the group ID, and that value is not numerical

https://mili2nd.co/56qb?subjectid=test&testid=my_test_id

Hence no condition can be assigned and you'll go straight to finish.


Thank you, that makes sence.
Regards Wim