changeset 2471:2a1f42b5614a

Fixed #132
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 02 Aug 2016 13:04:55 +0100
parents 1647bb807186
children 582be5fd8884 72c741b27cc6
files interfaces/discrete.js
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/interfaces/discrete.js	Tue Aug 02 12:56:45 2016 +0100
+++ b/interfaces/discrete.js	Tue Aug 02 13:04:55 2016 +0100
@@ -150,11 +150,6 @@
 	}
 	var loopPlayback = page.loop;
 	
-	$(page.commentQuestions).each(function(index,element) {
-		var node = interfaceContext.createCommentQuestion(element);
-		feedbackHolder.appendChild(node.holder);
-	});
-	
 	// Find all the audioElements from the audioHolder
 	var index = 0;
 	var interfaceScales = testState.currentStateMap.interfaces[0].scales;
@@ -236,7 +231,7 @@
     
     $(page.commentQuestions).each(function(index,element) {
 		var node = interfaceContext.createCommentQuestion(element);
-		commentHolder.appendChild(node.holder);
+		feedbackHolder.appendChild(node.holder);
 	});
     
 	// Auto-align