# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: moodle/mod/quiz/index.php --- moodle/mod/quiz/index.php Base (1.46.2.15) +++ moodle/mod/quiz/index.php Locally Modified (Based On 1.46.2.15) @@ -53,7 +53,10 @@ if (quiz_has_feedback($quiz->id)) { $showfeedback=true; } + if($showclosingheader && $showfeedback) { + break; } + } // Configure table for displaying the list of instances. $headings = array(get_string('name'));