From 62555514e6beae7624cbc8bb81286ffacb2cd486 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Thu, 21 Nov 2024 21:23:55 -0800 Subject: [PATCH 1/5] Add moodle-qtype_oumultiresponse plugin with tag v2.4 --- .gitmodules | 7 ++++++- question/type/oumultiresponse | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 question/type/oumultiresponse diff --git a/.gitmodules b/.gitmodules index f8b867695f4ac..e2eba7054cf85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -120,8 +120,13 @@ url = https://github.com/ncstate-delta/moodle-mod_zoom branch = main tag = v5.2.4 +[submodule "question/type/oumultiresponse"] + path = question/type/oumultiresponse + url = https://github.com/moodleou/moodle-qtype_oumultiresponse + branch = main + tag = v2.4 [submodule "question/type/wordselect"] path = question/type/wordselect url = https://github.com/marcusgreen/moodle-qtype_wordselect branch = master - tag = v2.53 \ No newline at end of file + tag = v2.53 diff --git a/question/type/oumultiresponse b/question/type/oumultiresponse new file mode 160000 index 0000000000000..deb5790712aee --- /dev/null +++ b/question/type/oumultiresponse @@ -0,0 +1 @@ +Subproject commit deb5790712aeec79e0547d3920df64b60e88521a From 17983fb070101e8983754b5c7cc76b678e4d5003 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Thu, 21 Nov 2024 21:41:26 -0800 Subject: [PATCH 2/5] Add moodle-repository_boxnet plugin from the master branch. --- .gitmodules | 6 +++++- repository/boxnet | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 repository/boxnet diff --git a/.gitmodules b/.gitmodules index f8b867695f4ac..4d800185a347a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,4 +124,8 @@ path = question/type/wordselect url = https://github.com/marcusgreen/moodle-qtype_wordselect branch = master - tag = v2.53 \ No newline at end of file + tag = v2.53 +[submodule "repository/boxnet"] + path = repository/boxnet + url = https://github.com/moodlehq/moodle-repository_boxnet + branch = master diff --git a/repository/boxnet b/repository/boxnet new file mode 160000 index 0000000000000..c438045511686 --- /dev/null +++ b/repository/boxnet @@ -0,0 +1 @@ +Subproject commit c4380455116860ebbef0ee2ae24329ddc5648528 From 9d5944b76acf96fa2c406fa0cb33f5b424fde253 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Fri, 22 Nov 2024 09:41:16 -0800 Subject: [PATCH 3/5] Update moodle-qtype_oumultiresponse plugin to use the tip of its main branch, instead of the v2.4 tag, to fix failing tests. --- .gitmodules | 1 - question/type/oumultiresponse | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e2eba7054cf85..6d75ce1f248d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,7 +124,6 @@ path = question/type/oumultiresponse url = https://github.com/moodleou/moodle-qtype_oumultiresponse branch = main - tag = v2.4 [submodule "question/type/wordselect"] path = question/type/wordselect url = https://github.com/marcusgreen/moodle-qtype_wordselect diff --git a/question/type/oumultiresponse b/question/type/oumultiresponse index deb5790712aee..a0c426fcf6b90 160000 --- a/question/type/oumultiresponse +++ b/question/type/oumultiresponse @@ -1 +1 @@ -Subproject commit deb5790712aeec79e0547d3920df64b60e88521a +Subproject commit a0c426fcf6b90c886c26e4f7eeb774f6b47bddc2 From e372be6df97940a34b7e0432b6a57e23bea1a314 Mon Sep 17 00:00:00 2001 From: Miriam Leung Date: Fri, 22 Nov 2024 14:01:10 -0800 Subject: [PATCH 4/5] Updates number of qbank questions displayed to 300 --- mod/quiz/classes/question/bank/custom_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/classes/question/bank/custom_view.php b/mod/quiz/classes/question/bank/custom_view.php index 572ba8daa1b4b..2e5967deb1b01 100644 --- a/mod/quiz/classes/question/bank/custom_view.php +++ b/mod/quiz/classes/question/bank/custom_view.php @@ -45,7 +45,7 @@ */ class custom_view extends \core_question\local\bank\view { /** @var int number of questions per page to show in the add from question bank modal. */ - const DEFAULT_PAGE_SIZE = 20; + const DEFAULT_PAGE_SIZE = 300; /** @var bool $quizhasattempts whether the quiz this is used by has been attemptd. */ protected $quizhasattempts = false; From 1c2f1c000b3c6d417ddbb39b4e98d15df36520f0 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Thu, 21 Nov 2024 21:37:06 -0800 Subject: [PATCH 5/5] Add benchmark plugin with tag v1.5.1. Sort .gitmodules file --- .gitmodules | 45 +++++++++++++++++++++++++-------------------- report/benchmark | 1 + 2 files changed, 26 insertions(+), 20 deletions(-) create mode 160000 report/benchmark diff --git a/.gitmodules b/.gitmodules index 4d800185a347a..a27304b02957c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,10 @@ path = admin/tool/ldapsync url = https://github.com/ucsf-education/moodle-admin-tool-ldapsync branch = MOODLE_404_STABLE +[submodule "admin/tool/ucsfsomapi"] + path = admin/tool/ucsfsomapi + url = https://github.com/ucsf-education/tool_ucsfsomapi.git + branch = MOODLE_404_STABLE [submodule "availability/condition/mobileapp"] path = availability/condition/mobileapp url = https://github.com/ucsf-education/moodle-availability_mobileapp @@ -27,15 +31,15 @@ path = blocks/course_recent url = https://github.com/ucsf-education/moodle-block-course_recent branch = MOODLE_404_STABLE -[submodule "blocks/quickmail"] - path = blocks/quickmail - url = https://github.com/ucsf-education/moodle-block_quickmail - branch = UCSFCLE_404_STABLE [submodule "blocks/massaction"] path = blocks/massaction url = https://github.com/Syxton/moodle-block_massaction branch = master tag = 7.3.1 +[submodule "blocks/quickmail"] + path = blocks/quickmail + url = https://github.com/ucsf-education/moodle-block_quickmail + branch = UCSFCLE_404_STABLE [submodule "course/format/topcoll"] path = course/format/topcoll url = https://github.com/gjbarnard/moodle-format_topcoll @@ -57,27 +61,15 @@ url = https://github.com/bfh/moodle-tiny_fontcolor branch = main tag = V0.8 -[submodule "local/navbarhelpmenu"] - path = local/navbarhelpmenu - url = https://github.com/ucsf-education/moodle-local_navbarhelpmenu - branch = MOODLE_404_STABLE -[submodule "question/type/knowledgecheck"] - path = question/type/knowledgecheck - url = https://github.com/ucsf-education/knowledgecheck.git - branch = MOODLE_404_STABLE -[submodule "theme/ucsf"] - path = theme/ucsf - url = https://github.com/ucsf-education/moodle-theme-ucsf - branch = MOODLE_404_STABLE -[submodule "admin/tool/ucsfsomapi"] - path = admin/tool/ucsfsomapi - url = https://github.com/ucsf-education/tool_ucsfsomapi.git - branch = MOODLE_404_STABLE [submodule "local/maintenance_livecheck"] path = local/maintenance_livecheck url = https://github.com/moodle-an-hochschulen/moodle-local_maintenance_livecheck branch = MOODLE_404_STABLE tag = v4.4-r1 +[submodule "local/navbarhelpmenu"] + path = local/navbarhelpmenu + url = https://github.com/ucsf-education/moodle-local_navbarhelpmenu + branch = MOODLE_404_STABLE [submodule "local/staticpage"] path = local/staticpage url = https://github.com/moodle-an-hochschulen/moodle-local_staticpage @@ -120,12 +112,25 @@ url = https://github.com/ncstate-delta/moodle-mod_zoom branch = main tag = v5.2.4 +[submodule "question/type/knowledgecheck"] + path = question/type/knowledgecheck + url = https://github.com/ucsf-education/knowledgecheck.git + branch = MOODLE_404_STABLE [submodule "question/type/wordselect"] path = question/type/wordselect url = https://github.com/marcusgreen/moodle-qtype_wordselect branch = master tag = v2.53 +[submodule "report/benchmark"] + path = report/benchmark + url = https://github.com/mikasmart/benchmark + branch = master + tag = v1.5.1 [submodule "repository/boxnet"] path = repository/boxnet url = https://github.com/moodlehq/moodle-repository_boxnet branch = master +[submodule "theme/ucsf"] + path = theme/ucsf + url = https://github.com/ucsf-education/moodle-theme-ucsf + branch = MOODLE_404_STABLE diff --git a/report/benchmark b/report/benchmark new file mode 160000 index 0000000000000..ae512d5d64c51 --- /dev/null +++ b/report/benchmark @@ -0,0 +1 @@ +Subproject commit ae512d5d64c513443ccc28618e268539334b5cf1