Updated semantics

Added tags for text fields in Boardgame, Multichoice and QuestionSet.
pull/1/head
Frank Ronny Larsen 2013-07-15 09:27:13 +02:00
parent e061b84f12
commit 821c9bd0d5
1 changed files with 38 additions and 7 deletions

View File

@ -67,7 +67,13 @@
"type": "text", "type": "text",
"label": "Title", "label": "Title",
"optional": true, "optional": true,
"description": "This title will be displayed above the introduction text." "description": "This title will be displayed above the introduction text.",
"tags": [
"sub",
"sup",
"strong",
"em"
]
}, },
{ {
"name": "introduction", "name": "introduction",
@ -80,7 +86,6 @@
"tags": [ "tags": [
"sub", "sub",
"sup", "sup",
"math",
"strong", "strong",
"em", "em",
"p" "p"
@ -124,7 +129,11 @@
"type": "text", "type": "text",
"label": "Progress text", "label": "Progress text",
"description": "Text used if textual progress is selected.", "description": "Text used if textual progress is selected.",
"default": "Question: @current of @total questions" "default": "Question: @current of @total questions",
"tags": [
"strong",
"em"
]
} }
] ]
}, },
@ -146,7 +155,11 @@
"placeholder": "Congratulations!", "placeholder": "Congratulations!",
"default": "Congratulations!", "default": "Congratulations!",
"optional": true, "optional": true,
"description": "This title will be displayed above results if the user has successfully passed the quiz." "description": "This title will be displayed above results if the user has successfully passed the quiz.",
"tags": [
"strong",
"em"
]
}, },
{ {
"name": "successComment", "name": "successComment",
@ -155,7 +168,14 @@
"label": "Passed comment", "label": "Passed comment",
"default": "You did very well!", "default": "You did very well!",
"optional": true, "optional": true,
"description": "This comment will be displayed after the score if the user has successfully passed the quiz." "description": "This comment will be displayed after the score if the user has successfully passed the quiz.",
"tags": [
"sub",
"sup",
"strong",
"em",
"p"
]
}, },
{ {
"name": "failGreeting", "name": "failGreeting",
@ -163,7 +183,11 @@
"label": "Quiz failed title", "label": "Quiz failed title",
"default": "Oh, no!", "default": "Oh, no!",
"optional": true, "optional": true,
"description": "This title will be displayed above the results if the user has failed the quiz." "description": "This title will be displayed above the results if the user has failed the quiz.",
"tags": [
"strong",
"em"
]
}, },
{ {
"name": "failComment", "name": "failComment",
@ -172,7 +196,14 @@
"label": "Failed comment", "label": "Failed comment",
"default": "This didn't go so well.", "default": "This didn't go so well.",
"optional": true, "optional": true,
"description": "This comment will be displayed after the score if the user has failed the quiz." "description": "This comment will be displayed after the score if the user has failed the quiz.",
"tags": [
"sub",
"sup",
"strong",
"em",
"p"
]
}, },
{ {
"name": "solutionButtonText", "name": "solutionButtonText",