From 7583efe9f529431d55528dbb5bc822372403e1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Wed, 27 Dec 2017 14:16:56 +0100 Subject: [PATCH] MDL-45367 questions: Add SVG icons for question types. --- question/type/calculated/pix/icon.svg | 1 + question/type/calculatedmulti/pix/icon.svg | 1 + question/type/calculatedsimple/pix/icon.svg | 1 + question/type/ddimageortext/pix/icon.svg | 1 + question/type/ddmarker/pix/icon.svg | 1 + question/type/ddwtos/pix/icon.svg | 1 + question/type/description/pix/icon.svg | 1 + question/type/essay/pix/icon.svg | 1 + question/type/gapselect/pix/icon.svg | 1 + question/type/match/pix/icon.svg | 1 + question/type/missingtype/pix/icon.svg | 1 + question/type/multianswer/pix/icon.svg | 1 + question/type/multichoice/pix/icon.svg | 1 + question/type/numerical/pix/icon.svg | 1 + question/type/random/pix/icon.svg | 1 + question/type/randomsamatch/pix/icon.svg | 1 + question/type/shortanswer/pix/icon.svg | 1 + question/type/truefalse/pix/icon.svg | 1 + 18 files changed, 18 insertions(+) create mode 100644 question/type/calculated/pix/icon.svg create mode 100644 question/type/calculatedmulti/pix/icon.svg create mode 100644 question/type/calculatedsimple/pix/icon.svg create mode 100644 question/type/ddimageortext/pix/icon.svg create mode 100644 question/type/ddmarker/pix/icon.svg create mode 100644 question/type/ddwtos/pix/icon.svg create mode 100644 question/type/description/pix/icon.svg create mode 100644 question/type/essay/pix/icon.svg create mode 100644 question/type/gapselect/pix/icon.svg create mode 100644 question/type/match/pix/icon.svg create mode 100644 question/type/missingtype/pix/icon.svg create mode 100644 question/type/multianswer/pix/icon.svg create mode 100644 question/type/multichoice/pix/icon.svg create mode 100644 question/type/numerical/pix/icon.svg create mode 100644 question/type/random/pix/icon.svg create mode 100644 question/type/randomsamatch/pix/icon.svg create mode 100644 question/type/shortanswer/pix/icon.svg create mode 100644 question/type/truefalse/pix/icon.svg diff --git a/question/type/calculated/pix/icon.svg b/question/type/calculated/pix/icon.svg new file mode 100644 index 00000000000..2e44dfe8ff2 --- /dev/null +++ b/question/type/calculated/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/calculatedmulti/pix/icon.svg b/question/type/calculatedmulti/pix/icon.svg new file mode 100644 index 00000000000..f469484aaef --- /dev/null +++ b/question/type/calculatedmulti/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/calculatedsimple/pix/icon.svg b/question/type/calculatedsimple/pix/icon.svg new file mode 100644 index 00000000000..4121df68e7d --- /dev/null +++ b/question/type/calculatedsimple/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/ddimageortext/pix/icon.svg b/question/type/ddimageortext/pix/icon.svg new file mode 100644 index 00000000000..2c1686cb60f --- /dev/null +++ b/question/type/ddimageortext/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/ddmarker/pix/icon.svg b/question/type/ddmarker/pix/icon.svg new file mode 100644 index 00000000000..610302af705 --- /dev/null +++ b/question/type/ddmarker/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/ddwtos/pix/icon.svg b/question/type/ddwtos/pix/icon.svg new file mode 100644 index 00000000000..d8a714266f1 --- /dev/null +++ b/question/type/ddwtos/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/description/pix/icon.svg b/question/type/description/pix/icon.svg new file mode 100644 index 00000000000..f3760567c94 --- /dev/null +++ b/question/type/description/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/essay/pix/icon.svg b/question/type/essay/pix/icon.svg new file mode 100644 index 00000000000..242f5a6e28d --- /dev/null +++ b/question/type/essay/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/gapselect/pix/icon.svg b/question/type/gapselect/pix/icon.svg new file mode 100644 index 00000000000..43397c1a4bf --- /dev/null +++ b/question/type/gapselect/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/match/pix/icon.svg b/question/type/match/pix/icon.svg new file mode 100644 index 00000000000..b70cdc9942f --- /dev/null +++ b/question/type/match/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/missingtype/pix/icon.svg b/question/type/missingtype/pix/icon.svg new file mode 100644 index 00000000000..4f06e79febc --- /dev/null +++ b/question/type/missingtype/pix/icon.svg @@ -0,0 +1 @@ +? \ No newline at end of file diff --git a/question/type/multianswer/pix/icon.svg b/question/type/multianswer/pix/icon.svg new file mode 100644 index 00000000000..405eb4096a0 --- /dev/null +++ b/question/type/multianswer/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/multichoice/pix/icon.svg b/question/type/multichoice/pix/icon.svg new file mode 100644 index 00000000000..0e3655d7420 --- /dev/null +++ b/question/type/multichoice/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/numerical/pix/icon.svg b/question/type/numerical/pix/icon.svg new file mode 100644 index 00000000000..8308cc95592 --- /dev/null +++ b/question/type/numerical/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/random/pix/icon.svg b/question/type/random/pix/icon.svg new file mode 100644 index 00000000000..90153c24f7f --- /dev/null +++ b/question/type/random/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/randomsamatch/pix/icon.svg b/question/type/randomsamatch/pix/icon.svg new file mode 100644 index 00000000000..495a33f50da --- /dev/null +++ b/question/type/randomsamatch/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/shortanswer/pix/icon.svg b/question/type/shortanswer/pix/icon.svg new file mode 100644 index 00000000000..12f910ab674 --- /dev/null +++ b/question/type/shortanswer/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/question/type/truefalse/pix/icon.svg b/question/type/truefalse/pix/icon.svg new file mode 100644 index 00000000000..2ffcf1cdf56 --- /dev/null +++ b/question/type/truefalse/pix/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file