Inquisit Web - Final page - redirect to a url only if the participant complete the experiment


Inquisit Web - Final page - redirect to a url only if the participant...
Author
Message
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
ebroggin - Wednesday, January 17, 2018
Dave - Monday, January 15, 2018
ebroggin - Monday, January 15, 2018
Hello,

Is it possible to redirect the participant to a final web page only once it has completed the whole experiment? If I add weblink of the final page in the "redirect to a url" option in "the final page", it redirects the participant also if s/he quit the experiment with Ctrl+Q.

Send participants to a page on millisecond.com or a different web site.

If this is not possible it will be ok if the last page of the experiment will inclide an hyperlink. Does Inquisit support Hyperlink?

Thank you,

Elena

> Is it possible to redirect the participant to a final web page only once it has completed the whole experiment?

Yes. You can set the defaults.finishpage property in the script /onexptend when some condition is met.

> If this is not possible it will be ok if the last page of the experiment will inclide an hyperlink. Does Inquisit support Hyperlink?

This is also possible. You can upload a simple HTML file along with your experiment that contains / displays your clickable hyperlink. You can set that HTML file to be used as "custom" finish page in your web experiment's settings.

Thank you, it works both ways! I am now trying to view the survey data in the same data file of other behavioural responses. I have tried with different attempt but this generate a data file with the right column name (the surveys one included), but these cells are empty. How can I view in the same data file the responses of the survey that is included in my inquisit experiment?



<data>
/file = "Data_LEFT_sociodemographic_webpage.iqdat"
/ separatefiles = false
/ columns = [build, date, time, subject, group, blockcode, values.block_nr, values.trial_nr, values.image, values.sentence, response, values.probability, values.wording, values.context, values.colour, values.keypress,
values.decision, latency, values.hazard, values.DecisionPerformace, values.totalblockdecision, values.TotalDecision, values.TotalBlockPerformance, values.totalperformance,
surveypage.ambiguity.response, dropdown.handedness.response, dropdown.handedness.selected, surveypage.handedness.response, surveypage.English.response, surveypage.age.response, surveypage.gender.response, surveypage.ethnicity.response,
surveypage.job.response, surveypage.education, openended.Comments.response]
</data>

Thank you,
Elena






Two options:
(1) Run your <surveypage>s via a <block> element's /trials attribute, not via a <survey> element. The will be captured in the data file just like any other type of <trial> then.
(2) Log the proper properties. A <surveypage> doesn't really have a "response", that's why surveypage.ambiguity.response returns nothing / remains empty. The things that do have responses are the actual question elements you are using, e.g as in radiobuttons.someradiobuttonsquestions.response.

tecnika
tecnika
Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)
Group: Forum Members
Posts: 156, Visits: 790
Dave - Monday, January 15, 2018
ebroggin - Monday, January 15, 2018
Hello,

Is it possible to redirect the participant to a final web page only once it has completed the whole experiment? If I add weblink of the final page in the "redirect to a url" option in "the final page", it redirects the participant also if s/he quit the experiment with Ctrl+Q.

Send participants to a page on millisecond.com or a different web site.

If this is not possible it will be ok if the last page of the experiment will inclide an hyperlink. Does Inquisit support Hyperlink?

Thank you,

Elena

> Is it possible to redirect the participant to a final web page only once it has completed the whole experiment?

Yes. You can set the defaults.finishpage property in the script /onexptend when some condition is met.

> If this is not possible it will be ok if the last page of the experiment will inclide an hyperlink. Does Inquisit support Hyperlink?

This is also possible. You can upload a simple HTML file along with your experiment that contains / displays your clickable hyperlink. You can set that HTML file to be used as "custom" finish page in your web experiment's settings.

Thank you, it works both ways! I am now trying to view the survey data in the same data file of other behavioural responses. I have tried with different attempt but this generate a data file with the right column name (the surveys one included), but these cells are empty. How can I view in the same data file the responses of the survey that is included in my inquisit experiment?



<data>
/file = "Data_LEFT_sociodemographic_webpage.iqdat"
/ separatefiles = false
/ columns = [build, date, time, subject, group, blockcode, values.block_nr, values.trial_nr, values.image, values.sentence, response, values.probability, values.wording, values.context, values.colour, values.keypress,
values.decision, latency, values.hazard, values.DecisionPerformace, values.totalblockdecision, values.TotalDecision, values.TotalBlockPerformance, values.totalperformance,
surveypage.ambiguity.response, dropdown.handedness.response, dropdown.handedness.selected, surveypage.handedness.response, surveypage.English.response, surveypage.age.response, surveypage.gender.response, surveypage.ethnicity.response,
surveypage.job.response, surveypage.education, openended.Comments.response]
</data>

Thank you,
Elena






Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
ebroggin - Monday, January 15, 2018
Hello,

Is it possible to redirect the participant to a final web page only once it has completed the whole experiment? If I add weblink of the final page in the "redirect to a url" option in "the final page", it redirects the participant also if s/he quit the experiment with Ctrl+Q.

Send participants to a page on millisecond.com or a different web site.

If this is not possible it will be ok if the last page of the experiment will inclide an hyperlink. Does Inquisit support Hyperlink?

Thank you,

Elena

> Is it possible to redirect the participant to a final web page only once it has completed the whole experiment?

Yes. You can set the defaults.finishpage property in the script /onexptend when some condition is met.

> If this is not possible it will be ok if the last page of the experiment will inclide an hyperlink. Does Inquisit support Hyperlink?

This is also possible. You can upload a simple HTML file along with your experiment that contains / displays your clickable hyperlink. You can set that HTML file to be used as "custom" finish page in your web experiment's settings.

tecnika
tecnika
Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)Guru (14K reputation)
Group: Forum Members
Posts: 156, Visits: 790
Hello,

Is it possible to redirect the participant to a final web page only once it has completed the whole experiment? If I add weblink of the final page in the "redirect to a url" option in "the final page", it redirects the participant also if s/he quit the experiment with Ctrl+Q.

Send participants to a page on millisecond.com or a different web site.

If this is not possible it will be ok if the last page of the experiment will inclide an hyperlink. Does Inquisit support Hyperlink?

Thank you,

Elena
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search