Browse Source

format code

Julio 8 years ago
parent
commit
f1292ec5a6
1 changed files with 0 additions and 9 deletions
  1. 0 9
      main/exercice/export/scorm/scorm_classes.php

+ 0 - 9
main/exercice/export/scorm/scorm_classes.php

@@ -98,10 +98,6 @@ class ScormQuestion extends Question
 				$this->answer = new ScormAnswerHotspot($this->id);
 				$this->answer->questionJSId = $this->js_id;
 				break;
-			case HOT_SPOT_DELINEATION:
-				$this->answer = new ScormAnswerHotspot($this->id);
-				$this->answer->questionJSId = $this->js_id;
-				break;
 			default:
 				$this->answer = new stdClass();
 				$this->answer->questionJSId = $this->js_id;
@@ -1143,8 +1139,3 @@ class ScormSection
 		return array($js,$html);
 	}
 }
-
-
-
-
-