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