0 votes
in SoSci Survey (English) by s139455 (190 points)

When should we use the 'Survey finished' button under 'Project Overview'? For multi-wave surveys (many questionnaires under the same project), is the survey supposed to finish once ALL questionnaires/waves are completed?

In the meantime, what's the proposed way to close individual questionnaires/waves? Should we use the Internal/locked access restriction?

Many thanks

1 Answer

0 votes
by SoSci Survey (302k points)

what's the proposed way to close individual questionnaires/waves? Should we use the Internal/locked access restriction?

Yes, you can use the access restrictions. Or you may use a PHP code snippet on the first page:

if (time() >= strtotime('2020-06-11')) {
  text('finished');
  buttonHide();
  pageStop();
}

When should we use the 'Survey finished' button under 'Project Overview'?

There is no need to use that button at all. It will only display you different information. If the survey administration period has finished, the project will automatically enter that project phase.

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...