Mercurial > hg > webaudioevaluationtool
diff example_eval/project.xml @ 118:f84a3a2c77d3
Fixed projectReturn=null to show XML save in popup window.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 May 2015 14:17:32 +0100 |
parents | 44ff8bf4dec1 |
children | 0c66c0bf2f69 |
line wrap: on
line diff
--- a/example_eval/project.xml Tue May 26 14:07:51 2015 +0100 +++ b/example_eval/project.xml Tue May 26 14:17:32 2015 +0100 @@ -2,11 +2,12 @@ <BrowserEvalProjectDocument> <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'> <PreTest> + <question id="Location" mandatory="true">Please enter your location.</question> <statement>Please listen to all mixes</statement> </PreTest> <PostTest> + <question id="SessionID" mandatory="true">Please enter your name.</question> <statement>Thank you for taking this listening test.</statement> - <question id="SessionID" mandatory="true">Please enter your name.</question> </PostTest> <Metric> <metricEnable>testTimer</metricEnable> @@ -41,6 +42,7 @@ <statement>Start the Test 3</statement> </PreTest> <PostTest> + <question id="genre" mandatory="true">Please enter the genre</question> </PostTest> </audioHolder> </BrowserEvalProjectDocument> \ No newline at end of file