chamilo/chamilo-lms

View on GitHub
public/main/exercise/hotspot_savescore.inc.php

Summary

Maintainability
A
0 mins
Test Coverage

Spaces must be used for alignment; tabs are not allowed
Open

 *     @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $

Spaces must be used for alignment; tabs are not allowed
Open

 *    This file saves every click in the hotspot tool into track_e_hotspots.

Spaces must be used for alignment; tabs are not allowed
Open

 *     @author Toon Keppens

Variable "insert_id" is not in valid camel caps format
Open

$_SESSION['exerciseResult'][$questionId]['ids'][$answerOrderId] = $insert_id;

Variable "TBL_TRACK_E_HOTSPOT" is not in valid camel caps format
Open

$insert_id = Database::insert($TBL_TRACK_E_HOTSPOT, $params);

Variable "TBL_TRACK_E_HOTSPOT" is not in valid camel caps format
Open

$TBL_TRACK_E_HOTSPOT = Database::get_main_table(TABLE_STATISTIC_TRACK_E_HOTSPOT);

Variable "insert_id" is not in valid camel caps format
Open

$insert_id = Database::insert($TBL_TRACK_E_HOTSPOT, $params);

There are no issues that match your filters.

Category
Status