From 34908a2eef65765a293a0bd6274ee07b7159eff7 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Mon, 29 Aug 2022 17:11:26 +0100 Subject: [PATCH] Added question parameter for maximum points --- server/data/questions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/data/questions.json b/server/data/questions.json index 1bf803a..fd34f55 100644 --- a/server/data/questions.json +++ b/server/data/questions.json @@ -2,7 +2,7 @@ { "question": "

Wanderhome is about a group of animals travelling through a vast, pastoral landscape.

Choose up to three personality traits to describe what kind of animal you are.

", "select": 3, - "type": "multiple", + "max": 2, "answers": [ { "text": "Dangerous", @@ -89,7 +89,7 @@ { "question": "

Journeying through the Hæth requires all travellers to care about the people and places around them.

Choose up to three characteristics that describe what your care is like.

", "select": 3, - "type": "multiple", + "max": 3, "answers": [ { "text": "Cautious",