Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1628:244ca9c8546d
If projectReturn is specified as a url it will return to that server. Currently only tested using the localHost server on port 8000, as per the python2.py server included
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 26 May 2015 18:47:59 +0100 |
parents | 9319c38cc278 |
children | 9c09cb530ec1 |
comparison
equal
deleted
inserted
replaced
1627:174421083d50 | 1628:244ca9c8546d |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <BrowserEvalProjectDocument> | 2 <BrowserEvalProjectDocument> |
3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'> | 3 <setup interface="APE" projectReturn="http://127.0.0.1:8000/save" randomiseOrder='true' collectMetrics='true'> |
4 <PreTest> | 4 <PreTest> |
5 <question id="Location" mandatory="true">Please enter your location.</question> | 5 <question id="Location" mandatory="true">Please enter your location.</question> |
6 <statement>Please listen to all mixes</statement> | 6 <statement>Please listen to all mixes</statement> |
7 </PreTest> | 7 </PreTest> |
8 <PostTest> | 8 <PostTest> |