New question type: none
This commit is contained in:
parent
7b45214ca9
commit
1d9edfd4b6
4 changed files with 7 additions and 2 deletions
|
|
@ -232,7 +232,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
</QuestionForm>
|
||||
{#if question.kind != 'mcq' && question.kind != 'ucq'}
|
||||
{#if question.kind != 'mcq' && question.kind != 'ucq' && question.kind != 'none'}
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
>
|
||||
|
|
|
|||
Reference in a new issue