diff --git a/main/exercice/export/exercise_import.inc.php b/main/exercice/export/exercise_import.inc.php index 21a326c2ca..5e8d96c457 100755 --- a/main/exercice/export/exercise_import.inc.php +++ b/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();