Mercurial > hg > webaudioevaluationtool
changeset 2622:88b1c15eb202
#146 ground work
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 08 Dec 2016 14:03:39 +0000 |
parents | 702b5944f782 |
children | d4707c4a8b98 |
files | js/specification.js xml/test-schema.xsd |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/js/specification.js Thu Dec 08 13:40:01 2016 +0000 +++ b/js/specification.js Thu Dec 08 14:03:39 2016 +0000 @@ -520,6 +520,7 @@ this.postTest = null; this.interfaces = []; this.playOne = null; + this.restrictMovement = null; this.commentBoxPrefix = "Comment on track"; this.audioElements = []; this.commentQuestions = [];
--- a/xml/test-schema.xsd Thu Dec 08 13:40:01 2016 +0000 +++ b/xml/test-schema.xsd Thu Dec 08 14:03:39 2016 +0000 @@ -102,6 +102,7 @@ <xs:attribute ref="preSilence" /> <xs:attribute ref="postSilence" /> <xs:attribute ref="playOne" /> + <xs:attribute name="restrictMovement" type="xs:boolean" default="fase" use="optional" /> </xs:complexType> </xs:element>