annotate docs/ResultsSpecificationDocument.tex @ 17:18699932c396

SMC paper: Rough structure
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 07 Apr 2015 21:47:50 +0200
parents 8343b2ba7ce7
children 31a8cd5ddf75 375410a5571d
rev   line source
nicholas@9 1 \documentclass{article}
nicholas@9 2
nicholas@9 3 \usepackage[margin=2cm]{geometry}
nicholas@9 4 \usepackage{listings}
nicholas@9 5 \usepackage{color}
nicholas@9 6
nicholas@9 7 \begin{document}
nicholas@9 8
nicholas@9 9 \large APE Browser Tool - Results Specification Document
nicholas@9 10
nicholas@9 11 \section{Introduction}
nicholas@9 12 This document outlines the return XML document structure to hold the results from the Browser Evaluation Tool, specifically for the APE Interface.
nicholas@9 13
nicholas@9 14 \section{Root}
nicholas@9 15 The root of the document is \texttt{BrowserEvaluationResult}. This takes no attributes but contains all children.
nicholas@9 16
nicholas@9 17 \section{Track}
nicholas@9 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.
nicholas@9 19
nicholas@9 20 \subsection{Value}
nicholas@9 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.
b@17 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)
nicholas@9 23
nicholas@9 24 \subsection{Comment}
nicholas@9 25 One of these elements per track, containing any commenting data from the interface text boxes.
nicholas@9 26
nicholas@9 27 \section{Session Data}
nicholas@9 28 This will contain any captured session data. Currently not implemented but here for future referencing.
b@17 29 % I used to have a 'global' comment for each 'session' as well
nicholas@9 30
nicholas@9 31 \section{Globals}
nicholas@9 32 Contains any comment boxes which were specified in the APE project specification with the comment ID, comment text and the comment results.
nicholas@9 33
nicholas@9 34 \end{document}