@@ -5087,7 +5087,7 @@ discard block |
||
5087 | 5087 | |
5088 | 5088 | //Fixes multiple answer question in order to be exact |
5089 | 5089 | //if ($answerType == MULTIPLE_ANSWER || $answerType == GLOBAL_MULTIPLE_ANSWER) { |
5090 | - /* if ($answerType == GLOBAL_MULTIPLE_ANSWER) { |
|
5090 | + /* if ($answerType == GLOBAL_MULTIPLE_ANSWER) { |
|
5091 | 5091 | $diff = @array_diff($answer_correct_array, $real_answers); |
5092 | 5092 | |
5093 | 5093 | // All good answers or nothing works like exact |
@@ -5657,7 +5657,7 @@ discard block |
||
5657 | 5657 | '#student_complete_name#' => $user_info['complete_name'], |
5658 | 5658 | '#course#' => $courseInfo['title'] |
5659 | 5659 | ]; |
5660 | - if ($origin != 'learnpath' && $sendEnd) { |
|
5660 | + if ($origin != 'learnpath' && $sendEnd) { |
|
5661 | 5661 | $msg .= '<br /><a href="#url#">'.get_lang('ClickToCommentAndGiveFeedback').'</a>'; |
5662 | 5662 | $variables['#url#'] = $url; |
5663 | 5663 | } |
@@ -7446,8 +7446,8 @@ discard block |
||
7446 | 7446 | } |
7447 | 7447 | |
7448 | 7448 | /** |
7449 | - * @return string |
|
7450 | - */ |
|
7449 | + * @return string |
|
7450 | + */ |
|
7451 | 7451 | public function get_formated_title() |
7452 | 7452 | { |
7453 | 7453 | if (api_get_configuration_value('save_titles_as_html')) { |