chamilo/chamilo-lms

View on GitHub
public/main/exercise/admin.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$is_allowedToEdit = api_is_allowed_to_edit(null, true, false, false);

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

$current_course_tool = TOOL_QUIZ;

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

$this_section = SECTION_COURSES;

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

        $objExercise->edit_exercise_in_lp = true;

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

        if ($studentViewActive && $is_allowedToEdit) {

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

if (!$is_allowedToEdit) {

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

$_course = api_get_course_info();

There are no issues that match your filters.

Category
Status