-Subproject commit 79da3449684beeb938735346e1d66093f51ba36d
+Subproject commit 36ded31bc121ec258d35bd209d9da93224f773aa
 
 
   check: ->
     scores = []
-    $(".question").each (i, question) =>
+    $(".question", @element).each (i, question) =>
       scores.push(@check_question question)
 
     score = [0, 0]
 
       var score, scores,
         _this = this;
       scores = [];
-      $(".question").each(function(i, question) {
+      $(".question", this.element).each(function(i, question) {
         return scores.push(_this.check_question(question));
       });
       score = [0, 0];