public/main/gradebook/gradebook_edit_all.php
Variable "tbl_forum_thread" is not in valid camel caps format Open
Open
$tbl_forum_thread = Database::get_course_table(TABLE_FORUM_THREAD);
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[LINK_EXERCISE] = [
- Exclude checks
Variable "eval_log" is not in valid camel caps format Open
Open
$eval_log = new Evaluation();
- Exclude checks
Variable "parent_id" is not in valid camel caps format Open
Open
$parent_cat = Category::load($parent_id);
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$row['resource_name'] = $resource_name;
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[LINK_ATTENDANCE] = [
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
WHERE c_id = '.$course_id.' AND '.$table_evaluated[$row['type']][2].' = '.$row['ref_id'];
- Exclude checks
Variable "original_total" is not in valid camel caps format Open
Open
$weight = round($original_total / $itemCount, 2);
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[LINK_LEARNPATH] = [
- Exclude checks
Variable "original_total" is not in valid camel caps format Open
Open
$original_total = $my_category['weight'];
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name = Database::fetch_array($result);
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
if (isset($resource_name['lp_type'])) {
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name = $resource_name[4];
- Exclude checks
Variable "item_weight" is not in valid camel caps format Open
Open
$item_weight = $evaluationRow['weight'];
- Exclude checks
Variable "new_weight" is not in valid camel caps format Open
Open
$item_weight = $new_weight;
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
'url' => Category::getUrl().'selectcat='.$my_selectcat,
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "my_category" is not in valid camel caps format Open
Open
$my_category = $cat->showAllCategoryInfo($my_selectcat);
- Exclude checks
Variable "new_weight" is not in valid camel caps format Open
Open
$new_weight
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
get_lang('Assessment home')
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "table_link" is not in valid camel caps format Open
Open
$sql = 'SELECT * FROM '.$table_link.' WHERE category_id = '.$my_selectcat;
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name = $resource_name[3];
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
<td> '.$resource_name.' '.
- Exclude checks
Variable "item_weight" is not in valid camel caps format Open
Open
value="'.$item_weight.'"/>
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
null,
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
$action_details = '';
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
'action_details' => $action_details,
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[LINK_STUDENTPUBLICATION] = [
- Exclude checks
Variable "my_cat" is not in valid camel caps format Open
Open
$my_cat = Category::load($my_selectcat);
- Exclude checks
Variable "parent_id" is not in valid camel caps format Open
Open
$parent_id = $my_cat->get_parent_id();
- Exclude checks
Variable "parent_cat" is not in valid camel caps format Open
Open
$masked_total = $parent_cat[0]->get_weight();
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name = $resource_name[3];
- Exclude checks
Variable "table_evaluation" is not in valid camel caps format Open
Open
$sql = "SELECT * FROM $table_evaluation
- Exclude checks
Variable "original_total" is not in valid camel caps format Open
Open
$warning_message = sprintf(get_lang('The sum of all weights of activities must be %s'), $original_total);
- Exclude checks
Variable "tbl_attendance" is not in valid camel caps format Open
Open
$tbl_attendance = Database::get_course_table(TABLE_ATTENDANCE);
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[LINK_FORUM_THREAD] = [
- Exclude checks
Variable "parent_cat" is not in valid camel caps format Open
Open
$parent_cat = Category::load($parent_id);
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[$row['type']][3],
- Exclude checks
Variable "original_total" is not in valid camel caps format Open
Open
if ($total > $original_total) {
- Exclude checks
Variable "new_weight" is not in valid camel caps format Open
Open
$item_weight = $new_weight;
- Exclude checks
Variable "my_cat" is not in valid camel caps format Open
Open
$my_cat = $my_cat[0];
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name = $resource_name['title'];
- Exclude checks
Variable "warning_message" is not in valid camel caps format Open
Open
echo Display::return_message($warning_message, 'warning', false);
- Exclude checks
Variable "my_cat" is not in valid camel caps format Open
Open
$parent_id = $my_cat->get_parent_id();
- Exclude checks
Variable "my_category" is not in valid camel caps format Open
Open
$original_total = $my_category['weight'];
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
$sql = 'SELECT * FROM '.$table_link.' WHERE category_id = '.$my_selectcat;
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name = $resource_name['title'];
- Exclude checks
Variable "new_weight" is not in valid camel caps format Open
Open
$new_weight = trim($_POST['link'][$row['id']]);
- Exclude checks
Variable "new_weight" is not in valid camel caps format Open
Open
$new_weight = trim($_POST['evaluation'][$evaluationRow['id']]);
- Exclude checks
Variable "item_weight" is not in valid camel caps format Open
Open
$item_weight = $new_weight;
- Exclude checks
Variable "warning_message" is not in valid camel caps format Open
Open
$warning_message = sprintf(get_lang('The sum of all weights of activities must be %s'), $original_total);
- Exclude checks
Variable "item_weight" is not in valid camel caps format Open
Open
$item_weight = $new_weight;
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
WHERE category_id = $my_selectcat
- Exclude checks
Variable "original_total" is not in valid camel caps format Open
Open
$diff = $total - $original_total;
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
ActionIcon::BACK,
- Exclude checks
Multi-line function call not indented correctly; expected 0 spaces but found 4 Open
Open
).'
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
$my_category = $cat->showAllCategoryInfo($my_selectcat);
- Exclude checks
Variable "new_weight" is not in valid camel caps format Open
Open
$new_weight
- Exclude checks
Variable "item_weight" is not in valid camel caps format Open
Open
value="'.$item_weight.'"/>
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
$currentUrl = api_get_self().'?'.api_get_cidreq().'&selectcat='.$my_selectcat;
- Exclude checks
Variable "table_evaluation" is not in valid camel caps format Open
Open
$table_evaluation = Database::get_main_table(TABLE_MAIN_GRADEBOOK_EVALUATION);
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
$my_cat = Category::load($my_selectcat);
- Exclude checks
Variable "my_cat" is not in valid camel caps format Open
Open
$my_cat = $my_cat[0];
- Exclude checks
Variable "my_category" is not in valid camel caps format Open
Open
$my_category = [];
- Exclude checks
Variable "masked_total" is not in valid camel caps format Open
Open
$masked_total = $parent_cat[0]->get_weight();
- Exclude checks
Variable "item_weight" is not in valid camel caps format Open
Open
$item_weight = $row['weight'];
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
'url' => Category::getUrl().'selectcat='.$my_selectcat,
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
'ch-tool-icon',
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
ICON_SIZE_MEDIUM,
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
$my_selectcat = isset($_GET['selectcat']) ? (int) $_GET['selectcat'] : 0;
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
if (empty($my_selectcat)) {
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
$action_details = 'selectcat';
- Exclude checks
Variable "table_link" is not in valid camel caps format Open
Open
$table_link = Database::get_main_table(TABLE_MAIN_GRADEBOOK_LINK);
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[LINK_SURVEY] = [
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
WHERE c_id = '.$course_id.' AND '.$table_evaluated[$row['type']][2].' = '.$row['ref_id'];
- Exclude checks
Variable "my_selectcat" is not in valid camel caps format Open
Open
$actions = '<a href="'.Category::getUrl().'&selectcat='.$my_selectcat.'">
- Exclude checks
Variable "table_evaluated" is not in valid camel caps format Open
Open
$table_evaluated[LINK_DROPBOX] = [
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name = $resource_name[4];
- Exclude checks
Variable "resource_name" is not in valid camel caps format Open
Open
$resource_name,
- Exclude checks
Variable "original_total" is not in valid camel caps format Open
Open
if ($original_total !== $total) {
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
ICON_SIZE_MEDIUM,
- Exclude checks
Multi-line function call not indented correctly; expected 0 spaces but found 4 Open
Open
).'
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
null,
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
get_lang('Assessment home')
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
ActionIcon::BACK,
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 16 Open
Open
'ch-tool-icon',
- Exclude checks