Mercurial > hg > webaudioevaluationtool
changeset 2353:795fe4edf2c1
#10 Added test descriptions to interface-specs.xml
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 16 May 2016 13:19:51 +0100 |
parents | 76a4878d0f1f |
children | ce406455f25b |
files | test_create/interface-specs.xml |
diffstat | 1 files changed, 48 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/test_create/interface-specs.xml Mon May 16 12:21:16 2016 +0100 +++ b/test_create/interface-specs.xml Mon May 16 13:19:51 2016 +0100 @@ -262,12 +262,35 @@ </scale> </scaledefinitions> <tests> - <test name="APE" interface="APE"/> - <test name="vertical-sliders" interface="MUSHRA"/> - <test name="horizontal-sliders" interface="horizontal"/> - <test name="discrete" interface="discrete"/> - <test name="Comparison" interface="AB"/> + <test name="APE" interface="APE"> + <descriptions> + <description lang="en">Audio Perceptual Evaluation. A multi-stimulus test where each audio fragment is shown on one continuous slider. Fragments are randomnly positioned along the slider. The user clicks a fragment to play and drags to move.</description> + </descriptions> + </test> + <test name="vertical-sliders" interface="MUSHRA"> + <descriptions> + <description lang="en">Each element is given its own vertical slider with user defined scale markers.</description> + </descriptions> + </test> + <test name="horizontal-sliders" interface="horizontal"> + <descriptions> + <description lang="en">Each element is given its own horizontal slider with user defined scale markers.</description> + </descriptions> + </test> + <test name="discrete" interface="discrete"> + <descriptions> + <description lang="en">Each element is given a horizontal scale broken into a number of discrete choices. The number of choices is defined by the scale markers.</description> + </descriptions> + </test> + <test name="Comparison" interface="AB"> + <descriptions> + <description lang="en">An N-way comparison test. Each element is given its own selector box. The user can select one element per page for submission.</description> + </descriptions> + </test> <test name="MUSHRA" interface="MUSHRA"> + <descriptions> + <description lang="en">Multi-stimulus with hidden reference and anchor. Each fragment is shown on its own vertical slider. One fragment must be labelled as a reference and another labelled as an anchor. One external reference must also be shown.</description> + </descriptions> <checks> <entry name="fragmentMoved" support="none"/> <entry name="fragmentPlayed" support="none"/> @@ -289,6 +312,9 @@ <scale name="ACR"/> </test> <test name="Rank" interface="discrete"> + <descriptions> + <description lang="en">Each stimulus is placed on a discrete scale equalling the number of fragments. The fragments are then ranked based on the question posed. Only one element can occupy a rank position</description> + </descriptions> <checks> <entry name="fragmentPlayed" support="none"/> <entry name="fragmentFullPlayback" support="none"/> @@ -303,6 +329,9 @@ <scale name="undefined"/> </test> <test name="Likert" interface="discrete"> + <descriptions> + <description lang="en">Each stimulus is placed on a discrete scale. The scale is fixed to the Likert scale options of 'Strongly Disagree', 'Disagree', 'Neutral', 'Agree' and 'Strongly Agree'</description> + </descriptions> <checks> <entry name="fragmentPlayed" support="none"/> <entry name="fragmentFullPlayback" support="none"/> @@ -317,6 +346,9 @@ <scale name="Likert"/> </test> <test name="ABC/HR" interface="MUSHRA"> + <descriptions> + <description lang="en">Each stimulus is placed on a vertical slider. The scale is fixed with the labels 'Imperceptible' to 'Very Annoying'</description> + </descriptions> <checks> <entry name="fragmentMoved" support="none"/> <entry name="fragmentPlayed" support="none"/> @@ -332,6 +364,9 @@ <scale name="ABC"/> </test> <test name="Bipolar" interface="horizontal"> + <descriptions> + <description lang="en">Each stimulus is placed on a horizontal slider and initialised to the value '0'. The scale operates from -50 to +5-. In the results this is normalised, like all other interfaces, from 0 (-50) to 1 (+50).</description> + </descriptions> <checks> <entry name="fragmentMoved" support="mandatory"/> <entry name="fragmentPlayed" support="none"/> @@ -350,7 +385,11 @@ <scale name="Bipolar"/> </test> <test name="ACR" interface="discrete"> + <descriptions> + <description lang="en">Absolute Category Rating. Each element is on a discrete scale of 'Bad', 'Poor', 'Fair', 'Good' and 'Excellent'. Each element must be given a rating.</description> + </descriptions> <checks> + <entry name="fragmentMoved" support="mandatory"/> <entry name="fragmentPlayed" support="none"/> <entry name="fragmentFullPlayback" support="none"/> <entry name="fragmentComments" support="none"/> @@ -428,6 +467,9 @@ <scale name="ABC"/> </test> <test name="AB" interface="AB"> + <descriptions> + <description lang="en">Each page has only two audio fragments. The user must select one of the two fragments to proceed. There can be one hidden reference.</description> + </descriptions> <checks> <entry name="fragmentPlayed" support="none"/> <entry name="fragmentFullPlayback" support="none"/> @@ -441,7 +483,7 @@ </show> <elements> <number min="2" max="2"/> - <outsidereference min="0" max="0"/> + <outsidereference min="0" max="1"/> </elements> </test> <test name="ABX" interface="ABX"/>