Mercurial > hg > webaudioevaluationtool
diff core.js @ 707:f5de8699e2b6
Completed Linking for pre-Test questions. Need some formatting on layout.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 09 Apr 2015 10:44:13 +0100 |
parents | f38946647666 |
children | 8fd1f946f84e |
line wrap: on
line diff
--- a/core.js Thu Apr 09 10:10:21 2015 +0100 +++ b/core.js Thu Apr 09 10:44:13 2015 +0100 @@ -10,6 +10,8 @@ var projectXML; var audioEngineContext; var projectReturn; +var preTestQuestions = document.createElement('PreTest'); +var postTestQuestions = document.createElement('PostTest'); window.onload = function() { // Function called once the browser has loaded all files.