# HG changeset patch # User Nicholas Jillings # Date 1428749104 -3600 # Node ID 211d3e0eeafe4b07f53a6a367d67980e5ae7323a # Parent 896111a0849bf91bd74b817fe29865f1c1bbfb10 Updated the interface modification to the specification document. Updated example XML at bottom of the page diff -r 896111a0849b -r 211d3e0eeafe docs/ProjectSpecificationDocument.pdf Binary file docs/ProjectSpecificationDocument.pdf has changed diff -r 896111a0849b -r 211d3e0eeafe docs/ProjectSpecificationDocument.tex --- a/docs/ProjectSpecificationDocument.tex Fri Apr 10 19:09:21 2015 +0100 +++ b/docs/ProjectSpecificationDocument.tex Sat Apr 11 11:45:04 2015 +0100 @@ -66,9 +66,13 @@ \item \texttt{ID} - Optional, Number. Give the track a specific ID for the return. This will help if using multiple projects to spread a test across multiple sessions and/or locations, where each test will not use all the samples. If one audioElement is given the ID 3, the next audioElement (assuming it does not have an ID set itself) will have the ID of 4. This continues until the next audioElement with the ID attribute set is reached. \end{itemize} -\section{interfaceSetup} +\section{interface tag} -This is contained within the audioHolder tag and outlines test instance specific requirements. These include the following children tags: title - question title at the top of the page, scaleMin - minimum scale value text, scaleMax - maximum scale value text, scaleMid - halfway scale value text. There is also a preTest tag here allowing for specific questions/statements to be presented before running this specific test. +This is contained within the audioHolder tag and outlines test instance specific requirements. These include the following children tags: +\begin{itemize} +\item 'title' - Contains the test title to be shown at the top of the page +\item 'scale' - Takes the attribute position to be a value between 0 and 100 indicating where on the scale to place the text contained inside. +\end{itemize} \section {CommentQuestion tag} @@ -161,29 +165,51 @@ \begin{lstlisting} - - - - - - - - - - - - - - - What is your mixing experiance - - Please listen to all mixes - - - Thank you for taking this listening test. - Please enter your name. - + + + Please listen to all mixes + Please enter your listening location + + + Thank you for taking this listening test. + Please enter your name. + + + testTimer + elementTimer + elementTracker + elementFlagListenedTo + elementFlagMoved + + + + + Example Test Question + Min + Max + Middle + 20 + + + + + + + + + + + + + What is your mixing experiance + + Start the Test 3 + + + Please take a break before the next test + How did you find the test + + \end{lstlisting}