annotate scaledefinitions.xml @ 2217:cb27ece65a5c

Review for Issue #2. Should be a working implementation. See issue post for usage.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 12 Apr 2016 11:48:40 +0100
parents 175cf75946f7
children
rev   line source
nickjillings@1289 1 <?xml version="1.0" encoding="UTF-8" ?>
nickjillings@1289 2 <scaledefinitions>
nickjillings@1289 3 <scale name="Likert">
nickjillings@1289 4 <scalelabel position="0">Strongly Disagree</scalelabel>
nickjillings@1289 5 <scalelabel position="25">Disagree</scalelabel>
nickjillings@1289 6 <scalelabel position="50">Neutral</scalelabel>
nickjillings@1289 7 <scalelabel position="75">Agree</scalelabel>
nickjillings@1289 8 <scalelabel position="100">Strongly Agree</scalelabel>
nickjillings@1289 9 </scale>
nickjillings@1289 10 <scale name="ABC">
nickjillings@1289 11 <scalelabel position="100">Imperceptible</scalelabel>
nickjillings@1289 12 <scalelabel position="75">Perceptible but not annoying</scalelabel>
nickjillings@1289 13 <scalelabel position="50">Slightly annoying</scalelabel>
nickjillings@1289 14 <scalelabel position="25">Annoying</scalelabel>
nickjillings@1289 15 <scalelabel position="0">Very annoying</scalelabel>
nickjillings@1289 16 </scale>
nickjillings@1289 17 <scale name="Bipolar">
nickjillings@1289 18 <scalelabel position="0">-50</scalelabel>
nickjillings@1289 19 <scalelabel position="50">0</scalelabel>
nickjillings@1289 20 <scalelabel position="100">50</scalelabel>
nickjillings@1289 21 </scale>
nickjillings@1289 22 <scale name="ACR">
nickjillings@1289 23 <scalelabel position="0">Bad</scalelabel>
nickjillings@1289 24 <scalelabel position="25">Poor</scalelabel>
nickjillings@1289 25 <scalelabel position="50">Fair</scalelabel>
nickjillings@1289 26 <scalelabel position="75">Good</scalelabel>
nickjillings@1289 27 <scalelabel position="100">Excellent</scalelabel>
nickjillings@1289 28 </scale>
nickjillings@1289 29 <scale name="DCR">
nickjillings@1289 30 <scalelabel position="0">(1) Very Annoying</scalelabel>
nickjillings@1289 31 <scalelabel position="25">(2) Annoying</scalelabel>
nickjillings@1289 32 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nickjillings@1289 33 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nickjillings@1289 34 <scalelabel position="100">(5) Inaudible</scalelabel>
nickjillings@1289 35 </scale>
nickjillings@1289 36 <scale name="CCR">
nickjillings@1289 37 <scalelabel position="12">Much Worse</scalelabel>
nickjillings@1289 38 <scalelabel position="25">Worse</scalelabel>
nickjillings@1289 39 <scalelabel position="38">Slightly Worse</scalelabel>
nickjillings@1289 40 <scalelabel position="50">About the same</scalelabel>
nickjillings@1289 41 <scalelabel position="62">Slightly Better</scalelabel>
nickjillings@1289 42 <scalelabel position="75">Better</scalelabel>
nickjillings@1289 43 <scalelabel position="88">Much Better</scalelabel>
nickjillings@1289 44 </scale>
nickjillings@1289 45 <scale name="Hedonic Category Rating Scale">
nickjillings@1289 46 <scalelabel position="10">Dislike Extremely</scalelabel>
nickjillings@1289 47 <scalelabel position="20">Dislike Very Much</scalelabel>
nickjillings@1289 48 <scalelabel position="30">Dislike Moderate</scalelabel>
nickjillings@1289 49 <scalelabel position="40">Dislike Slightly</scalelabel>
nickjillings@1289 50 <scalelabel position="50">Neither Like nor Dislike</scalelabel>
nickjillings@1289 51 <scalelabel position="60">Like Slightly</scalelabel>
nickjillings@1289 52 <scalelabel position="70">Like Moderate</scalelabel>
nickjillings@1289 53 <scalelabel position="80">Like Very Much</scalelabel>
nickjillings@1289 54 <scalelabel position="90">Like Extremely</scalelabel>
nickjillings@1289 55 </scale>
nickjillings@1289 56 </scaledefinitions>