Made poolSize being minimum 1
parent
9e891a0840
commit
ebcb050083
|
@ -212,6 +212,7 @@
|
|||
{
|
||||
"name": "poolSize",
|
||||
"type": "number",
|
||||
"min": 1,
|
||||
"label": "Number of questions to be shown:",
|
||||
"description": "Create a randomized batch of questions from the total.",
|
||||
"optional": true
|
||||
|
|
Loading…
Reference in New Issue