Textual improvements in semantics
parent
5510959615
commit
02589ff35a
|
@ -289,30 +289,29 @@
|
||||||
{
|
{
|
||||||
"name": "override",
|
"name": "override",
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"label": "Override native button options",
|
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||||
"description": "These options will let you override when to display \"Show solution\" and \"Retry\" buttons in integrated h5p content.",
|
"description": "These options will let you override when to display \"Show solution\" and \"Retry\" buttons in integrated h5p content.",
|
||||||
"common": true,
|
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "overrideButtons",
|
"name": "overrideButtons",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Override native button settings.",
|
"label": "Enable override for \"Show solution\" and \"Retry\" settings.",
|
||||||
"description": "Enabling this option will let you override display settings for integrated content buttons with the following options.",
|
"description": "If this is enabled the questions own settings will be ignored and the below settings will be used instead.",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "overrideShowSolutionButton",
|
"name": "overrideShowSolutionButton",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Enable \"Show solution\" button for subcontent.",
|
"label": "Enable \"Show solution\" buttons.",
|
||||||
"description": "Enabling this option will override subcontent to show the \"Show solution\" button.",
|
"description": "Enabling this option will make questions show the \"Show solution\" button.",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "overrideRetryButton",
|
"name": "overrideRetryButton",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Enable \"Retry\" button for subcontent.",
|
"label": "Enable \"Retry\" buttons.",
|
||||||
"description": "Enabling this option will override subcontent to show the \"Retry\" button.",
|
"description": "Enabling this option will make questions show the \"Retry\" button.",
|
||||||
"default": false
|
"default": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue