Made poolSize being minimum 1

pull/4/head^2
Paal Joergensen 2016-10-25 13:36:11 +02:00
parent 9e891a0840
commit ebcb050083
1 changed files with 1 additions and 0 deletions

View File

@ -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