Skip to content

Commit

Permalink
Dev: comment initFirstStep()
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 21, 2016
1 parent 6389b2f commit 751b27a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -758,6 +758,13 @@ private function getSurveyOptions($thissurvey, $LEMdebugLevel, $timeadjust, $cli
return $surveyOptions;
}

/**
* If it's the first time the survey is loaded:
* - Init session, randomization and filed array
* - Check surveyid coherence
* - Init $LEM states.
* - Decide if Welcome page should be shown
*/
private function initFirstStep()
{
// retrieve datas from local variable
Expand Down

0 comments on commit 751b27a

Please sign in to comment.