-
Notifications
You must be signed in to change notification settings - Fork 55
/
semantics.json
80 lines (80 loc) · 2.15 KB
/
semantics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
{
"name": "content",
"label": "List of Column Content",
"importance": "high",
"type": "list",
"min": 1,
"entity": "content",
"field": {
"name": "content",
"type": "group",
"fields": [
{
"name": "content",
"type": "library",
"importance": "high",
"label": "Content",
"options": [
"H5P.Accordion 1.0",
"H5P.Agamotto 1.6",
"H5P.Audio 1.5",
"H5P.AudioRecorder 1.0",
"H5P.Blanks 1.14",
"H5P.Chart 1.2",
"H5P.Collage 0.3",
"H5P.CoursePresentation 1.26",
"H5P.Dialogcards 1.9",
"H5P.DocumentationTool 1.8",
"H5P.DragQuestion 1.14",
"H5P.DragText 1.10",
"H5P.Essay 1.5",
"H5P.GuessTheAnswer 1.5",
"H5P.Table 1.2",
"H5P.AdvancedText 1.1",
"H5P.IFrameEmbed 1.0",
"H5P.Image 1.1",
"H5P.ImageHotspots 1.10",
"H5P.ImageHotspotQuestion 1.8",
"H5P.ImageSlider 1.1",
"H5P.InteractiveVideo 1.27",
"H5P.Link 1.3",
"H5P.MarkTheWords 1.11",
"H5P.MemoryGame 1.3",
"H5P.MultiChoice 1.16",
"H5P.Questionnaire 1.3",
"H5P.QuestionSet 1.20",
"H5P.Row 1.0",
"H5P.SingleChoiceSet 1.11",
"H5P.Summary 1.10",
"H5P.Timeline 1.1",
"H5P.TrueFalse 1.8",
"H5P.Video 1.6",
"H5P.MultiMediaChoice 0.3"
]
},
{
"name": "useSeparator",
"type": "select",
"importance": "low",
"label": "Separate content with a horizontal ruler",
"default": "auto",
"options": [
{
"value": "auto",
"label": "Automatic (default)"
},
{
"value": "disabled",
"label": "Never use ruler above"
},
{
"value": "enabled",
"label": "Always use ruler above"
}
]
}
]
}
}
]