comparison docs/ResultsSpecificationDocument.tex @ 9:8343b2ba7ce7

Added specification documents. Need formalising and updating!
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Wed, 25 Mar 2015 13:11:58 +0000
parents
children 18699932c396 9fb67a4ed709 869ed636f7c0
comparison
equal deleted inserted replaced
8:a6364db4c2ea 9:8343b2ba7ce7
1 \documentclass{article}
2
3 \usepackage[margin=2cm]{geometry}
4 \usepackage{listings}
5 \usepackage{color}
6
7 \begin{document}
8
9 \large APE Browser Tool - Results Specification Document
10
11 \section{Introduction}
12 This document outlines the return XML document structure to hold the results from the Browser Evaluation Tool, specifically for the APE Interface.
13
14 \section{Root}
15 The root of the document is \texttt{BrowserEvaluationResult}. This takes no attributes but contains all children.
16
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.
19
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.
22
23 \subsection{Comment}
24 One of these elements per track, containing any commenting data from the interface text boxes.
25
26 \section{Session Data}
27 This will contain any captured session data. Currently not implemented but here for future referencing.
28
29 \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.
31
32 \end{document}