Mercurial > hg > webaudioevaluationtool
changeset 1135:70215fb5b24f
Added a schema of example scales (in future will add these as an automatic loading option for common scales so unique names please).
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 12 Jan 2016 13:06:58 +0000 |
parents | 45510c62a7c6 |
children | 45bb043fcd81 |
files | example_eval/mushra_example.xml scaledefinitions.xml |
diffstat | 2 files changed, 64 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/example_eval/mushra_example.xml Tue Jan 12 11:50:38 2016 +0000 +++ b/example_eval/mushra_example.xml Tue Jan 12 13:06:58 2016 +0000 @@ -55,10 +55,13 @@ <commentboxprefix>Comment on fragment</commentboxprefix> <interface> <scales> - <scalelabel position="0">Min</scalelabel> - <scalelabel position="100">Max</scalelabel> - <scalelabel position="50">Middle</scalelabel> - <scalelabel position="20">20</scalelabel> + <scalelabel position="12">Much Worse</scalelabel> + <scalelabel position="25">Worse</scalelabel> + <scalelabel position="38">Slightly Worse</scalelabel> + <scalelabel position="50">About the same</scalelabel> + <scalelabel position="62">Slightly Better</scalelabel> + <scalelabel position="75">Better</scalelabel> + <scalelabel position="88">Much Better</scalelabel> </scales> </interface> <audioelement url="0.wav" id="track-0" type="anchor"/> @@ -68,7 +71,7 @@ <audioelement url="4.wav" id="track-4"/> <survey location="before"> <surveyentry type="statement"> - <statement>Example of a 'MUSHRA' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75%.</statement> + <statement>Example of a 'MUSHRA' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75% using a Comparison Category Rating Scale.</statement> </surveyentry> </survey> <survey location="after">
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scaledefinitions.xml Tue Jan 12 13:06:58 2016 +0000 @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<scaledefinitions> + <scale name="Likert"> + <scalelabel position="0">Strongly Disagree</scalelabel> + <scalelabel position="25">Disagree</scalelabel> + <scalelabel position="50">Neutral</scalelabel> + <scalelabel position="75">Agree</scalelabel> + <scalelabel position="100">Strongly Agree</scalelabel> + </scale> + <scale name="ABC"> + <scalelabel position="100">Imperceptible</scalelabel> + <scalelabel position="75">Perceptible but not annoying</scalelabel> + <scalelabel position="50">Slightly annoying</scalelabel> + <scalelabel position="25">Annoying</scalelabel> + <scalelabel position="0">Very annoying</scalelabel> + </scale> + <scale name="Bipolar"> + <scalelabel position="0">-50</scalelabel> + <scalelabel position="50">0</scalelabel> + <scalelabel position="100">50</scalelabel> + </scale> + <scale name="ACR"> + <scalelabel position="0">Bad</scalelabel> + <scalelabel position="25">Poor</scalelabel> + <scalelabel position="50">Fair</scalelabel> + <scalelabel position="75">Good</scalelabel> + <scalelabel position="100">Excellent</scalelabel> + </scale> + <scale name="DCR"> + <scalelabel position="0">(1) Very Annoying</scalelabel> + <scalelabel position="25">(2) Annoying</scalelabel> + <scalelabel position="50">(3) Slightly Annoying</scalelabel> + <scalelabel position="75">(4) Audible but not Annoying</scalelabel> + <scalelabel position="100">(5) Inaudible</scalelabel> + </scale> + <scale name="CCR"> + <scalelabel position="12">Much Worse</scalelabel> + <scalelabel position="25">Worse</scalelabel> + <scalelabel position="38">Slightly Worse</scalelabel> + <scalelabel position="50">About the same</scalelabel> + <scalelabel position="62">Slightly Better</scalelabel> + <scalelabel position="75">Better</scalelabel> + <scalelabel position="88">Much Better</scalelabel> + </scale> + <scale name="Hedonic Category Rating Scale"> + <scalelabel position="10">Dislike Extremely</scalelabel> + <scalelabel position="20">Dislike Very Much</scalelabel> + <scalelabel position="30">Dislike Moderate</scalelabel> + <scalelabel position="40">Dislike Slightly</scalelabel> + <scalelabel position="50">Neither Like nor Dislike</scalelabel> + <scalelabel position="60">Like Slightly</scalelabel> + <scalelabel position="70">Like Moderate</scalelabel> + <scalelabel position="80">Like Very Much</scalelabel> + <scalelabel position="90">Like Extremely</scalelabel> + </scale> +</scaledefinitions>