%PDF- %PDF-
| Direktori : /opt/bitnami/apps/moodle/moodledata/filedir/1f/8f/ |
| Current File : /opt/bitnami/apps/moodle/moodledata/filedir/1f/8f/1f8ff317af573700c66fe168b2625b97f2fe4308 |
[
{
"name": "threeImage",
"type": "group",
"widget": "threeImage",
"label": "Three Image Editor",
"importance": "high",
"fields": [
{
"name": "scenes",
"type": "list",
"label": "Scenes",
"entity": "Scene",
"min": 0,
"field": {
"name": "scene",
"type": "group",
"fields": [
{
"name": "sceneType",
"type": "select",
"label": "Scene type",
"widget": "radioGroup",
"alignment": "horizontal",
"options": [
{
"value": "360",
"label": "360 image"
},
{
"value": "static",
"label": "Static image"
}
],
"default": "360"
},
{
"name": "showBackButton",
"type": "boolean",
"label": "Display \"Back\" button",
"description": "Display button for navigating back to your previous scene",
"default": true,
"widget": "showWhen",
"showWhen": {
"rules": [
{
"field": "sceneType",
"equals": "static"
}
]
}
},
{
"name": "sceneId",
"type": "number",
"label": "Unique scene id",
"description": "Must be unique, used for navigation between scenes"
},
{
"name": "scenename",
"type": "text",
"label": "Scene Title",
"description": "Used to identify the scene"
},
{
"name": "scenesrc",
"type": "image",
"label": "Scene Background"
},
{
"name": "scenedescription",
"type": "text",
"widget": "html",
"label": "Scene Description",
"description": "A text that can describe the scene for the end-user",
"optional": true,
"tags": [
"p",
"br",
"strong",
"em",
"code"
]
},
{
"name": "cameraStartPosition",
"type": "text",
"label": "Initial camera position",
"description": "Camera position in pitch and yaw"
},
{
"name": "interactions",
"type": "list",
"label": "Interactions",
"entity": "Interaction",
"min": 0,
"field": {
"name": "interaction",
"type": "group",
"fields": [
{
"name": "action",
"type": "library",
"label": "Interaction",
"description": "Hotspot with an interaction",
"options": [
"H5P.GoToScene 0.1",
"H5P.AdvancedText 1.1",
"H5P.Image 1.1",
"H5P.Audio 1.4",
"H5P.Video 1.5",
"H5P.Summary 1.10",
"H5P.SingleChoiceSet 1.11"
]
},
{
"name": "interactionpos",
"type": "text",
"label": "Interaction position",
"description": "Interaction position in pitch and yaw"
}
]
}
},
{
"name": "iconType",
"type": "select",
"label": "Button style",
"description": "Decide how buttons pointing to this scene should look. For scenes that are static and does not lead to new scenes, we recommend the \"More information\" button.",
"widget": "radioGroup",
"alignment": "horizontal",
"options": [
{
"value": "arrow",
"label": "New scene (arrow)"
},
{
"value": "plus",
"label": "More information (plus)"
}
],
"default": "arrow"
},
{
"name": "audio",
"type": "audio",
"label": "Audio Track",
"description": "Add an audio track that's specific for this scene.",
"optional": true,
"widgetExtensions": [
"AudioRecorder"
]
}
]
}
},
{
"name": "startSceneId",
"type": "number",
"label": "Start scene id",
"default": 0
},
{
"name": "audio",
"type": "audio",
"label": "Audio track",
"optional": true
}
]
},
{
"name": "behaviour",
"type": "group",
"label": "Behavioural settings",
"importance": "low",
"description": "These options will let you control how the world behaves.",
"fields": [
{
"name": "audio",
"type": "audio",
"label": "Global Audio",
"description": "Add an audio track that's available for all of the scenes by default.",
"optional": true,
"widgetExtensions": [
"AudioRecorder"
]
},
{
"name": "sceneRenderingQuality",
"type": "select",
"label": "Scene rendering quality",
"description": "Choose the amount of width and height segments used to render a scene. This directly affects the quality level of the scene, try increasing the quality if a scene looks \"blocky\" or \"waves\" are seen within the scenes. Note that higher quality rendering takes more time to load.",
"options": [
{
"value": "high",
"label": "High Quality (128x128)"
},
{
"value": "medium",
"label": "Medium Quality (64x64)"
},
{
"value": "low",
"label": "Low Quality (16x16)"
}
],
"default": "high"
}
]
}
]