diff --git a/main/exercice/hotspot.class.php b/main/exercice/hotspot.class.php index 67bccc289f..fc8fb0c929 100644 --- a/main/exercice/hotspot.class.php +++ b/main/exercice/hotspot.class.php @@ -52,19 +52,18 @@ class HotSpot extends Question { function display(){ } - + function createForm ($form) { parent::createForm ($form); - if(!isset($_GET['editQuestion'])) - { - $form->addElement('file','imageUpload',get_lang('UploadJpgPicture')); - - /* + if(!isset($_GET['editQuestion'])) { + $renderer = $form->defaultRenderer(); + $form->addElement('html', '
');
+ $renderer->setElementTemplate('