MInor - Needed the a require_once of the file exercise because not find the class answer CT#191

skala
Arthur Portugal 15 years ago
parent 0ab1c275e1
commit a0e8331441
  1. 1
      main/exercice/export/qti2/qti2_classes.php

@ -22,6 +22,7 @@ define('FREE_ANSWER', 5);
define('HOTSPOT', 6);
require_once(api_get_path(SYS_CODE_PATH).'/exercice/answer.class.php');
require_once(api_get_path(SYS_CODE_PATH).'/exercice/exercise.class.php');
require_once(api_get_path(SYS_CODE_PATH).'/exercice/hotspot.class.php');
require_once(api_get_path(SYS_CODE_PATH).'/exercice/unique_answer.class.php');
require_once(api_get_path(SYS_CODE_PATH).'/exercice/multiple_answer.class.php');

Loading…
Cancel
Save