diff test_list.php @ 3:d4ccb6739bdf

Updates, doing alright
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 22 Apr 2016 02:27:42 +0100
parents d2eb0e6ccaaf
children 4261f898bd4c
line wrap: on
line diff
--- a/test_list.php	Fri Apr 22 02:27:26 2016 +0100
+++ b/test_list.php	Fri Apr 22 02:27:42 2016 +0100
@@ -1,7 +1,7 @@
 <?php
 // need to generate an array $tests containing the tests in the order they should be executed
   $lang='';
-  $baseUrl = 'index.html?url=hammond/'.$lang.'/';
+  $baseUrl = 'index.html?url=hammond/tests'.$lang.'/';
   $preSurvey = $defaultTestEntry;
   $preSurvey['url'] = $baseUrl.'pre_survey.xml';
   $preSurvey['string'] = 'Pre-survey';
@@ -18,15 +18,13 @@
   $postSurvey['url'] = $baseUrl.'post_survey.xml';
   $postSurvey['string'] = 'Post-survey';
 
-  $abTests = Array($defaultTestEntry, $defaultTestEntry, $defaultTestEntry, $defaultTestEntry);
-  $abTests[0]['url'] = $baseUrl.'ABshort.xml';
-  $abTests[0]['string'] = 'AB0';
-  $abTests[1]['url'] = $baseUrl.'ABshort.xml';
-  $abTests[1]['string'] = 'AB1';
-  $abTests[2]['url'] = $baseUrl.'ABshort.xml';
-  $abTests[2]['string'] = 'AB2';
-  $abTests[3]['url'] = $baseUrl.'ABshort.xml';
-  $abTests[3]['string'] = 'AB3';
+  $abTests = Array($defaultTestEntry, $defaultTestEntry, $defaultTestEntry);
+  $abTests[0]['url'] = $baseUrl.'AB-p-s.xml';
+  $abTests[0]['string'] = 'A/B pressed/struck';
+  $abTests[1]['url'] = $baseUrl.'AB-ps-pf.xml';
+  $abTests[1]['string'] = 'A/B fast/slow pressed';
+  $abTests[2]['url'] = $baseUrl.'AB-ss-sf.xml';
+  $abTests[2]['string'] = 'A/B fast/slow struck';
 
   $likertTest = $defaultTestEntry;
   $likertTest['url'] = $baseUrl.'labelling.xml';