Mercurial > hg > webaudioevaluationtool
comparison 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 |
comparison
equal
deleted
inserted
replaced
2582:224842b28bf2 | 2583:5f7c11fa5f83 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> | 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> |
3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23" playOne="true"> | 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23" playOne="true"> |
4 <survey location="before"> | 4 <survey location="before"> |
5 <surveyslider id="sliders" max="100" min="0"> | |
6 <statement>Sliders!!</statement> | |
7 <minText>Lefty</minText> | |
8 <maxText>Righty</maxText> | |
9 </surveyslider> | |
5 <surveyquestion id="sessionId" mandatory="true"> | 10 <surveyquestion id="sessionId" mandatory="true"> |
6 <statement>Please enter your name.</statement> | 11 <statement>Please enter your name.</statement> |
7 </surveyquestion> | 12 </surveyquestion> |
8 <surveycheckbox id="checkboxtest" mandatory="true"> | 13 <surveycheckbox id="checkboxtest" mandatory="true"> |
9 <statement>Please select with which activities you have any experience (example checkbox question)</statement> | 14 <statement>Please select with which activities you have any experience (example checkbox question)</statement> |