Sindbad~EG File Manager
[
{
"name": "introduction",
"label": "Introduction",
"type": "group",
"fields": [
{
"name": "showIntroPage",
"type": "boolean",
"optional": true,
"default": false,
"label": "Display introduction",
"importance": "low"
},
{
"name": "introductionImage",
"type": "image",
"label": "Introduction image",
"optional": true,
"widget": "showWhen",
"showWhen": {
"rules": [
{
"field": "showIntroPage",
"equals": true
}
]
}
},
{
"name": "introductionImageAltText",
"type": "text",
"label": "Alternative text for introduction image",
"optional": true,
"widget": "showWhen",
"showWhen": {
"rules": [
{
"field": "showIntroPage",
"equals": true
}
]
}
},
{
"name": "introductionTitle",
"type": "text",
"label": "Title",
"optional": true,
"widget": "showWhen",
"showWhen": {
"rules": [
{
"field": "showIntroPage",
"equals": true
}
]
}
},
{
"name": "introductionText",
"type": "text",
"label": "Introduction text",
"optional": true,
"description": "This title will be displayed above the introduction text.",
"widget": "showWhen",
"showWhen": {
"widget": "html",
"rules": [
{
"field": "showIntroPage",
"equals": true
}
]
},
"tags": [
"sub",
"sup",
"strong",
"em",
"code"
]
}
]
},
{
"name": "questions",
"label": "Questions",
"importance": "high",
"type": "list",
"widgets": [
{
"name": "VerticalTabs",
"label": "Default"
}
],
"min": 1,
"entity": "Question",
"field": {
"name": "question",
"type": "library",
"label": "Question",
"importance": "high",
"options": [
"H5P.SpeakTheWords 1.3"
]
}
},
{
"name": "overallFeedback",
"type": "group",
"label": "Overall Feedback",
"importance": "low",
"expanded": true,
"fields": [
{
"name": "overallFeedback",
"type": "list",
"widgets": [
{
"name": "RangeList",
"label": "Default"
}
],
"importance": "high",
"label": "Define custom feedback for any score range",
"description": "Click the \"Add range\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!",
"entity": "range",
"min": 1,
"defaultNum": 1,
"optional": true,
"field": {
"name": "overallFeedback",
"type": "group",
"importance": "low",
"fields": [
{
"name": "from",
"type": "number",
"label": "Score Range",
"min": 0,
"max": 100,
"default": 0,
"unit": "%"
},
{
"name": "to",
"type": "number",
"min": 0,
"max": 100,
"default": 100,
"unit": "%"
},
{
"name": "feedback",
"type": "text",
"label": "Feedback for defined score range",
"importance": "low",
"placeholder": "Fill in the feedback",
"optional": true
}
]
}
}
]
},
{
"name": "l10n",
"type": "group",
"label": "Speak The Words Set labels and texts",
"importance": "low",
"common": true,
"fields": [
{
"name": "introductionButtonLabel",
"label": "Introduction button label",
"type": "text",
"default": "Start Course!"
},
{
"name": "solutionScreenResultsLabel",
"label": "Solution screen results label",
"type": "text",
"default": "Your results:"
},
{
"name": "showSolutionsButtonLabel",
"label": "Show solutions button label",
"type": "text",
"default": "Show solution"
},
{
"name": "retryButtonLabel",
"label": "Retry button label",
"type": "text",
"default": "Retry"
},
{
"name": "nextQuestionAriaLabel",
"label": "Next question accessibility label",
"type": "text",
"default": "Next question"
},
{
"name": "previousQuestionAriaLabel",
"label": "Previous question accessibility label",
"type": "text",
"default": "Previous question"
},
{
"name": "navigationBarTitle",
"label": "Navigation bar title",
"description": "Titles for questions in navigation bar. \":num\" will be replaced with the actual slide number.",
"type": "text",
"default": "Slide :num"
},
{
"name": "answeredSlideAriaLabel",
"label": "Answered slide accessibility label",
"type": "text",
"default": "Answered"
},
{
"name": "activeSlideAriaLabel",
"label": "Active slide accessibility label",
"type": "text",
"default": "Currently active"
}
]
}
]
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists