Mercurial > hg > webaudioevaluationtool
comparison tests/examples/AB_example.xml @ 2779:46105b2573fc
#138. Fixed image per interface implemented in core. Working example in AB
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 21 Apr 2017 15:07:24 +0100 |
parents | 2fc62a50d593 |
children | 28bc4e90e026 |
comparison
equal
deleted
inserted
replaced
2778:80c95ab21220 | 2779:46105b2573fc |
---|---|
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="false" poolSize="2" loudness="-23" playOne="true"> |
4 <survey location="before"> | 4 <survey location="before"> |
5 <surveyquestion id="sessionId" mandatory="true"> | 5 <surveyquestion id="sessionId" mandatory="true"> |
6 <statement>Please enter your name.</statement> | 6 <statement>Please enter your name.</statement> |
7 </surveyquestion> | 7 </surveyquestion> |
8 <surveycheckbox id="checkboxtest" mandatory="true"> | 8 <surveycheckbox id="checkboxtest" mandatory="true"> |
54 </interface> | 54 </interface> |
55 </setup> | 55 </setup> |
56 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='false' loudness="-12"> | 56 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='false' loudness="-12"> |
57 <commentboxprefix>Comment on fragment</commentboxprefix> | 57 <commentboxprefix>Comment on fragment</commentboxprefix> |
58 <interface> | 58 <interface> |
59 <title>Depth</title> | 59 <title>Which sounds most like a drum?</title> |
60 <image src="https://upload.wikimedia.org/wikipedia/commons/0/0a/Drumkit-icon.png" /> | |
60 </interface> | 61 </interface> |
61 <audioelement url="0.wav" id="track-0" /> | 62 <audioelement url="0.wav" id="track-0" /> |
62 <audioelement url="1.wav" id="track-1" /> | 63 <audioelement url="1.wav" id="track-1" /> |
63 <survey location="before"> | 64 <survey location="before"> |
64 <surveystatement id="test-0-intro"> | 65 <surveystatement id="test-0-intro"> |
65 <statement>A two way comparison using randomised element order, automatic loudness and synchronised looping.</statement> | 66 <statement>A two way comparison using randomised element order, automatic loudness and synchronised looping. Also an embedded image</statement> |
66 </surveystatement> | 67 </surveystatement> |
67 </survey> | 68 </survey> |
68 <survey location="after"> | 69 <survey location="after"> |
69 <surveyquestion id="genre-0" mandatory="true"> | 70 <surveyquestion id="genre-0" mandatory="true"> |
70 <statement>Please enter the genre.</statement> | 71 <statement>Please enter the genre.</statement> |