Minor - Removed unused array - refs CT#7504

1.10.x
Yannick Warnier 11 years ago
parent c9f135a1af
commit 29fdac74c2
  1. 19
      main/exercice/export/exercise_import.inc.php

@ -256,25 +256,6 @@ function parse_file($exercisePath, $file, $questionFile)
"IMG"
);
//this array to detect tag not supported by claroline import in the xml file to warn the user.
$non_supported_content_in_question = array(
"GAPMATCHINTERACTION",
"EXTENDEDTEXTINTERACTION",
"HOTTEXTINTERACTION",
"HOTSPOTINTERACTION",
"SELECTPOINTINTERACTION",
"GRAPHICORDERINTERACTION",
"GRAPHICASSOCIATIONINTERACTION",
"GRAPHICGAPMATCHINTERACTION",
"POSITIONOBJECTINTERACTION",
"SLIDERINTERACTION",
"DRAWINGINTERACTION",
"UPLOADINTERACTION",
"RESPONSECONDITION",
"RESPONSEIF"
);
$question_format_supported = true;
$xml_parser = xml_parser_create();

Loading…
Cancel
Save