public/main/exercise/exercise_show.php
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$lp_item_view_id = $track_exercise_info['orig_lp_item_view_id'];
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = false;
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($student_id);
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$questionScore = $question_result['score'];
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
if (!isset($category_list['none']['total'])) {
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_QUIZ;
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info = ExerciseLib::get_exercise_track_exercise_info($id);
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$learnpath_item_id = $track_exercise_info['orig_lp_item_id'];
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
$locked = api_resource_is_locked_by_gradebook($exercise_id, LINK_EXERCISE);
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = false;
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$user_restriction = $is_allowedToEdit ? '' : " AND user_id= $student_id ";
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results,
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$student_id = $track_exercise_info['exe_user_id'];
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
if ($student_id != $currentUserId) {
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = true;
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = false;
- Exclude checks
Variable "question_list_from_database" is not in valid camel caps format Open
Open
$question_list_from_database = [];
- Exclude checks
Variable "temp_question_list" is not in valid camel caps format Open
Open
$questionList = $temp_question_list;
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results && HOT_SPOT != $answerType) {
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list[$objQuestionTmp->category]['total'] = 0;
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$category_list[$category_id]['score'] += $my_total_score;
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
$objExercise->read($exercise_id);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if (!$is_allowedToEdit) {
- Exclude checks
Variable "result_disabled" is not in valid camel caps format Open
Open
$result_disabled = $track_exercise_info['results_disabled'];
- Exclude checks
Variable "result_disabled" is not in valid camel caps format Open
Open
RESULT_DISABLE_SHOW_SCORE_ATTEMPT_SHOW_ANSWERS_LAST_ATTEMPT_NO_FEEDBACK == $result_disabled
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($student_id);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
$user_restriction = $is_allowedToEdit ? '' : " AND user_id= $student_id ";
- Exclude checks
Variable "TBL_TRACK_EXERCISES" is not in valid camel caps format Open
Open
INNER JOIN $TBL_TRACK_EXERCISES AS stats_exercises
- Exclude checks
Variable "user_restriction" is not in valid camel caps format Open
Open
attempts.exe_id = $id $user_restriction
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results,
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
$category_list[$category_id]['total'] += $my_total_weight;
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
if (0 == $objExercise->selectPropagateNeg() && $my_total_score < 0) {
- Exclude checks
Variable "TBL_EXERCISE_QUESTION" is not in valid camel caps format Open
Open
$TBL_EXERCISE_QUESTION = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$result_disabled = $track_exercise_info['results_disabled'];
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = false;
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$question_result = $objExercise->manage_answer(
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$totalScore += $question_result['score'];
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results || $showTotalScoreAndUserChoicesInLastAttempt) {
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$questionScore = $question_result['score'];
- Exclude checks
Variable "feedback_form" is not in valid camel caps format Open
Open
$feedback_form->setDefaults($default);
- Exclude checks
Variable "category_was_added_for_this_test" is not in valid camel caps format Open
Open
$category_was_added_for_this_test = false;
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list[$objQuestionTmp->category]['total'] += $my_total_weight;
- Exclude checks
Variable "my_total_weight" is not in valid camel caps format Open
Open
$category_list[$objQuestionTmp->category]['total'] += $my_total_weight;
- Exclude checks
Variable "TBL_QUESTIONS" is not in valid camel caps format Open
Open
INNER JOIN $TBL_QUESTIONS AS questions
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
if (!empty($track_exercise_info['data_tracking'])) {
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$totalScore += $question_result['score'];
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$totalScore += $question_result['score'];
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results) {
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit && $isFeedbackAllowed && 'export' != $action) {
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
if (isset($objQuestionTmp->category_list) && !empty($objQuestionTmp->category_list)) {
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
foreach ($objQuestionTmp->category_list as $category_id) {
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list[$category_id]['total'] += $my_total_weight;
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$learnpath_id = $track_exercise_info['orig_lp_id'];
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
if ($numberAttempts >= $track_exercise_info['max_attempt']) {
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = true;
- Exclude checks
Variable "question_list_from_database" is not in valid camel caps format Open
Open
$question_list_from_database[] = $row['question_id'];
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$exercise_id = $track_exercise_info['iid'];
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$temp_question_list = explode(',', $track_exercise_info['data_tracking']);
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results || $showTotalScoreAndUserChoicesInLastAttempt) {
- Exclude checks
Variable "feedback_form" is not in valid camel caps format Open
Open
$renderer = &$feedback_form->defaultRenderer();
- Exclude checks
Variable "results_disabled" is not in valid camel caps format Open
Open
if (RESULT_DISABLE_RADAR === (int) $objExercise->results_disabled) {
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$category_list[$objQuestionTmp->category]['score'] += $my_total_score;
- Exclude checks
Variable "category_was_added_for_this_test" is not in valid camel caps format Open
Open
$category_was_added_for_this_test = true;
- Exclude checks
Variable "show_only_total_score" is not in valid camel caps format Open
Open
$show_only_total_score = false;
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results,
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results,
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$my_total_score = $questionScore;
- Exclude checks
Variable "TBL_QUESTIONS" is not in valid camel caps format Open
Open
$TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
- Exclude checks
Variable "TBL_TRACK_EXERCISES" is not in valid camel caps format Open
Open
$TBL_TRACK_EXERCISES = Database::get_main_table(TABLE_STATISTIC_TRACK_E_EXERCISES);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if (!$is_allowedToEdit) {
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = true;
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit &&
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info,
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$questionScore = $question_result['score'];
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$question_result = $objExercise->manage_answer(
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$questionScore = $question_result['score'];
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results) {
- Exclude checks
Variable "url_name" is not in valid camel caps format Open
Open
$url_name = get_lang('Edit individual feedback and grade the open question');
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
if (!isset($category_list[$objQuestionTmp->category]['total'])) {
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list[$category_id]['score'] += $my_total_score;
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
$exercise_id = $track_exercise_info['iid'];
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$learnpath_id = $track_exercise_info['orig_lp_id'];
- Exclude checks
Variable "learnpath_item_id" is not in valid camel caps format Open
Open
$learnpath_item_id = $track_exercise_info['orig_lp_item_id'];
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
if (UserManager::userIsBossOfStudent($currentUserId, $student_id)) {
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
$is_allowedToEdit =
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
if (api_is_excluded_user_type(true, $student_id)) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
if (!empty($track_exercise_info)) {
- Exclude checks
Variable "temp_question_list" is not in valid camel caps format Open
Open
$temp_question_list = explode(',', $track_exercise_info['data_tracking']);
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list = [];
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit && false == $locked && !api_is_drh() && $isCoachAllowedToEdit) {
- Exclude checks
Variable "url_name" is not in valid camel caps format Open
Open
$url_name = get_lang('Edit individual feedback');
- Exclude checks
Variable "feedback_form" is not in valid camel caps format Open
Open
$feedback_form->addHtmlEditor(
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list[$objQuestionTmp->category]['score'] += $my_total_score;
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
foreach ($objQuestionTmp->category_list as $category_id) {
- Exclude checks
Variable "category_was_added_for_this_test" is not in valid camel caps format Open
Open
if (false == $category_was_added_for_this_test) {
- Exclude checks
Variable "my_total_weight" is not in valid camel caps format Open
Open
$category_list['none']['total'] += $my_total_weight;
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
if (empty($track_exercise_info)) {
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
'url' => 'overview.php?exerciseId='.$exercise_id.'&'.api_get_cidreq(),
- Exclude checks
Variable "user_restriction" is not in valid camel caps format Open
Open
$user_restriction = $is_allowedToEdit ? '' : " AND user_id= $student_id ";
- Exclude checks
Variable "question_list_from_database" is not in valid camel caps format Open
Open
$questionList = $question_list_from_database;
- Exclude checks
Variable "exercise_content" is not in valid camel caps format Open
Open
$exercise_content = '';
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results,
- Exclude checks
Variable "url_name" is not in valid camel caps format Open
Open
$url_name,
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list['none']['score'] = 0;
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$category_list['none']['score'] += $my_total_score;
- Exclude checks
Variable "result_disabled" is not in valid camel caps format Open
Open
switch ($result_disabled) {
- Exclude checks
Variable "show_only_total_score" is not in valid camel caps format Open
Open
$show_only_total_score = true;
- Exclude checks
Variable "TBL_EXERCISE_QUESTION" is not in valid camel caps format Open
Open
INNER JOIN $TBL_EXERCISE_QUESTION AS quizz_rel_questions
- Exclude checks
Variable "temp_question_list" is not in valid camel caps format Open
Open
if (!empty($temp_question_list)) {
- Exclude checks
Variable "feedback_form" is not in valid camel caps format Open
Open
$feedback_form = new FormValidator('frmcomments'.$questionId);
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
if (!isset($category_list[$objQuestionTmp->category]['score'])) {
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
$category_list[$category_id]['score'] += $my_total_score;
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$student_id = $track_exercise_info['exe_user_id'];
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
if ($currentUserId == $student_id) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info['orig_lp_id'],
- Exclude checks
Variable "show_only_total_score" is not in valid camel caps format Open
Open
$show_only_total_score = true;
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit && in_array($action, ['qualify', 'edit', 'export'])) {
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
$show_results = true;
- Exclude checks
Variable "question_list_from_database" is not in valid camel caps format Open
Open
$questionList = $question_list_from_database;
- Exclude checks
Variable "total_weighting" is not in valid camel caps format Open
Open
$total_weighting = 0;
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
echo $objExercise->getDelineationResult($objQuestionTmp, $questionId, $show_results, $question_result);
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$question_result = $objExercise->manage_answer(
- Exclude checks
Variable "feedback_form" is not in valid camel caps format Open
Open
$feedback_form->display();
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list['none']['score'] += $my_total_score;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "show_only_total_score" is not in valid camel caps format Open
Open
$show_only_total_score = true;
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results || $show_only_total_score || $showTotalScoreAndUserChoicesInLastAttempt) {
- Exclude checks
Variable "show_only_total_score" is not in valid camel caps format Open
Open
if ($show_results || $show_only_total_score || $showTotalScoreAndUserChoicesInLastAttempt) {
- Exclude checks
Variable "total_weighting" is not in valid camel caps format Open
Open
$total_weighting += $objQuestionTmp->selectWeighting();
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
echo $objExercise->getDelineationResult($objQuestionTmp, $questionId, $show_results, $question_result);
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
echo ExerciseLib::getOralFeedbackForm($id, $questionId, $exercise_id);
- Exclude checks
Variable "lp_item_view_id" is not in valid camel caps format Open
Open
$lp_item_view_id = $track_exercise_info['orig_lp_item_view_id'];
- Exclude checks
Variable "feedback_type" is not in valid camel caps format Open
Open
$feedback_type = $objExercise->getFeedbackType();
- Exclude checks
Variable "TBL_TRACK_ATTEMPT" is not in valid camel caps format Open
Open
FROM $TBL_TRACK_ATTEMPT as attempts
- Exclude checks
Variable "url_name" is not in valid camel caps format Open
Open
$url_name = get_lang('Add individual feedback');
- Exclude checks
Variable "feedback_form" is not in valid camel caps format Open
Open
$feedback_form->addElement('textarea', $textareaId, ['id' => $textareaId]);
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list[$objQuestionTmp->category]['score'] = 0;
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
if (isset($objQuestionTmp->category_list) && !empty($objQuestionTmp->category_list)) {
- Exclude checks
Variable "my_total_weight" is not in valid camel caps format Open
Open
$category_list[$category_id]['total'] += $my_total_weight;
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list['none']['total'] = 0;
- Exclude checks
Variable "TBL_TRACK_ATTEMPT" is not in valid camel caps format Open
Open
$TBL_TRACK_ATTEMPT = Database::get_main_table(TABLE_STATISTIC_TRACK_E_ATTEMPT);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if (!empty($sessionId) && !$is_allowedToEdit) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info['orig_lp_item_id'],
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info,
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$question_result = $objExercise->manage_answer(
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$totalScore += $question_result['score'];
- Exclude checks
Variable "my_total_weight" is not in valid camel caps format Open
Open
$my_total_weight = $questionWeighting;
- Exclude checks
Variable "category_was_added_for_this_test" is not in valid camel caps format Open
Open
$category_was_added_for_this_test = true;
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
if (!isset($category_list['none']['score'])) {
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list['none']['total'] += $my_total_weight;
- Exclude checks
Variable "show_only_total_score" is not in valid camel caps format Open
Open
if ($show_results || $show_only_total_score || $showTotalScoreAndUserChoicesInLastAttempt) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info['results_disabled'],
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
if (empty($track_exercise_info['orig_lp_id']) || empty($track_exercise_info['orig_lp_item_id'])) {
- Exclude checks
Closing brace indented incorrectly; expected 0 spaces, found 4 Open
Open
}
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$scorePassed = ExerciseLib::scorePassed($my_total_score, $my_total_weight);
- Exclude checks
Variable "end_of_message" is not in valid camel caps format Open
Open
$end_of_message = $objExercise->getFinishText($totalScore, $totalWeighting);
- Exclude checks
Variable "results_disabled" is not in valid camel caps format Open
Open
if (RESULT_DISABLE_NO_SCORE_AND_EXPECTED_ANSWERS != $objExercise->results_disabled) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info['title'],
- Exclude checks
Variable "feedback_type" is not in valid camel caps format Open
Open
'fb_type' => $feedback_type,
- Exclude checks
Variable "my_total_weight" is not in valid camel caps format Open
Open
$score['weight'] = $my_total_weight;
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results || $show_only_total_score || $showTotalScoreAndUserChoicesInLastAttempt) {
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
echo TestCategory::get_stats_table_by_attempt($objExercise, $category_list);
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
.$track_exercise_info['orig_lp_item_id'].'&lp_id='.$track_exercise_info['orig_lp_id'].'&'.api_get_cidreq()
- Exclude checks
Variable "lp_mode" is not in valid camel caps format Open
Open
$href = 'fullscreen' == $lp_mode
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$my_total_score = 0;
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$score['score'] = $my_total_score;
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
if (isset($question_result['user_answered'])) {
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
($show_results || $show_only_total_score || $showTotalScoreAndUserChoicesInLastAttempt)
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
.$track_exercise_info['orig_lp_item_id'].'&lp_id='.$track_exercise_info['orig_lp_id'].'&'.api_get_cidreq()
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results) {
- Exclude checks
Variable "exercise_content" is not in valid camel caps format Open
Open
$exercise_content .= Display::panel($questionContent);
- Exclude checks
Variable "end_of_message" is not in valid camel caps format Open
Open
echo Display::return_message($end_of_message, 'normal', false);
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
'score' => $my_total_score,
- Exclude checks
Variable "show_only_total_score" is not in valid camel caps format Open
Open
($show_results || $show_only_total_score || $showTotalScoreAndUserChoicesInLastAttempt)
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
if (empty($track_exercise_info['orig_lp_id']) || empty($track_exercise_info['orig_lp_item_id'])) {
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results && $objQuestionTmp) {
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
$emailForm->addHidden('my_exe_exo_id', $exercise_id);
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
$exercise_id,
- Exclude checks
Variable "my_total_weight" is not in valid camel caps format Open
Open
$scorePassed = ExerciseLib::scorePassed($my_total_score, $my_total_weight);
- Exclude checks
Variable "question_result" is not in valid camel caps format Open
Open
$score['user_answered'] = $question_result['user_answered'];
- Exclude checks
Variable "end_of_message" is not in valid camel caps format Open
Open
if (!empty($end_of_message) && ('learnpath' === $origin)) {
- Exclude checks
Variable "exercise_content" is not in valid camel caps format Open
Open
echo $exercise_content;
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$emailForm->addHidden('lp_item_id', $learnpath_id);
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
'exerciseId' => $exercise_id,
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$url = api_get_path(WEB_CODE_PATH).'exercise/result.php?id='.$track_exercise_info['exe_id'].'&'.api_get_cidreq()
- Exclude checks
Variable "my_total_score" is not in valid camel caps format Open
Open
$my_total_score,
- Exclude checks
Variable "lp_item_view_id" is not in valid camel caps format Open
Open
$emailForm->addHidden('lp_item_view_id', $lp_item_view_id);
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info['exe_id'],
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
'exerciseId' => $exercise_id,
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$student_id,
- Exclude checks
Variable "show_results" is not in valid camel caps format Open
Open
if ($show_results) {
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
if (!empty($category_list) &&
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$student_id,
- Exclude checks
Variable "lp_mode" is not in valid camel caps format Open
Open
$lp_mode = Session::read('lp_mode');
- Exclude checks
Variable "my_total_weight" is not in valid camel caps format Open
Open
$my_total_weight,
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info['complete_name'].' '.
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$emailForm->addHidden('student_id', $student_id);
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
'lp_id' => $learnpath_id,
- Exclude checks
Variable "category_list" is not in valid camel caps format Open
Open
$category_list['total'] = [
- Exclude checks
Variable "learnpath_item_id" is not in valid camel caps format Open
Open
'lp_item_id' => $learnpath_item_id,
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
}
- Exclude checks
Closing brace indented incorrectly; expected 0 spaces, found 4 Open
Open
}
- Exclude checks