Mercurial > hg > webaudioevaluationtool
view xml/scaledefinitions.xml @ 2376:c41caaa96633
Some fixes for #90. Also a failsafe loop if the server never responds with meaningul information from saves (for instance, running only on apache or basic http servers). More changes to pythonServer for python 3.5. Please check if still valid on 2.7
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 19 May 2016 10:44:19 +0100 |
parents | 760719986df3 |
children | 464c6c6692d6 |
line wrap: on
line source
<?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>