diff --git a/lib/Db/Question.php b/lib/Db/Question.php index 090d320..26549d0 100644 --- a/lib/Db/Question.php +++ b/lib/Db/Question.php @@ -52,7 +52,8 @@ class Question extends Entity { 'short', 'long', 'multiple', - 'multiple_unique' + 'multiple_unique', + 'dropdown' ]; public function __construct() { diff --git a/src/components/Questions/AnswerInput.vue b/src/components/Questions/AnswerInput.vue index d9aacb3..ef1abb8 100644 --- a/src/components/Questions/AnswerInput.vue +++ b/src/components/Questions/AnswerInput.vue @@ -1,6 +1,10 @@