changeset 22:1f375b7d75fd tip

updated warning for breaks during test
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 13 May 2016 19:01:08 +0100
parents 1ed0c5908575
children
files new/test_base.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/new/test_base.php	Fri May 13 18:50:16 2016 +0100
+++ b/new/test_base.php	Fri May 13 19:01:08 2016 +0100
@@ -69,7 +69,7 @@
     <br /><br />If you want to share this test with a friend, send them this URL: <strong>http://bit.do/hammondTest</strong>
     ';
   } else {
-    $bottomBox = 'If you want to have a break, come back to this page and continue from where you left, just come back to this URL:<br /><div id="currentUrl">'.$absoluteUrl.'</div>';
+    $bottomBox = 'If you want to have a break, come back to this page and continue from where you left, just come back to this URL:<br /><div id="currentUrl">'.$absoluteUrl.'</div><br />NOTE: if you need to have a break during a test, just leave the browser page open. If you leave the survey in the middle of a series of tests, the results of that series is lost.';
   }
   // until this point, the content of $tests will always be the same for a given $id,
   // regardless of how many times we visited this page.