forked from h5p/h5p-goals-assessment-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
semantics.json
110 lines (110 loc) · 2.31 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"name": "description",
"label": "Description",
"importance": "medium",
"type": "text",
"widget": "html",
"description": "Description of the goals assessment page.",
"default": "Rate the goals that you have chosen in the goals page.",
"enterMode": "p",
"tags": [
"strong",
"em",
"u",
"a",
"ul",
"ol",
"h2",
"h3",
"hr",
"pre",
"code"
],
"optional": true
},
{
"name": "lowRating",
"label": "Low rating text",
"importance": "low",
"type": "text",
"description": "Text for worst rating.",
"default": "Learned little"
},
{
"name": "midRating",
"label": "Medium rating text",
"importance": "low",
"type": "text",
"description": "Text for middle rating.",
"default": "Learned something"
},
{
"name": "highRating",
"label": "High rating text",
"importance": "low",
"type": "text",
"description": "Text for great rating.",
"default": "Learned a lot"
},
{
"name": "noGoalsText",
"label": "No goals text",
"importance": "low",
"type": "text",
"description": "Feedback text when no goals have been created.",
"default": "You have not chosen any goals yet."
},
{
"name": "helpTextLabel",
"label": "Label for help text",
"importance": "low",
"type": "text",
"description": "Label for showing additional helpful information to the user.",
"default": "More information"
},
{
"name": "helpText",
"label": "Fill in additional help information",
"importance": "low",
"type": "text",
"widget": "html",
"description": "Here you can fill in additional helpful information for the user.",
"enterMode": "p",
"optional": true,
"tags": [
"strong",
"em",
"u",
"a",
"ul",
"ol",
"h2",
"h3",
"hr",
"pre",
"code"
]
},
{
"name": "legendHeader",
"label": "Legend header",
"importance": "low",
"type": "text",
"default": "Possible ratings:"
},
{
"name": "goalHeader",
"label": "Goal header",
"importance": "low",
"type": "text",
"default": "Goals"
},
{
"name": "ratingHeader",
"label": "Rating header",
"importance": "low",
"type": "text",
"default": "Rating"
}
]