From d236d4f577937613311c7d47c8834c89d54acc78 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 12 Aug 2006 22:26:05 +0000 Subject: [PATCH] Initial version of the XMLDB file for this plugin --- question/type/calculated/db/install.xml | 23 +++++++++ question/type/match/db/install.xml | 30 ++++++++++++ question/type/multianswer/db/install.xml | 16 ++++++ question/type/multichoice/db/install.xml | 19 ++++++++ question/type/numerical/db/install.xml | 20 ++++++++ question/type/randomsamatch/db/install.xml | 16 ++++++ question/type/rqp/db/install.xml | 57 ++++++++++++++++++++++ question/type/shortanswer/db/install.xml | 17 +++++++ question/type/truefalse/db/install.xml | 17 +++++++ 9 files changed, 215 insertions(+) create mode 100644 question/type/calculated/db/install.xml create mode 100644 question/type/match/db/install.xml create mode 100644 question/type/multianswer/db/install.xml create mode 100644 question/type/multichoice/db/install.xml create mode 100644 question/type/numerical/db/install.xml create mode 100644 question/type/randomsamatch/db/install.xml create mode 100644 question/type/rqp/db/install.xml create mode 100644 question/type/shortanswer/db/install.xml create mode 100644 question/type/truefalse/db/install.xml diff --git a/question/type/calculated/db/install.xml b/question/type/calculated/db/install.xml new file mode 100644 index 0000000000..28c0e3cef3 --- /dev/null +++ b/question/type/calculated/db/install.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/match/db/install.xml b/question/type/match/db/install.xml new file mode 100644 index 0000000000..edc97c1495 --- /dev/null +++ b/question/type/match/db/install.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/multianswer/db/install.xml b/question/type/multianswer/db/install.xml new file mode 100644 index 0000000000..cc87b2941f --- /dev/null +++ b/question/type/multianswer/db/install.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/multichoice/db/install.xml b/question/type/multichoice/db/install.xml new file mode 100644 index 0000000000..7c677438fc --- /dev/null +++ b/question/type/multichoice/db/install.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/numerical/db/install.xml b/question/type/numerical/db/install.xml new file mode 100644 index 0000000000..1530ee150f --- /dev/null +++ b/question/type/numerical/db/install.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/randomsamatch/db/install.xml b/question/type/randomsamatch/db/install.xml new file mode 100644 index 0000000000..1b9fbfddbb --- /dev/null +++ b/question/type/randomsamatch/db/install.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/rqp/db/install.xml b/question/type/rqp/db/install.xml new file mode 100644 index 0000000000..0eb69a0936 --- /dev/null +++ b/question/type/rqp/db/install.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/shortanswer/db/install.xml b/question/type/shortanswer/db/install.xml new file mode 100644 index 0000000000..8352920810 --- /dev/null +++ b/question/type/shortanswer/db/install.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/question/type/truefalse/db/install.xml b/question/type/truefalse/db/install.xml new file mode 100644 index 0000000000..33af41e4f9 --- /dev/null +++ b/question/type/truefalse/db/install.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + +
+
+
\ No newline at end of file -- 2.39.5