# HG changeset patch # User Nicholas Jillings # Date 1470139495 -3600 # Node ID 2a1f42b5614a126f720afdc9bea98abcb386ea54 # Parent 1647bb80718644c2d794120dc0d06c7d54d53bb2 Fixed #132 diff -r 1647bb807186 -r 2a1f42b5614a interfaces/discrete.js --- 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