comparison docs/ResultsSpecificationDocument.tex @ 19:31a8cd5ddf75

Merged with some uncommited parts. My mistake!
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 08 Apr 2015 09:45:24 +0100
parents 9fb67a4ed709 18699932c396
children 3653190a0926
comparison
equal deleted inserted replaced
18:9fb67a4ed709 19:31a8cd5ddf75
24 \item \texttt{url} - Mandatory. Returns the full URL given incase of errors or for later checking. 24 \item \texttt{url} - Mandatory. Returns the full URL given incase of errors or for later checking.
25 \end{itemize} 25 \end{itemize}
26 26
27 \subsection{Value} 27 \subsection{Value}
28 One of these elements per track, containing the value between 0 and 100 relating the user rating of the track. This is a mandatory element. 28 One of these elements per track, containing the value between 0 and 100 relating the user rating of the track. This is a mandatory element.
29 % float or int? (I, Brecht, am sort of indifferent here, it used to be down to .01 or something before, so maybe that or .1)
30 % Nick - Can be a float, was trying to remove/reduce ambiguity from pixel position. But can easily make it to .01
29 31
30 \subsection{Comment} 32 \subsection{Comment}
31 One of these elements per track, containing any commenting data from the interface text boxes. Has the two following child nodes. 33 One of these elements per track, containing any commenting data from the interface text boxes. Has the two following child nodes.
32 \begin{itemize} 34 \begin{itemize}
33 \item \texttt{Question} - Returns the text next to the comment box 35 \item \texttt{Question} - Returns the text next to the comment box
39 41
40 The PostTest is a 1st level node and contains the response to any post-test questions given in the project specification. 42 The PostTest is a 1st level node and contains the response to any post-test questions given in the project specification.
41 43
42 \section{Session Data} 44 \section{Session Data}
43 This will contain any captured session data. Currently not implemented but here for future referencing. 45 This will contain any captured session data. Currently not implemented but here for future referencing.
46 % I used to have a 'global' comment for each 'session' as well
44 47
45 \section{Globals} 48 \section{Globals}
46 Contains any comment boxes which were specified in the APE project specification with the comment ID, comment text and the comment results. 49 Contains any comment boxes which were specified in the APE project specification with the comment ID, comment text and the comment results.
47 50
48 \end{document} 51 \end{document}