public/main/gradebook/index.php
Variable "category_to_lock" is not in valid camel caps format Open
Open
$category_to_lock = Category::load($_GET['category_id']);
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'deletecat';
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['visibleeval'];
- Exclude checks
Variable "my_actions" is not in valid camel caps format Open
Open
$my_actions = implode(';', $list_actions);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$cat->set_user_id($stud_id);
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
.'&movecat='.$moveCategoryId.'&targetcat='.$move_form->exportValue('move_cat'));
- Exclude checks
Variable "course_to_crsind" is not in valid camel caps format Open
Open
$course_to_crsind = (null != $cats[0]->getCourseId() && null == $targetcat[0]->getCourseId());
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('This assessment has been locked. You cannot unlock it. If you really need to unlock it, please contact the platform administrator, explaining the reason why you would need to do that (it might otherwise be considered as fraud attempt).');
- Exclude checks
Variable "my_actions" is not in valid camel caps format Open
Open
'action' => $my_actions,
- 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 "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code = api_get_course_id();
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'visibleeval';
- Exclude checks
Variable "filter_warning_msg" is not in valid camel caps format Open
Open
$filter_warning_msg = true;
- Exclude checks
Variable "first_time" is not in valid camel caps format Open
Open
$first_time = 1;
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['movecat'];
- Exclude checks
Variable "category_to_lock" is not in valid camel caps format Open
Open
$category_to_lock = Category::load($_GET['category_id']);
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions = [];
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['movelink'];
- Exclude checks
Variable "_in_course" is not in valid camel caps format Open
Open
$_in_course = true;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = api_get_session_id();
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'movelink';
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['visiblecat'];
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['deletelink'];
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = $_GET['action'];
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$my_actions = implode(';', $list_actions);
- Exclude checks
Variable "first_time" is not in valid camel caps format Open
Open
$first_time = null;
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
if ($move_form->validate()) {
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
$move_form = new EvalForm(
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
if ($move_form->validate()) {
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'deleteeval';
- Exclude checks
Variable "my_actions_values" is not in valid camel caps format Open
Open
'action_details' => $my_actions_values,
- Exclude checks
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 "category_to_lock" is not in valid camel caps format Open
Open
$category_to_lock[0]->lockAllItems(1);
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'deletelink';
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$my_actions_values = implode(';', $list_values);
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = true;
- Exclude checks
Variable "category_to_lock" is not in valid camel caps format Open
Open
$category_to_lock[0]->lockAllItems(0);
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'moveeval';
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'visiblecat';
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['deleteeval'];
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
$move_form = new CatForm(
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'movecat';
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['moveeval'];
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'visiblelink';
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('Evaluation has been unlocked');
- Exclude checks
Variable "list_actions" is not in valid camel caps format Open
Open
$list_actions[] = 'lockedeval';
- Exclude checks
Variable "my_actions_values" is not in valid camel caps format Open
Open
$my_actions_values = implode(';', $list_values);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$coursecat = Category::get_not_created_course_categories($stud_id);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['deletecat'];
- Exclude checks
Variable "tbl_grade_links" is not in valid camel caps format Open
Open
$tbl_grade_links = Database::get_main_table(TABLE_MAIN_GRADEBOOK_LINK);
- Exclude checks
Variable "course_to_crsind" is not in valid camel caps format Open
Open
if (!($course_to_crsind && !isset($_GET['confirm']))) {
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$stud_id = api_get_user_id();
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['lockedeval'];
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values[] = $_GET['visiblelink'];
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
.'&movecat='.$moveCategoryId.'&targetcat='.$move_form->exportValue('move_cat'));
- Exclude checks
Variable "list_values" is not in valid camel caps format Open
Open
$list_values = [];
- Exclude checks
Variable "warning_message" is not in valid camel caps format Open
Open
$warning_message = get_lang('No resource selected');
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('The resources became invisible');
- Exclude checks
Variable "data_array" is not in valid camel caps format Open
Open
$data_array = $datagen->get_data(
- Exclude checks
Variable "no_qualification" is not in valid camel caps format Open
Open
$no_qualification = false;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('Visibility modified');
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$visibility_command = 1;
- Exclude checks
Variable "tbl_forum_thread" is not in valid camel caps format Open
Open
$sql = 'UPDATE '.$tbl_forum_thread.' SET
- Exclude checks
Variable "get_delete_link" is not in valid camel caps format Open
Open
WHERE id = '.$get_delete_link.' AND type = '.LINK_ATTENDANCE.'
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$stud_id = api_is_allowed_to_edit() ? null : $stud_id;
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$allcat = $cats[0]->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id,
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('Visibility modified');
- Exclude checks
Variable "get_delete_link" is not in valid camel caps format Open
Open
$get_delete_link = (int) $_GET['deletelink'];
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('The resources became visible');
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$currentScore = Category::getCurrentScore($stud_id, $category, true);
- Exclude checks
Variable "course_to_crsind" is not in valid camel caps format Open
Open
if (!($course_to_crsind && !isset($_GET['confirm']))) {
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('InVisibility modified');
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message =
- Exclude checks
Variable "warning_message" is not in valid camel caps format Open
Open
if (isset($warning_message)) {
- Exclude checks
Variable "data_array" is not in valid camel caps format Open
Open
foreach ($data_array as $data) {
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alleval = $cats[0]->get_evaluations($stud_id);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = CourseManager::get_course_by_category($selectCat);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$alllink = $cat->get_links($stud_id, true, $course_id, $session_id);
- Exclude checks
Variable "is_course_admin" is not in valid camel caps format Open
Open
$is_course_admin,
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$visibility_command = 0;
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$link[0]->set_visible($visibility_command);
- Exclude checks
Variable "filter_warning_msg" is not in valid camel caps format Open
Open
$filter_warning_msg = false;
- Exclude checks
Variable "number_of_deleted_categories" is not in valid camel caps format Open
Open
$number_of_deleted_categories++;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
if (isset($confirmation_message)) {
- Exclude checks
Variable "warning_message" is not in valid camel caps format Open
Open
Display::addFlash(Display::return_message($warning_message, 'warning', $filter_warning_msg));
- Exclude checks
Variable "simple_search_form" is not in valid camel caps format Open
Open
$simple_search_form = '';
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$cat->set_name($course_code.' - '.get_lang('Session').' '.$sessionName);
- Exclude checks
Variable "show_message" is not in valid camel caps format Open
Open
if (empty($show_message)) {
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id,
- Exclude checks
Variable "grade_model_id" is not in valid camel caps format Open
Open
$grade_model_id = $cats[0]->get_grade_model_id();
- Exclude checks
Variable "form_grade" is not in valid camel caps format Open
Open
$form_grade->addButtonSave(get_lang('Save'));
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
if ($visibility_command) {
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('Evaluation has been locked');
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "tbl_grade_links" is not in valid camel caps format Open
Open
SELECT ref_id FROM '.$tbl_grade_links.'
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$stud_id = api_is_allowed_to_edit() ? null : $stud_id;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$allcat = $cat->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "course_to_crsind" is not in valid camel caps format Open
Open
$course_to_crsind = null != $evals[0]->getCourseId() && null == $targetcat[0]->getCourseId();
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$visibility_command = 0;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('InVisibility modified');
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('InVisibility modified');
- Exclude checks
Variable "number_of_deleted_links" is not in valid camel caps format Open
Open
$number_of_deleted_links = 0;
- Exclude checks
Variable "number_of_deleted_evaluations" is not in valid camel caps format Open
Open
$number_of_deleted_evaluations++;
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$eval[0]->set_visible($visibility_command);
- Exclude checks
Variable "number_of_deleted_evaluations" is not in valid camel caps format Open
Open
get_lang('Deleted evaluations').' : <b>'.$number_of_deleted_evaluations.'</b><br />'.
- Exclude checks
Variable "type_locked" is not in valid camel caps format Open
Open
$type_locked = 1;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
Display::addFlash(Display::return_message($confirmation_message, 'confirmation', $filter_confirm_msg));
- Exclude checks
Variable "course_to_crsind" is not in valid camel caps format Open
Open
if (!empty($course_to_crsind) && !isset($_GET['confirm'])) {
- Exclude checks
Variable "filter_warning_msg" is not in valid camel caps format Open
Open
Display::addFlash(Display::return_message($warning_message, 'warning', $filter_warning_msg));
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alllink = $cats[0]->get_links($stud_id);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$allcat = $cats[0]->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$show_message = Category::show_message_resource_delete($course_id);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$stud_id = api_is_allowed_to_edit() ? null : api_get_user_id();
- Exclude checks
Variable "first_time" is not in valid camel caps format Open
Open
if (isset($first_time) && 1 == $first_time && api_is_allowed_to_edit(null, true)) {
- Exclude checks
Variable "form_grade" is not in valid camel caps format Open
Open
$form_grade->display();
- Exclude checks
Variable "form_grade" is not in valid camel caps format Open
Open
$obj->fill_grade_model_select_in_form($form_grade, 'grade_model_id', $grade_model_id);
- Exclude checks
Variable "form_grade" is not in valid camel caps format Open
Open
$value = $form_grade->exportValue('grade_model_id');
- Exclude checks
Variable "number_of_deleted_links" is not in valid camel caps format Open
Open
get_lang('Deleted links').' : <b>'.$number_of_deleted_links.'</b><br /><br />'.
- Exclude checks
Variable "is_platform_admin" is not in valid camel caps format Open
Open
$is_platform_admin = api_is_platform_admin();
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
Category::registerCurrentScore($currentScore, $stud_id, $selectCat);
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
.'&targetcat='.$move_form->exportValue('move_cat'));
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('The category has been deleted.');
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "number_of_deleted_evaluations" is not in valid camel caps format Open
Open
$number_of_deleted_evaluations = 0;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$sessionName = api_get_session_name($session_id);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$cat->set_user_id($stud_id);
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
$move_form = new LinkForm(
- Exclude checks
Variable "can_edit" is not in valid camel caps format Open
Open
$can_edit = api_is_allowed_to_edit(true, true);
- Exclude checks
Variable "grade_model_id" is not in valid camel caps format Open
Open
if ((1 == count($cats) && empty($grade_model_id)) ||
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
if ($move_form->validate()) {
- Exclude checks
Variable "grade_model_id" is not in valid camel caps format Open
Open
(1 == count($cats) && -1 != $grade_model_id)
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$visibility_command = 1;
- Exclude checks
Variable "form_grade" is not in valid camel caps format Open
Open
$form_grade = new FormValidator('grade_model_settings');
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alllink = $cat->get_links($stud_id, true, $course_id, $session_id);
- Exclude checks
Variable "get_delete_link" is not in valid camel caps format Open
Open
WHERE id = '.$get_delete_link.' AND type = '.LINK_FORUM_THREAD.'
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "show_message" is not in valid camel caps format Open
Open
$show_message = Category::show_message_resource_delete($course_id);
- Exclude checks
Variable "grade_models" is not in valid camel caps format Open
Open
if (!empty($grade_models)) {
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$allcat = $cat->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "is_platform_admin" is not in valid camel caps format Open
Open
$is_platform_admin,
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
.'&targetcat='.$move_form->exportValue('move_cat'));
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
$targetcat = Category::load($move_form->exportValue('move_cat'));
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
if ($visibility_command) {
- Exclude checks
Variable "number_of_deleted_categories" is not in valid camel caps format Open
Open
$number_of_deleted_categories = 0;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (!empty($session_id)) {
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$visibility_command = 0;
- Exclude checks
Variable "can_edit" is not in valid camel caps format Open
Open
if ($can_edit) {
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$alllink = $cat->get_links($stud_id, true, $course_id, $session_id);
- Exclude checks
Variable "type_locked" is not in valid camel caps format Open
Open
$eval[0]->lock($type_locked);
- Exclude checks
Variable "tbl_attendance" is not in valid camel caps format Open
Open
$sql = 'UPDATE '.$tbl_attendance.' SET
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
Display::addFlash(Display::return_message($move_form->toHtml(), 'normal', false));
- Exclude checks
Variable "is_course_admin" is not in valid camel caps format Open
Open
$is_course_admin = api_is_allowed_to_edit(null, true);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alllink = $cats[0]->get_links($stud_id, true);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id,
- Exclude checks
Variable "first_time" is not in valid camel caps format Open
Open
if (isset($first_time) && 1 == $first_time && api_is_allowed_to_edit(null, true)) {
- Exclude checks
Variable "grade_model_id" is not in valid camel caps format Open
Open
$obj->fill_grade_model_select_in_form($form_grade, 'grade_model_id', $grade_model_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$alleval = $cat->get_evaluations($stud_id, false, $course_id, $session_id);
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('Assessment deleted');
- Exclude checks
Variable "number_of_selected_items" is not in valid camel caps format Open
Open
$number_of_selected_items = count($_POST['id']);
- Exclude checks
Variable "number_of_selected_items" is not in valid camel caps format Open
Open
get_lang('Total resources').' : <b>'.$number_of_selected_items.'</b>';
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
Display::addFlash(Display::return_message($confirmation_message, 'confirmation', $filter_confirm_msg));
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$allcat = $cats[0]->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$cat->set_name($course_code);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$cat->setCourseId($course_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "form_grade" is not in valid camel caps format Open
Open
if ($form_grade->validate()) {
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$allcat = $cat->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$alleval = $cat->get_evaluations($stud_id, false, $course_id, $session_id);
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
if ($visibility_command) {
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('Visibility modified');
- Exclude checks
Variable "type_locked" is not in valid camel caps format Open
Open
$type_locked = 0;
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('Evaluation has been unlocked');
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "get_delete_link" is not in valid camel caps format Open
Open
if (!empty($get_delete_link)) {
- Exclude checks
Variable "tbl_grade_links" is not in valid camel caps format Open
Open
SELECT ref_id FROM '.$tbl_grade_links.'
- Exclude checks
Variable "confirmation_message" is not in valid camel caps format Open
Open
$confirmation_message = get_lang('The link has been deleted');
- Exclude checks
Variable "filter_warning_msg" is not in valid camel caps format Open
Open
$filter_warning_msg = false;
- Exclude checks
Variable "number_of_deleted_links" is not in valid camel caps format Open
Open
$number_of_deleted_links++;
- Exclude checks
Variable "number_of_deleted_categories" is not in valid camel caps format Open
Open
get_lang('Deleted categories').' : <b>'.$number_of_deleted_categories.'</b><br />'.
- Exclude checks
Variable "move_form" is not in valid camel caps format Open
Open
if (isset($move_form)) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$allcat = $cats[0]->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alleval = $cats[0]->get_evaluations($stud_id, true);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$allcat = $cats[0]->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$certificate = Category::generateUserCertificate($category, $stud_id);
- Exclude checks
Variable "grade_models" is not in valid camel caps format Open
Open
$grade_models = $obj->get_all();
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alleval = $cat->get_evaluations($stud_id, false, $course_id, $session_id);
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$cats[0]->set_visible($visibility_command);
- Exclude checks
Variable "visibility_command" is not in valid camel caps format Open
Open
$visibility_command = 1;
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "get_delete_link" is not in valid camel caps format Open
Open
$link = LinkFactory::load($get_delete_link);
- Exclude checks
Variable "warning_message" is not in valid camel caps format Open
Open
$warning_message = get_lang('Warning: moving gradebook elements can be dangerous for the data inside your gradebook.').'<br><br>'.$button;
- Exclude checks
Variable "number_of_selected_items" is not in valid camel caps format Open
Open
if (0 == $number_of_selected_items) {
- Exclude checks
Variable "filter_confirm_msg" is not in valid camel caps format Open
Open
$filter_confirm_msg = false;
- Exclude checks
Variable "header_names" is not in valid camel caps format Open
Open
$header_names = [
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$cat->set_session_id($session_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$allcat = $cats[0]->get_subcategories($stud_id, $course_id, $session_id);
- Exclude checks
Variable "grade_model_id" is not in valid camel caps format Open
Open
if (!empty($grade_models[$grade_model_id])) {
- Exclude checks
Variable "simple_search_form" is not in valid camel caps format Open
Open
$simple_search_form,
- Exclude checks
Variable "grade_models" is not in valid camel caps format Open
Open
get_lang('Grading model').': '.$grade_models[$grade_model_id]['title']
- Exclude checks
Variable "grade_model_id" is not in valid camel caps format Open
Open
get_lang('Grading model').': '.$grade_models[$grade_model_id]['title']
- Exclude checks
Variable "grade_models" is not in valid camel caps format Open
Open
if (!empty($grade_models[$grade_model_id])) {
- Exclude checks
Variable "td_attributes" is not in valid camel caps format Open
Open
$gradebookTable->td_attributes = [
- Exclude checks