|
|
|
@ -42,7 +42,7 @@ $data['type'] = 'solution'; |
|
|
|
|
$data['lang'] = [ |
|
|
|
|
'Square' => get_lang('Square'), |
|
|
|
|
'Circle' => get_lang('Circle'), |
|
|
|
|
'Poly' => get_lang('Poly'), |
|
|
|
|
'Polygon' => get_lang('Polygon'), |
|
|
|
|
'HotspotStatus1' => get_lang('HotspotStatus1'), |
|
|
|
|
'HotspotStatus2Polygon' => get_lang('HotspotStatus2Polygon'), |
|
|
|
|
'HotspotStatus2Other' => get_lang('HotspotStatus2Other'), |
|
|
|
@ -54,7 +54,8 @@ $data['lang'] = [ |
|
|
|
|
'NextAnswer' => get_lang('NextAnswer'), |
|
|
|
|
'Delineation' => get_lang('Delineation'), |
|
|
|
|
'CloseDelineation' => get_lang('CloseDelineation'), |
|
|
|
|
'Oar' => get_lang('oar') |
|
|
|
|
'Oar' => get_lang('Oar'), |
|
|
|
|
'ClosePolygon' => get_lang('ClosePolygon') |
|
|
|
|
]; |
|
|
|
|
$data['image'] = $objQuestion->selectPicturePath(); |
|
|
|
|
$data['image_width'] = $pictureWidth; |
|
|
|
|