# HG changeset patch # User Brecht De Man # Date 1450463206 0 # Node ID 9bf8ecbcdc8a3ff467179eb6c2a7d1ef08535976 # Parent a066b8bc556f103d73ab402c17cd48e98a2c6766 Index page now links to example APE project, example MUSHRA project, test creator, analysis page, citing info, GNU license, and instructions. Instructions and example project contain info on checkboxes. diff -r a066b8bc556f -r 9bf8ecbcdc8a CITING.txt --- a/CITING.txt Fri Dec 18 17:54:47 2015 +0000 +++ b/CITING.txt Fri Dec 18 18:26:46 2015 +0000 @@ -5,7 +5,7 @@ Feel free to let us know how you have used it! We highly welcome any kind of feedback, bug reports and feature requests. -n.g.r.jillings@se14.qmul.ac.uk +nicholas.jillings@mail.bcu.ac.uk b.deman@qmul.ac.uk d.j.moffat@qmul.ac.uk joshua.reiss@qmul.ac.uk \ No newline at end of file diff -r a066b8bc556f -r 9bf8ecbcdc8a ape.js --- a/ape.js Fri Dec 18 17:54:47 2015 +0000 +++ b/ape.js Fri Dec 18 18:26:46 2015 +0000 @@ -308,7 +308,7 @@ pagecountHolder = document.createElement('div'); pagecountHolder.id = 'page-count'; } - pagecountHolder.innerHTML = 'Test '+(audioHolderObject.presentedId+1)+' of '+specification.audioHolders.length+''; + pagecountHolder.innerHTML = 'Page '+(audioHolderObject.presentedId+1)+' of '+specification.audioHolders.length+''; var inject = document.getElementById('interface-buttons'); inject.appendChild(pagecountHolder); } diff -r a066b8bc556f -r 9bf8ecbcdc8a docs/Instructions/Instructions.tex --- a/docs/Instructions/Instructions.tex Fri Dec 18 17:54:47 2015 +0000 +++ b/docs/Instructions/Instructions.tex Fri Dec 18 18:26:46 2015 +0000 @@ -32,7 +32,7 @@ The tool is available in its entirety including source code on \url{https://code.soundsoftware.ac.uk/projects/webaudioevaluationtool/}, under the GNU General Public License v3.0 (\url{http://choosealicense.com/licenses/gpl-3.0/}), see also LICENSE.txt. -% TO DO: Linux +% TO DO: Linux (Android, iOS) \tableofcontents @@ -257,7 +257,7 @@ \item[question] Expects a text answer (in a text box). Has the \texttt{boxsize} argument: set to ``large'' or ``huge'' for a bigger box size. \item[number] Expects a numerical value. Attribute \texttt{min="0"} specifies the minimum value - in this case the answer must be stricly positive before the subject can continue. \item[radio] Radio buttons. - \item[checkbox] Checkboxes.\\ + \item[checkbox] Checkboxes. Note that when making a checkbox question ``mandatory'', the subject is forced to select at least one option (which could be e.g. `Other' or `None').\\ \end{description} \textbf{Example usage:}\\ @@ -294,6 +294,11 @@ + + Please select with which activities you have any experience (example checkbox question) + + + Thank you for taking this listening test. Please click 'Submit' and your results will appear in the 'saves/' folder. \end{lstlisting} @@ -641,9 +646,11 @@ \clearpage -\section{Vocabulary} % just to keep track of what exactly we call things. Don't use terms that are too different, to avoid confusion. +\section{Terminology} % just to keep track of what exactly we call things. Don't use terms that are too different, to avoid confusion. + As a guide to better understand the Instructions, and to expand them later, here is a list of terms that may be unclear or ambiguous unless properly defined. \begin{description} \item[Subject] The word we use for a participant, user, ... of the test, i.e. not the experimenter who designs the test but the person who evaluates the audio under test as part of an experiment (or the preparation of one). + \item[User] The person who uses the tool to configure, run and analyse the test - i.e. the experimenter, most likely a researcher - or at least \item[Page] A screen in a test; corresponds with an \texttt{audioholder} \item[Fragment] An element or sample in a test; corresponds with an \texttt{audioelement} \item[Test] A complete test which can consist of several pages; corresponds with an entire configuration XML file diff -r a066b8bc556f -r 9bf8ecbcdc8a example_eval/project.xml --- a/example_eval/project.xml Fri Dec 18 17:54:47 2015 +0000 +++ b/example_eval/project.xml Fri Dec 18 18:26:46 2015 +0000 @@ -3,6 +3,14 @@ Please enter your name. + + Please select with which activities you have any experience (example checkbox question) + + + + + + This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'. diff -r a066b8bc556f -r 9bf8ecbcdc8a index.html --- a/index.html Fri Dec 18 17:54:47 2015 +0000 +++ b/index.html Fri Dec 18 18:26:46 2015 +0000 @@ -23,8 +23,7 @@ window.onbeforeunload = function() { return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; }; - - var url = 'example_eval/project.xml'; + // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly if (window.location.search.length != 0) { @@ -49,7 +48,24 @@
-

HTML5 APE Tool

+

Web Audio Evaluation Tool

+

Start menu

+ + +
+ + + +