diff --git a/main/exercice/export/scorm/scorm_classes.php b/main/exercice/export/scorm/scorm_classes.php
index fca68c71a4..d11a2c27a8 100755
--- a/main/exercice/export/scorm/scorm_classes.php
+++ b/main/exercice/export/scorm/scorm_classes.php
@@ -104,13 +104,13 @@ class ScormQuestion extends Question
/**
* Returns an HTML-formatted question
*/
- function getQuestionHtml()
+ function getQuestionHTML()
{
$title = $this->selectTitle();
$description = $this->selectDescription();
- $cols = 0;
+ $cols = 2;
$s='
' .
- '| ' . "\n" .
+ ' | ' . "\n" .
api_parse_tex($title).
' | ' . "\n" .
'
' . "\n" .
@@ -440,7 +440,7 @@ class ScormAnswerFree extends Answer
// some javascript must be added for that kind of questions
$html .= '' . "\n"
. '| ' . "\n"
- . '' . "\n"
+ . '' . "\n"
. ' | ' . "\n"
. '
' . "\n";
$html .= '' . "\n";
diff --git a/main/exercice/export/scorm/scorm_export.php b/main/exercice/export/scorm/scorm_export.php
index 0ca0ff33d2..055163a8f0 100755
--- a/main/exercice/export/scorm/scorm_export.php
+++ b/main/exercice/export/scorm/scorm_export.php
@@ -519,7 +519,8 @@ class ScormSection
{
return ''. "\n".
''.$this->exercise->selectTitle().'
'."\n".
- ''."\n".'