Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 504:f8920367ec32 Dev_main
Drag and drop area defined for updating a project file in test creator.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 10 Feb 2016 16:33:41 +0000 |
parents | 58fd8bcc6620 |
children | f4800ccc4d54 |
comparison
equal
deleted
inserted
replaced
503:58fd8bcc6620 | 504:f8920367ec32 |
---|---|
6 // Copy of Specifiation node from Core.js | 6 // Copy of Specifiation node from Core.js |
7 function Specification() { | 7 function Specification() { |
8 // Handles the decoding of the project specification XML into a simple JavaScript Object. | 8 // Handles the decoding of the project specification XML into a simple JavaScript Object. |
9 | 9 |
10 this.interface = null; | 10 this.interface = null; |
11 this.projectReturn = null; | 11 this.projectReturn = "null"; |
12 this.randomiseOrder = null; | 12 this.randomiseOrder = null; |
13 this.testPages = null; | 13 this.testPages = null; |
14 this.pages = []; | 14 this.pages = []; |
15 this.metrics = null; | 15 this.metrics = null; |
16 this.interfaces = null; | 16 this.interfaces = null; |