# HG changeset patch # User Nicholas Jillings # Date 1443004931 -3600 # Node ID f46398fdf56c8430c2aaff637f311f8c8734d646 # Parent bcfce203ec918cdda1313acb355fca6e0c81b8fd Updating test create using questions diff -r bcfce203ec91 -r f46398fdf56c ape.css --- a/ape.css Tue Sep 15 10:16:34 2015 +0100 +++ b/ape.css Wed Sep 23 11:42:11 2015 +0100 @@ -21,18 +21,6 @@ font-size: 1.5em; } -div.testHalt { - /* Specify any colouring during the test halt for pre/post questions */ - background-color: rgba(0,0,0,0.5); - /* Don't mess with this bit */ - z-index: 2; - width: 100%; - height: 100%; - position: absolute; - left: 0px; - top: 0px; -} - button { /* Specify any button structure or style */ min-width: 20px; diff -r bcfce203ec91 -r f46398fdf56c core.css --- a/core.css Tue Sep 15 10:16:34 2015 +0100 +++ b/core.css Wed Sep 23 11:42:11 2015 +0100 @@ -58,6 +58,18 @@ background-color: #fff; } +div.testHalt { + /* Specify any colouring during the test halt for pre/post questions */ + background-color: rgba(0,0,0,0.5); + /* Don't mess with this bit */ + z-index: 2; + width: 100%; + height: 100%; + position: absolute; + left: 0px; + top: 0px; +} + textarea.trackComment { max-width: 594px; min-width: 350px; diff -r bcfce203ec91 -r f46398fdf56c core.js --- a/core.js Tue Sep 15 10:16:34 2015 +0100 +++ b/core.js Wed Sep 23 11:42:11 2015 +0100 @@ -1299,14 +1299,14 @@ function Specification() { // Handles the decoding of the project specification XML into a simple JavaScript Object. - this.interfaceType; - this.commonInterface; - this.projectReturn; - this.randomiseOrder; - this.collectMetrics; - this.testPages; - this.preTest; - this.postTest; + this.interfaceType = null; + this.commonInterface = null; + this.projectReturn = null; + this.randomiseOrder = null; + this.collectMetrics = null; + this.testPages = null; + this.preTest = null; + this.postTest = null; this.metrics =[]; this.audioHolders = []; diff -r bcfce203ec91 -r f46398fdf56c test_create/test_create.html --- a/test_create/test_create.html Tue Sep 15 10:16:34 2015 +0100 +++ b/test_create/test_create.html Wed Sep 23 11:42:11 2015 +0100 @@ -7,791 +7,839 @@ Remove this if you use the .htaccess --> - WAET Create Test - - + WAET: Test Creator + - -

Create Test Setup XML

-
- Drag and Drop an XML specification file here to auto-load. -
- - - -
- -
-
-

Setup Tag

-
- Interface - - Project Return - - Randomise Test Page Order - - Collect Session Metrics - -
-
-

Pre Test

- - -
-
-

Post Test

- - -
-
-

Global Metrics

-
- Test Timer - - Element Playback Timer - - Element Initial Position - - Element Tracker - - Element Listen Tracker - - Element Flag Listened To - - Element Flag Moved - -
-
- -
-
-
+
diff -r bcfce203ec91 -r f46398fdf56c test_create/test_create_advanced.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test_create/test_create_advanced.html Wed Sep 23 11:42:11 2015 +0100 @@ -0,0 +1,793 @@ + + + + + + + + + test_create_2 + + + + + + + + + + + +

Create Test Setup XML

+
+ Drag and Drop an XML specification file here to auto-load. +
+ + +
+
+
+

Setup Node

+
+
+ Interface: + +
+
+ Project Return: + +
+
+ Randomise Page Order: + +
+
+ Collect Metrics: + +
+
+
+

Pre Test

+ + + + +
+
+

Post Test

+ + + + +
+
+

Metrics

+ +
+
+

Interface

+ + +
+
+ +
+ +