Added question parameter for maximum points
This commit is contained in:
parent
a16d9a4852
commit
34908a2eef
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"question": "<p><em>Wanderhome</em> is about a group of animals travelling through a vast, pastoral landscape.</p><p>Choose <strong>up to three</strong> personality traits to describe what kind of animal you are.</p>",
|
"question": "<p><em>Wanderhome</em> is about a group of animals travelling through a vast, pastoral landscape.</p><p>Choose <strong>up to three</strong> personality traits to describe what kind of animal you are.</p>",
|
||||||
"select": 3,
|
"select": 3,
|
||||||
"type": "multiple",
|
"max": 2,
|
||||||
"answers": [
|
"answers": [
|
||||||
{
|
{
|
||||||
"text": "Dangerous",
|
"text": "Dangerous",
|
||||||
@ -89,7 +89,7 @@
|
|||||||
{
|
{
|
||||||
"question": "<p>Journeying through the <em>Hæth</em> requires all travellers to care about the people and places around them.</p><p>Choose <strong>up to three</strong> characteristics that describe what your care is like.</p>",
|
"question": "<p>Journeying through the <em>Hæth</em> requires all travellers to care about the people and places around them.</p><p>Choose <strong>up to three</strong> characteristics that describe what your care is like.</p>",
|
||||||
"select": 3,
|
"select": 3,
|
||||||
"type": "multiple",
|
"max": 3,
|
||||||
"answers": [
|
"answers": [
|
||||||
{
|
{
|
||||||
"text": "Cautious",
|
"text": "Cautious",
|
||||||
|
Loading…
Reference in New Issue
Block a user