change get_lang var

skala
Carlos Vargas 15 years ago
parent 0ac847ffd1
commit ff5fc784a6
  1. 2
      main/exercice/freeanswer.class.php
  2. 2
      main/exercice/hotspot.class.php

@ -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() {

Loading…
Cancel
Save