comparison docs/ResultsSpecificationDocument.tex @ 2281:185232d01324

Change all instances of 'metricResult' to 'metricresult'
author Brecht De Man <b.deman@qmul.ac.uk>
date Wed, 20 Apr 2016 21:41:49 +0200
parents 64841d470f99
children
comparison
equal deleted inserted replaced
2279:17b7ab4f93f2 2281:185232d01324
42 \item \texttt{Question} - Returns the text next to the comment box 42 \item \texttt{Question} - Returns the text next to the comment box
43 \item \texttt{Response} - Returns the text in the comment box 43 \item \texttt{Response} - Returns the text in the comment box
44 \end{itemize} 44 \end{itemize}
45 45
46 \subsubsection{metrics} 46 \subsubsection{metrics}
47 One of these holders per audioElement, containing the results from any of the enabled per element metrics in metricResult tags. The ID of each element represents the metricEnable tag element. The inner value contains the results. 47 One of these holders per audioElement, containing the results from any of the enabled per element metrics in metricresult tags. The ID of each element represents the metricEnable tag element. The inner value contains the results.
48 48
49 % Will list specific response structures per metric! 49 % Will list specific response structures per metric!
50 50
51 \subsection{metrics} 51 \subsection{metrics}
52 One of these holders per testResults tag, containing the results from any of the enabled per test metrics in metricResult tags. The ID of each element represents the metricEnable tag element. The inner value contains the results. 52 One of these holders per testResults tag, containing the results from any of the enabled per test metrics in metricresult tags. The ID of each element represents the metricEnable tag element. The inner value contains the results.
53 53
54 % Will list specific response structures per metric! 54 % Will list specific response structures per metric!
55 55
56 \section{PreTest and PostTest} 56 \section{PreTest and PostTest}
57 A 1st level node, contains the response to any pre-test questions given in the project specification. These are stored in the same Comment node as outlined in the above audioElement. 57 A 1st level node, contains the response to any pre-test questions given in the project specification. These are stored in the same Comment node as outlined in the above audioElement.