public/plugin/ims_lti/gradebook/add_eval.php
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "is_courseAdmin" is not in valid camel caps format Open
Open
$is_allowedToEdit = $is_courseAdmin;
- Exclude checks
Variable "_user" is not in valid camel caps format Open
Open
$evaladd->set_user_id($_user['user_id']);
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
$select_cat = isset($_GET['selectcat']) ? (int) $_GET['selectcat'] : 0;
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
if (!empty($select_cat)) {
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
api_get_self().'?selectcat='.$select_cat.'&'.api_get_cidreq()
- Exclude checks
Variable "parent_cat" is not in valid camel caps format Open
Open
$parent_cat = Category::load($values['hid_category_id']);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
$is_allowedToEdit = $is_courseAdmin;
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
'url' => Category::getUrl().'selectcat='.$select_cat,
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "global_weight" is not in valid camel caps format Open
Open
$global_weight = $cat[0]->get_weight();
- Exclude checks