comparison docs/ResultsSpecificationDocument.tex @ 702:abed44552e79

SMC paper: Rough structure
author Brecht De Man <BrechtDeMan@users.noreply.github.com>
date Tue, 07 Apr 2015 21:47:50 +0200
parents 8343b2ba7ce7
children 31a8cd5ddf75 375410a5571d
comparison
equal deleted inserted replaced
701:c76205be5fc1 702:abed44552e79
17 \section{Track} 17 \section{Track}
18 The first child element is the \texttt{Track} element. This contains the results for a specific track. This requires the attribute \texttt{trackId} to be set to the numerical track Id. 18 The first child element is the \texttt{Track} element. This contains the results for a specific track. This requires the attribute \texttt{trackId} to be set to the numerical track Id.
19 19
20 \subsection{Value} 20 \subsection{Value}
21 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. 21 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.
22 % 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)
22 23
23 \subsection{Comment} 24 \subsection{Comment}
24 One of these elements per track, containing any commenting data from the interface text boxes. 25 One of these elements per track, containing any commenting data from the interface text boxes.
25 26
26 \section{Session Data} 27 \section{Session Data}
27 This will contain any captured session data. Currently not implemented but here for future referencing. 28 This will contain any captured session data. Currently not implemented but here for future referencing.
29 % I used to have a 'global' comment for each 'session' as well
28 30
29 \section{Globals} 31 \section{Globals}
30 Contains any comment boxes which were specified in the APE project specification with the comment ID, comment text and the comment results. 32 Contains any comment boxes which were specified in the APE project specification with the comment ID, comment text and the comment results.
31 33
32 \end{document} 34 \end{document}