comparison js/specification.js @ 2774:2fc62a50d593

#145. Added minWait to all <surveyx> elements. Specify the amount of time to wait in seconds.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Fri, 21 Apr 2017 14:03:51 +0100
parents 2dfc19a33bbc
children 72604c3a3ed9
comparison
equal deleted inserted replaced
2773:e31b3e1716f1 2774:2fc62a50d593
221 this.statement = undefined; 221 this.statement = undefined;
222 this.boxsize = undefined; 222 this.boxsize = undefined;
223 this.options = []; 223 this.options = [];
224 this.min = undefined; 224 this.min = undefined;
225 this.max = undefined; 225 this.max = undefined;
226 this.minWait = undefined;
226 this.step = undefined; 227 this.step = undefined;
227 this.conditions = []; 228 this.conditions = [];
228 229
229 this.decode = function (parent, child) { 230 this.decode = function (parent, child) {
230 this.schema = schemaRoot.getAllElementsByName(child.nodeName)[0]; 231 this.schema = schemaRoot.getAllElementsByName(child.nodeName)[0];