moodle/mod/quiz
Tim Hunt 83c9a6d311 MDL-76571 quiz reports: should not show description items
... or anything else with length = 0. This got broken in MDL-71696.

The only way to fix this kind-of involves and API change to
quiz_report_get_significant_questions. However, it is only changing
the external API of this function back to how it was before the 4.0 release,
and the chnages in 4.0 were never documented, nor, I would guess, intended,
since they just broke things.
2022-12-07 14:54:40 +00:00
..
accessrule MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
amd MDL-74996 Quiz: Convert submission confirmation to saveCancelPromise 2022-11-07 09:40:06 +07:00
backup MDL-74255 quiz: handle draft question status correctly 2022-04-08 12:19:53 +01:00
classes MDL-75642 quiz: Delete multiple (random) questions from quiz 2022-10-07 11:00:32 +07:00
db MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
lang/en MDL-76105 lang: Import fixed English strings (en_fix) 2022-11-17 09:44:35 +00:00
pix Merge branch 'MDL-74235-master-2' of https://github.com/andrewnicols/moodle 2022-04-07 12:06:38 +06:00
report MDL-76571 quiz reports: should not show description items 2022-12-07 14:54:40 +00:00
templates MDL-74996 Quiz: Unanswered question warning for submission confirmations 2022-11-07 09:40:06 +07:00
tests MDL-76105 lang: Use fixed strings in tests, too. 2022-11-17 10:37:45 +00:00
yui MDL-75782 mod_quiz: Make TinyMCE autosave less fragile 2022-09-19 12:55:10 +08:00
accessmanager.php
accessmanager_form.php MDL-71947 core_quiz: vertical forms for access rule popups 2021-06-24 12:31:13 +02:00
addrandom.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
addrandomform.php MDL-71585 qbank_managecategories: Add managecategories to core 2021-09-03 09:41:18 +10:00
attempt.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
attemptlib.php MDL-74996 Quiz: Unanswered question warning for submission confirmations 2022-11-07 09:40:06 +07:00
autosave.ajax.php MDL-58926 quiz: Addition of AJAX based quiz timer. 2020-06-06 17:28:02 +01:00
comment.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
cronlib.php
deprecatedlib.php MDL-52206 quiz: Remove completionpass completion from quiz 2021-10-04 19:44:03 +08:00
edit.php MDL-73335 mod_quiz: Add tertiary nav for the quiz module 2022-02-24 09:26:00 +02:00
edit_rest.php MDL-75642 quiz: Delete multiple (random) questions from quiz 2022-10-07 11:00:32 +07:00
editrandom.php MDL-73763 core : Index fixes for reference tables 2022-03-24 18:04:47 +11:00
grade.php MDL-67830 quiz: notice in grade details redirect script 2020-01-29 18:34:39 +00:00
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-74762 qbank_statistics: improve performance loading the data 2022-09-16 21:34:00 +10:00
locallib.php MDL-75642 quiz: Delete multiple (random) questions from quiz 2022-10-07 11:00:32 +07:00
mod_form.php MDL-74184 quiz: prevent repagination of quizzes with attepts 2022-03-22 10:32:24 +00:00
module.js MDL-71961 Quiz: Disable quiz navigation buttons when files are uploading 2021-09-13 17:31:17 +07:00
override_form.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
overridedelete.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
overrideedit.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
overrides.php MDL-74981 mod_quiz: set limited width on overrides pages 2022-06-23 18:01:56 +08:00
processattempt.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
renderer.php MDL-74996 Quiz: Unanswered question warning for submission confirmations 2022-11-07 09:40:06 +07:00
repaginate.php
report.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
review.php MDL-73954 quiz: fix decimal places for the percentage on review page 2022-03-04 11:58:16 +00:00
reviewquestion.php MDL-71030 Quiz: Add 'who' made changes in question response history 2021-04-20 09:06:15 +07:00
settings.php MDL-71902 mod_quiz: Add locked flag option for quiz options 2021-11-11 10:36:14 +11:00
startattempt.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
styles.css MDL-74091 core_question: 'table-responsive' qtable avoids overlap. 2022-03-22 14:19:42 +01:00
summary.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-74996 Quiz: Unanswered question warning for submission confirmations 2022-11-07 09:40:06 +07:00
version.php MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
view.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30