Fix language's variables name - refs #7705

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent d8284f0ed4
commit 31fa047d08
  1. 16
      main/exercice/hotspot_actionscript.as.php
  2. 16
      main/exercice/hotspot_answers.as.php

@ -41,17 +41,17 @@ $data['lang'] = [
'Square' => get_lang('Square'),
'Circle' => get_lang('Circle'),
'Poly' => get_lang('Poly'),
'Status1' => get_lang('Status1'),
'Status2_poly' => get_lang('Status2_poly'),
'Status2_other' => get_lang('Status2_other'),
'Status3' => get_lang('Status3'),
'ShowUserPoints' => get_lang('ShowUserPoints'),
'LabelPolyMenu' => get_lang('LabelPolyMenu'),
'HotspotStatus1' => get_lang('HotspotStatus1'),
'HotspotStatus2Polygon' => get_lang('HotspotStatus2Polygon'),
'HotspotStatus2Other' => get_lang('HotspotStatus2Other'),
'HotspotStatus3' => get_lang('HotspotStatus3'),
'HotspotShowUserPoints' => get_lang('HotspotShowUserPoints'),
'ShowHotspots' => get_lang('ShowHotspots'),
'Triesleft' => get_lang('Triesleft'),
'ExeFinished' => get_lang('ExeFinished'),
'ExerciseFinished' => get_lang('ExerciseFinished'),
'NextAnswer' => get_lang('NextAnswer'),
'Delineation' => get_lang('Delineation'),
'LabelDelineationMenu' => get_lang('LabelDelineationMenu'),
'CloseDelineation' => get_lang('CloseDelineation'),
'Oar' => get_lang('oar')
];
$data['image'] = $objQuestion->selectPicturePath();

@ -41,17 +41,17 @@ $data['lang'] = [
'Square' => get_lang('Square'),
'Circle' => get_lang('Circle'),
'Poly' => get_lang('Poly'),
'Status1' => get_lang('Status1'),
'Status2_poly' => get_lang('Status2_poly'),
'Status2_other' => get_lang('Status2_other'),
'Status3' => get_lang('Status3'),
'ShowUserPoints' => get_lang('ShowUserPoints'),
'LabelPolyMenu' => get_lang('LabelPolyMenu'),
'HotspotStatus1' => get_lang('HotspotStatus1'),
'HotspotStatus2Polygon' => get_lang('HotspotStatus2Polygon'),
'HotspotStatus2Other' => get_lang('HotspotStatus2Other'),
'HotspotStatus3' => get_lang('HotspotStatus3'),
'HotspotShowUserPoints' => get_lang('HotspotShowUserPoints'),
'ShowHotspots' => get_lang('ShowHotspots'),
'Triesleft' => get_lang('Triesleft'),
'ExeFinished' => get_lang('ExeFinished'),
'ExerciseFinished' => get_lang('ExerciseFinished'),
'NextAnswer' => get_lang('NextAnswer'),
'Delineation' => get_lang('Delineation'),
'LabelDelineationMenu' => get_lang('LabelDelineationMenu'),
'CloseDelineation' => get_lang('CloseDelineation'),
'Oar' => get_lang('oar')
];
$data['image'] = $objQuestion->selectPicturePath();

Loading…
Cancel
Save