[svn r13254] Completely ignoring free answers-type in IMS/QTI export

skala
Yannick Warnier 19 years ago
parent 389137687b
commit 9adc39c6c1
  1. 2
      main/exercice/export/qti2/qti2_export.php

@ -459,7 +459,7 @@ function export_question($questionId, $standalone=true)
{
$question = new Ims2Question();
$qst = $question->read($questionId);
if( !$qst )
if( !$qst or $qst->type == FREE_ANSWER)
{
return '';
}

Loading…
Cancel
Save