From 9bb7dd8e5af04cfae59487bfcbf088ebc45ce75c Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Wed, 30 Aug 2023 14:57:03 -0700 Subject: [PATCH] Added question/type/wordselect plugin as submodule. --- .gitmodules | 4 ++++ question/type/wordselect | 1 + 2 files changed, 5 insertions(+) create mode 160000 question/type/wordselect diff --git a/.gitmodules b/.gitmodules index b7d71f61dd3bf..2181754f6d74a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -181,6 +181,10 @@ 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 [submodule "report/benchmark"] path = report/benchmark url = https://github.com/mikasmart/benchmark diff --git a/question/type/wordselect b/question/type/wordselect new file mode 160000 index 0000000000000..2edfe9219d412 --- /dev/null +++ b/question/type/wordselect @@ -0,0 +1 @@ +Subproject commit 2edfe9219d4126ce36933fcbeb297ef4f4dbc806