Completed
Push — 1.11.x ( 7ffd51...902ebd )
by José
50:21 queued 21:28
created
main/exercise/exercise.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5087,7 +5087,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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')) {
Please login to merge, or discard this patch.