diff interfaces/discrete.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 37923d45f298
children 5b652438802c
line wrap: on
line diff
--- a/interfaces/discrete.js	Tue Sep 26 09:34:38 2017 +0100
+++ b/interfaces/discrete.js	Tue Sep 26 10:15:39 2017 +0100
@@ -499,6 +499,9 @@
     if (interfaceContext.checkFragmentMinPlays() === false) {
         return;
     }
+    if (interfaceContext.checkCommentQuestions() === false) {
+        return;
+    }
 
     for (var i = 0; i < checks.length; i++) {
         var checkState;