annotate scaledefinitions.xml @ 1303:ade3acb0cee3

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