How to remove final html screen at the end of the experiment? cognition.run #3117
Unanswered
davidebottari
asked this question in
Q&A
Replies: 1 comment
-
Hi @davidebottari, This is probably a question best aimed at the cognition.run team if the site is adding a default screen at the end of the experiment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We have an issue with each experiment we run on cognition.run
Probably this a very stupid issue! :)
At the end of the experiment, we would like a blank screen and not an HTML one.
Any can help us with how we can do this?
I attach below the code of one of the experiments (based on the example tasks provided in jsPsych).
Thanks in advance!!
Best,
Davide
var jsPsych = initJsPsych({
on_finish: function() {
jsPsych.data.displayData();
}
});
type: jsPsychSurveyText,
button_label: ['Continua'],
questions: [
{prompt: 'Inserisci il Codice Alfanumerico Personale già usato in fase di accesso alla survey.', required: true}
]
};
Beta Was this translation helpful? Give feedback.
All reactions