public/main/gradebook/gradebook_statistics.php
Variable "nr_items" is not in valid camel caps format Open
Open
$nr_items[$itemsdisplay['display']] = 0;
- Exclude checks
Variable "nr_items" is not in valid camel caps format Open
Open
$keys = array_keys($nr_items);
- Exclude checks
Variable "highest_ratio" is not in valid camel caps format Open
Open
$highest_ratio = $nr_items[$key];
- Exclude checks
Variable "highest_ratio" is not in valid camel caps format Open
Open
$bar = ($highest_ratio > 0 ? ($nr_items[$key] / $highest_ratio) * 100 : 0);
- Exclude checks
Variable "nr_items" is not in valid camel caps format Open
Open
$nr_items = [];
- Exclude checks
Variable "nr_items" is not in valid camel caps format Open
Open
if ($nr_items[$key] > $highest_ratio) {
- Exclude checks
Variable "nr_items" is not in valid camel caps format Open
Open
$html .= '<td align="right">'.$nr_items[$key].'</td>';
- Exclude checks
Variable "nr_items" is not in valid camel caps format Open
Open
$nr_items[$display]++;
- Exclude checks
Variable "highest_ratio" is not in valid camel caps format Open
Open
$bar = ($highest_ratio > 0 ? ($nr_items[$key] / $highest_ratio) * 100 : 0);
- Exclude checks
Variable "highest_ratio" is not in valid camel caps format Open
Open
if ($nr_items[$key] > $highest_ratio) {
- Exclude checks
Variable "nr_items" is not in valid camel caps format Open
Open
$highest_ratio = $nr_items[$key];
- Exclude checks
Variable "nr_items" is not in valid camel caps format Open
Open
$bar = ($highest_ratio > 0 ? ($nr_items[$key] / $highest_ratio) * 100 : 0);
- Exclude checks
Variable "highest_ratio" is not in valid camel caps format Open
Open
$highest_ratio = 0;
- Exclude checks