diff tests/examples/AB_example.xml @ 2583:5f7c11fa5f83

Added <surveyslider> to <survey> nodes. Supports min, max, minText and maxText.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 31 Oct 2016 16:34:55 +0000
parents 224842b28bf2
children bbe90393aadd
line wrap: on
line diff
--- a/tests/examples/AB_example.xml	Mon Oct 31 16:08:24 2016 +0000
+++ b/tests/examples/AB_example.xml	Mon Oct 31 16:34:55 2016 +0000
@@ -2,6 +2,11 @@
     <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
         <setup interface="AB" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23" playOne="true">
             <survey location="before">
+                <surveyslider id="sliders" max="100" min="0">
+                    <statement>Sliders!!</statement>
+                    <minText>Lefty</minText>
+                    <maxText>Righty</maxText>
+                </surveyslider>
                 <surveyquestion id="sessionId" mandatory="true">
                     <statement>Please enter your name.</statement>
                 </surveyquestion>