public/main/exercise/exercise_question_reminder.php
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_QUIZ;
- Exclude checks
Variable "expired_time" is not in valid camel caps format Open
Open
if (0 != $objExercise->expired_time && !empty($clock_expired_time)) {
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$params = "exe_id=$exeId&exerciseId=$exerciseId&learnpath_id=$learnpath_id&learnpath_item_id=$learnpath_item_id&learnpath_item_view_id=$learnpath_item_view_id&".api_get_cidreq();
- Exclude checks
Variable "time_control" is not in valid camel caps format Open
Open
if ($time_control) {
- Exclude checks
Variable "clock_expired_time" is not in valid camel caps format Open
Open
$clock_expired_time = ExerciseLib::get_session_time_control_key(
- Exclude checks
Variable "learnpath_item_id" is not in valid camel caps format Open
Open
$learnpath_item_id = isset($_REQUEST['learnpath_item_id']) ? (int) $_REQUEST['learnpath_item_id'] : 0;
- Exclude checks
Variable "clock_expired_time" is not in valid camel caps format Open
Open
$time_left = api_strtotime($clock_expired_time, 'UTC') - time();
- Exclude checks
Variable "exercise_result" is not in valid camel caps format Open
Open
$exercise_result = $objExercise->getUserAnswersSavedInExercise($exeId);
- Exclude checks
Variable "learnpath_item_view_id" is not in valid camel caps format Open
Open
$params = "exe_id=$exeId&exerciseId=$exerciseId&learnpath_id=$learnpath_id&learnpath_item_id=$learnpath_item_id&learnpath_item_view_id=$learnpath_item_view_id&".api_get_cidreq();
- Exclude checks
Variable "time_control" is not in valid camel caps format Open
Open
$time_control = true;
- Exclude checks
Variable "learnpath_item_view_id" is not in valid camel caps format Open
Open
$learnpath_item_view_id = isset($_REQUEST['learnpath_item_view_id']) ? (int) $_REQUEST['learnpath_item_view_id'] : 0;
- Exclude checks
Variable "time_control" is not in valid camel caps format Open
Open
if ($time_control) {
- Exclude checks
Variable "time_left" is not in valid camel caps format Open
Open
$time_left = api_strtotime($clock_expired_time, 'UTC') - time();
- Exclude checks
Variable "time_left" is not in valid camel caps format Open
Open
$htmlHeadXtra[] = $objExercise->showTimeControlJS($time_left);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$learnpath_id,
- Exclude checks
Variable "learnpath_item_id" is not in valid camel caps format Open
Open
$learnpath_item_id
- Exclude checks
Variable "review_answers" is not in valid camel caps format Open
Open
if ($objExercise->review_answers) {
- Exclude checks
Variable "review_answers" is not in valid camel caps format Open
Open
if ($objExercise->review_answers) {
- Exclude checks
Variable "clock_expired_time" is not in valid camel caps format Open
Open
if (0 != $objExercise->expired_time && !empty($clock_expired_time)) {
- Exclude checks
Variable "learnpath_item_id" is not in valid camel caps format Open
Open
$params = "exe_id=$exeId&exerciseId=$exerciseId&learnpath_id=$learnpath_id&learnpath_item_id=$learnpath_item_id&learnpath_item_view_id=$learnpath_item_view_id&".api_get_cidreq();
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$learnpath_id = isset($_REQUEST['learnpath_id']) ? (int) $_REQUEST['learnpath_id'] : 0;
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
get_lang('EndTest'),
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
'javascript://',
- Exclude checks
Variable "time_control" is not in valid camel caps format Open
Open
$time_control = false;
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
'javascript://',
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
['onclick' => 'final_submit();', 'class' => 'btn btn--warning']
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
'javascript://',
- Exclude checks
Line indented incorrectly; expected at least 4 spaces, found 0 Open
Open
);
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
if (isset($categoryList[$categoryId])) {
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
['onclick' => 'final_submit();', 'class' => 'btn btn--warning']
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
get_lang('EndTest'),
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
'javascript://',
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
}
- Exclude checks