# HG changeset patch # User Giulio Moro # Date 1463162468 -3600 # Node ID 1f375b7d75fd00522e3749571ff044dff17d0d47 # Parent 1ed0c5908575c9485173e82443e3f621d478154b updated warning for breaks during test diff -r 1ed0c5908575 -r 1f375b7d75fd new/test_base.php --- 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 @@

If you want to share this test with a friend, send them this URL: http://bit.do/hammondTest '; } 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:
'.$absoluteUrl.'
'; + $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:
'.$absoluteUrl.'

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.