public/main/exercise/hotspot_savescore.inc.php
Spaces must be used for alignment; tabs are not allowed Open
Open
* @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
* This file saves every click in the hotspot tool into track_e_hotspots.
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
* @author Toon Keppens
- Exclude checks
Variable "insert_id" is not in valid camel caps format Open
Open
$_SESSION['exerciseResult'][$questionId]['ids'][$answerOrderId] = $insert_id;
- Exclude checks
Variable "TBL_TRACK_E_HOTSPOT" is not in valid camel caps format Open
Open
$insert_id = Database::insert($TBL_TRACK_E_HOTSPOT, $params);
- Exclude checks
Variable "TBL_TRACK_E_HOTSPOT" is not in valid camel caps format Open
Open
$TBL_TRACK_E_HOTSPOT = Database::get_main_table(TABLE_STATISTIC_TRACK_E_HOTSPOT);
- Exclude checks
Variable "insert_id" is not in valid camel caps format Open
Open
$insert_id = Database::insert($TBL_TRACK_E_HOTSPOT, $params);
- Exclude checks