Mercurial > hg > waet-hammond-1
diff test_list.php @ 11:4261f898bd4c
Update
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 24 Apr 2016 20:49:20 +0100 |
parents | d4ccb6739bdf |
children |
line wrap: on
line diff
--- a/test_list.php Sun Apr 24 20:49:12 2016 +0100 +++ b/test_list.php Sun Apr 24 20:49:20 2016 +0100 @@ -4,7 +4,7 @@ $baseUrl = 'index.html?url=hammond/tests'.$lang.'/'; $preSurvey = $defaultTestEntry; $preSurvey['url'] = $baseUrl.'pre_survey.xml'; - $preSurvey['string'] = 'Pre-survey'; + $preSurvey['string'] = 'Survey'; $trainingVideo = $defaultTestEntry; $trainingVideo['url'] = 'embedded_player.php?v=kcRtyvQxbgU'; @@ -33,5 +33,5 @@ $seed = hexdec(substr($id, -8)); //shuffling only the order of the ABtests fisherYatesShuffle($abTests, $seed); - $tests = array_merge(Array($preSurvey), Array($trainingVideo), Array($trainingSamples), $abTests, Array($likertTest), Array($postSurvey)); + $tests = array_merge(Array($preSurvey), Array($trainingVideo), Array($trainingSamples), $abTests, Array($likertTest));