view example_eval/post_survey.xml @ 15:853caf8cd74b

Update
author Giulio Moro <giuliomoro@yahoo.it>
date Wed, 04 May 2016 17:25:19 +0100
parents d2eb0e6ccaaf
children
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?>
<waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
	<setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
        <survey location="after">
            <surveyentry type="question" id="location" mandatory="true" boxsize="large">
                <statement>Please enter your location. (example mandatory text question)</statement>
            </surveyentry>
            <surveyentry type="number" id="age" min="0">
                <statement>Please enter your age (example non-mandatory number question)</statement>
            </surveyentry>
            <surveyentry type="radio" id="rating">
                <statement>Please rate this interface (example radio button question)</statement>
                <option name="bad">Bad</option>
                <option name="poor">Poor</option>
                <option name="good">Good</option>
                <option name="great">Great</option>
            </surveyentry>
            <surveyentry type="statement" id="done">
                <statement>Thank you for taking this listening test. May God be with you.</statement>
            </surveyentry>
        </survey>
		<metric>
			<metricenable>testTimer</metricenable>
			<metricenable>elementTimer</metricenable>
			<metricenable>elementInitialPosition</metricenable>
			<metricenable>elementTracker</metricenable>
			<metricenable>elementFlagListenedTo</metricenable>
			<metricenable>elementFlagMoved</metricenable>
			<metricenable>elementListenTracker</metricenable>
		</metric>
		<interface>
			<interfaceoption type="show" name='playhead'/>
			<interfaceoption type="show" name="page-count"/>
            <interfaceoption type="show" name='volume'/>
            <!--interfaceoption type="submit" name="post-submit-dialog">
                <a href="javascript:document.referrer">Click here to continue with the next test</a>
            </interfaceoption-->
		</interface>
	</setup>
    
    <page id="test-0" hostURL="example_eval/" showElementComments="false" hidden="true">
        <commentboxprefix>Comment on fragment</commentboxprefix>
        <interface>
            <title>Post-test survey</title>
        </interface>
        <audioelement url="1.wav" id="dummy"/>
    </page>

</waet>