@ -33,7 +33,7 @@ if(!class_exists('FreeAnswer')):
class FreeAnswer extends Question {
static $typePicture = 'open_answer.gif';
static $explanationLangVar = 'freeAnswer';
static $explanationLangVar = 'FreeAnswer';
/**
* Constructor
@ -25,7 +25,7 @@ if(!class_exists('HotSpot')):
class HotSpot extends Question {
static $typePicture = 'hotspot.gif';
static $explanationLangVar = 'Hotspot';
static $explanationLangVar = 'HotSpot';
function HotSpot() {