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