diff interfaces/horizontal-sliders.js @ 3035:1620cbee9111

Implemented #218 in all interfaces
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 26 Sep 2017 10:15:39 +0100
parents 166c5aef020c
children 91d923c51e90
line wrap: on
line diff
--- a/interfaces/horizontal-sliders.js	Tue Sep 26 09:34:38 2017 +0100
+++ b/interfaces/horizontal-sliders.js	Tue Sep 26 10:15:39 2017 +0100
@@ -465,6 +465,9 @@
     if (interfaceContext.checkFragmentMinPlays() === false) {
         return;
     }
+    if (interfaceContext.checkCommentQuestions() === false) {
+        return;
+    }
 
     for (var i = 0; i < checks.length; i++) {
         var checkState = true;