Mercurial > hg > webaudioevaluationtool
diff js/specification.js @ 3062:e441e3d5c7e7
Potential implementation of #109
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 31 Oct 2017 15:55:07 +0000 |
parents | ae0950bc1c99 |
children | 998e05c5769a |
line wrap: on
line diff
--- a/js/specification.js Tue Oct 31 15:43:05 2017 +0000 +++ b/js/specification.js Tue Oct 31 15:55:07 2017 +0000 @@ -19,6 +19,7 @@ this.playOne = undefined; this.minNumberPlays = undefined; this.maxNumberPlays = undefined; + this.randomiseAxisOrder = undefined; // nodes this.metrics = new metricNode(); @@ -580,6 +581,7 @@ this.commentBoxPrefix = "Comment on track"; this.minNumberPlays = undefined; this.maxNumberPlays = undefined; + this.randomiseAxisOrder = undefined; this.audioElements = []; this.commentQuestions = []; this.schema = schemaRoot.querySelector("[name=page]");