-
Notifications
You must be signed in to change notification settings - Fork 0
/
semantics.json
92 lines (92 loc) · 2.63 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
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"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.AccordionPapiJo 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.25",
"H5P.Crossword 0.5",
"H5P.Dialogcards 1.9",
"H5P.DialogcardsPapiJo 1.16",
"H5P.DocumentationTool 1.8",
"H5P.DragQuestion 1.14",
"H5P.DragQuestionPapiJo 1.13",
"H5P.DragText 1.10",
"H5P.DragTextPapiJo 1.0",
"H5P.Essay 1.5",
"H5P.GuessIt 1.5",
"H5P.GuessTheAnswer 1.5",
"H5P.HighlightTheWords 0.1",
"H5P.JigsawPuzzle 0.4",
"H5P.Table 1.1",
"H5P.AdvancedText 1.1",
"H5P.AdvancedTextPapiJo 1.1",
"H5P.TextareaPapiJo 1.0",
"H5P.IFrameEmbed 1.0",
"H5P.Image 1.1",
"H5P.ImageHotspots 1.10",
"H5P.ImageHotspotQuestion 1.8",
"H5P.ImageJuxtaposition 1.4",
"H5P.ImageSlider 1.1",
"H5P.ImageZoomPapiJo 1.0",
"H5P.InteractiveVideo 1.24",
"H5P.Link 1.3",
"H5P.MarkTheWords 1.11",
"H5P.MarkTheWordsPapiJo 1.0",
"H5P.MemoryGame 1.3",
"H5P.MultiChoice 1.16",
"H5P.MultiMediaChoicePapiJo 0.3",
"H5P.Questionnaire 1.3",
"H5P.QuestionSet 1.20",
"H5P.SingleChoiceSet 1.11",
"H5P.SpeakTheWordsSet 1.3",
"H5P.Summary 1.10",
"H5P.TrueFalse 1.8",
"H5P.Video 1.6"
]
},
{
"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"
}
]
}
]
}
}
]