Skip to content

Commit

Permalink
Merge pull request #119 from ucsf-education/UCSFCLE_403-Add_local_qui…
Browse files Browse the repository at this point in the history
…zanon_plugin_to_M4.3

Add local quizanon plugin to M4.3
  • Loading branch information
ctam authored Dec 6, 2024
2 parents e357952 + b089abb commit fb71ae0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GH_PAT }}

- name: Setting up PHPUnit
env:
Expand Down
8 changes: 6 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
path = blocks/checklist
url = https://github.com/davosmith/moodle-block_checklist
branch = master
tag = 3.4.3.1
tag = 3.4.3.2
[submodule "blocks/course_recent"]
path = blocks/course_recent
url = https://github.com/ucsf-education/moodle-block-course_recent
Expand Down Expand Up @@ -107,6 +107,10 @@
path = local/navbarhelpmenu
url = https://github.com/ucsf-education/moodle-local_navbarhelpmenu
branch = MOODLE_403_STABLE
[submodule "local/quizanon"]
path = local/quizanon
url = https://github.com/ucsf-education/local_quizanon
branch = MOODLE_403_STAGING
[submodule "local/staticpage"]
path = local/staticpage
url = https://github.com/moodleuulm/moodle-local_staticpage
Expand All @@ -120,7 +124,7 @@
path = mod/checklist
url = https://github.com/davosmith/moodle-checklist
branch = master
tag = 4.1.0.2
tag = 4.1.0.3
[submodule "mod/choicegroup"]
path = mod/choicegroup
url = https://github.com/ndunand/moodle-mod_choicegroup
Expand Down
1 change: 1 addition & 0 deletions local/quizanon
Submodule quizanon added at 13c68a

0 comments on commit fb71ae0

Please sign in to comment.