Make fields optional

pull/1/head
Svein-Tore Griff With 2013-05-12 00:08:05 +02:00
parent cab6c07047
commit a4a2a4c959
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 13,
"patchVersion": 14,
"runnable": 1,
"machineName": "H5P.QuestionSet",
"author": "Amendor AS",

View File

@ -141,6 +141,7 @@
"label": "Quiz passed title",
"placeholder": "Congratulations!",
"default": "Congratulations!",
"optional": true,
"description": "This title will be displayed above results if the user has successfully passed the quiz."
},
{
@ -149,6 +150,7 @@
"widget": "textarea",
"label": "Passed comment",
"default": "You did very well!",
"optional": true,
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
},
{
@ -156,6 +158,7 @@
"type": "text",
"label": "Quiz failed title",
"default": "Oh, no!",
"optional": true,
"description": "This title will be displayed above the results if the user has failed the quiz."
},
{
@ -164,6 +167,7 @@
"widget": "textarea",
"label": "Failed comment",
"default": "This didn't go so well.",
"optional": true,
"description": "This comment will be displayed after the score if the user has failed the quiz."
},
{