# HG changeset patch # User Nicholas Jillings # Date 1450463486 0 # Node ID 5590afd8954449ef7e811af4234b8f976f680088 # Parent 7fba5afe041e2584fe26ed5062fae9ffaf158a69# Parent bbfcb31c37e4684b9b6ca33aff71d13de12a7310 Merge. Reload will only generate alert if test is loaded. diff -r bbfcb31c37e4 -r 5590afd89544 CITING.txt --- a/CITING.txt Fri Dec 18 18:28:06 2015 +0000 +++ b/CITING.txt Fri Dec 18 18:31:26 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 bbfcb31c37e4 -r 5590afd89544 ape.js --- a/ape.js Fri Dec 18 18:28:06 2015 +0000 +++ b/ape.js Fri Dec 18 18:31:26 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 bbfcb31c37e4 -r 5590afd89544 docs/Instructions/Instructions.tex --- a/docs/Instructions/Instructions.tex Fri Dec 18 18:28:06 2015 +0000 +++ b/docs/Instructions/Instructions.tex Fri Dec 18 18:31:26 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 bbfcb31c37e4 -r 5590afd89544 example_eval/project.xml --- a/example_eval/project.xml Fri Dec 18 18:28:06 2015 +0000 +++ b/example_eval/project.xml Fri Dec 18 18:31:26 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 bbfcb31c37e4 -r 5590afd89544 index.html --- a/index.html Fri Dec 18 18:28:06 2015 +0000 +++ b/index.html Fri Dec 18 18:31:26 2015 +0000 @@ -20,11 +20,6 @@ @@ -49,7 +47,24 @@
-

HTML5 APE Tool

+

Web Audio Evaluation Tool

+

Start menu

+ + +
+ + + +