Mercurial > hg > webaudioevaluationtool
comparison 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 |
comparison
equal
deleted
inserted
replaced
706:542c613e31d6 | 707:f5de8699e2b6 |
---|---|
8 /* create the web audio API context and store in audioContext*/ | 8 /* create the web audio API context and store in audioContext*/ |
9 var audioContext; | 9 var audioContext; |
10 var projectXML; | 10 var projectXML; |
11 var audioEngineContext; | 11 var audioEngineContext; |
12 var projectReturn; | 12 var projectReturn; |
13 var preTestQuestions = document.createElement('PreTest'); | |
14 var postTestQuestions = document.createElement('PostTest'); | |
13 | 15 |
14 window.onload = function() { | 16 window.onload = function() { |
15 // Function called once the browser has loaded all files. | 17 // Function called once the browser has loaded all files. |
16 // This should perform any initial commands such as structure / loading documents | 18 // This should perform any initial commands such as structure / loading documents |
17 | 19 |