comparison docs/Instructions/Instructions.tex @ 1417:3c67469e315a

Scripts: generate_report.py accepts folder names with spaces - uses package 'grffile'. Minor correction to Instructions (manual emergency saves).
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 08 Dec 2015 17:17:39 +0100
parents 1de4c0257fa4
children 1c5894cdcb9c
comparison
equal deleted inserted replaced
1416:0d109d5a3c72 1417:3c67469e315a
253 253
254 However, if things do go wrong or the test needs to be interrupted for whatever reason, all data is not lost. In a normal scenario, the test needs to be completed until the end (the final `Submit'), at which point the output XML is stored in the \texttt{saves/}. If this stage is not reached, open the JavaScript Console (see below for how to find it) and type 254 However, if things do go wrong or the test needs to be interrupted for whatever reason, all data is not lost. In a normal scenario, the test needs to be completed until the end (the final `Submit'), at which point the output XML is stored in the \texttt{saves/}. If this stage is not reached, open the JavaScript Console (see below for how to find it) and type
255 255
256 \texttt{createProjectSave()} 256 \texttt{createProjectSave()}
257 257
258 for a local test or % ??? 258 to present the result XML file on the client side, or
259 259
260 \texttt{createProjectSave(specification.projectReturn)} 260 \texttt{createProjectSave(specification.projectReturn)}
261 261
262 for a remote test 262 to try to store it to the specified location, e.g. the `saves/' folder on the web server or the local machine (on failure the result XML should be presented directly in the web browser instead)
263 263
264 and hit enter. This will open a pop-up window with a hyperlink that reads `Save File'; click it and an XML file with results until that point should be stored in your download folder. 264 and hit enter. This will open a pop-up window with a hyperlink that reads `Save File'; click it and an XML file with results until that point should be stored in your download folder.
265 265
266 Alternatively, a lot of data can be read from the same console, in which the tool prints a lot of debug information. Specifically: 266 Alternatively, a lot of data can be read from the same console, in which the tool prints a lot of debug information. Specifically:
267 \begin{itemize} 267 \begin{itemize}