@@ -32,6 +32,8 @@ class Ims2Question extends Question
return $answer;
case MATCHING:
+ //no break
+ case MATCHING_DRAGGABLE:
$answer = new ImsAnswerMatching($this->id);
@@ -43,6 +43,8 @@ class ScormQuestion extends Question
$this->answer->questionJSId = $this->js_id;
break;
case MATCHING :
$this->answer = new ScormAnswerMatching($this->id);