-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathja.json
214 lines (214 loc) · 6.71 KB
/
ja.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"semantics": [
{
"label": "メディア",
"fields": [
{
"label": "タイプ",
"description": "設問の上に表示するオプションのメディア。"
},
{
"label": "Disable image zooming"
}
]
},
{
"label": "タスクの説明",
"default": "空欄を埋めなさい",
"description": "どのようにしてこのタスクに答えるかをユーザーに説明するガイド"
},
{
"label": "テキストブロック",
"entity": "テキストブロック",
"field": {
"label": "テキスト行",
"placeholder": "オスロは*ノルウェー*の首都です。",
"important": {
"description": "<ul><li>空白は、正しい単語/フレーズの前後にアスタリスク(*)を付けて追加されます。</li><li>代替回答はスラッシュ(/)で区切ります。</li><li>ヒントの前にコロン(:)を使用して、テキストのヒントを追加できます。</li></ul>",
"example": "H5Pコンテンツは、*browser/web-browser:Something you use every day*を使用して編集できます。"
}
}
},
{
"label": "全体のフィードバック",
"fields": [
{
"widgets": [
{
"label": "デフォルト"
}
],
"label": "ある得点範囲に対して、カスタムフィードバックを定義します。",
"description": "[範囲の追加]ボタンをクリックして、必要な数の範囲を追加します。 例:0〜20%の悪いスコア、21〜91%の平均スコア、91〜100%の素晴らしいスコア!",
"entity": "範囲",
"field": {
"fields": [
{
"label": "得点範囲"
},
{},
{
"label": "Feedback for defined score range",
"placeholder": "Fill in the feedback"
}
]
}
}
]
},
{
"label": "「ソリューションを表示」ボタンのテキスト",
"default": "解を表示"
},
{
"label": "「再試行」ボタンのテキスト",
"default": "再試行"
},
{
"label": "「チェック」ボタンのテキスト",
"default": "チェック"
},
{
"label": "Text for \"Submit\" button",
"default": "Submit"
},
{
"label": "Text for \"Not filled out\" message",
"default": "Please fill in all blanks to view solution"
},
{
"label": "「 ':ans'は正しい」メッセージのテキスト",
"default": "':ans'は正しい"
},
{
"label": "「 ':ans'が間違っています」メッセージのテキスト",
"default": "':ans'が間違っています"
},
{
"label": "「正しく回答されました」メッセージのテキスト",
"default": "正しく回答されました"
},
{
"label": "「誤って回答しました」メッセージのテキスト",
"default": "誤って回答しました"
},
{
"label": "Assistive technology label for solution",
"default": "Correct answer:"
},
{
"label": "Assistive technology label for input field",
"description": "Use @num and @total to replace current cloze number and total cloze number",
"default": "Blank input @num of @total"
},
{
"label": "Assistive technology label for saying an input has a tip tied to it",
"default": "ヒント利用可能"
},
{
"label": "Tip icon label",
"default": "Tip"
},
{
"label": "動作設定",
"description": "これらのオプションでタスクがどのように動作するかを制御できます。",
"fields": [
{
"label": "「リトライ」を有効化"
},
{
"label": "Enable \"Show solution\" button"
},
{
"label": "Enable \"Check\" button"
},
{
"label": "Automatically check answers after input"
},
{
"label": "Case sensitive",
"description": "Makes sure the user input has to be exactly the same as the answer."
},
{
"label": "Require all fields to be answered before the solution can be viewed"
},
{
"label": "Put input fields on separate lines"
},
{
"label": "Show confirmation dialog on \"Check\"",
"description": "This options is not compatible with the \"Automatically check answers after input\" option"
},
{
"label": "Show confirmation dialog on \"Retry\""
},
{
"label": "Accept minor spelling errors",
"description": "If activated, an answer will also count as correct with minor spelling errors (3-9 characters: 1 spelling error, more than 9 characters: 2 spelling errors)"
}
]
},
{
"label": "Check confirmation dialog",
"fields": [
{
"label": "Header text",
"default": "Finish ?"
},
{
"label": "Body text",
"default": "Are you sure you wish to finish ?"
},
{
"label": "Cancel button label",
"default": "Cancel"
},
{
"label": "Confirm button label",
"default": "Finish"
}
]
},
{
"label": "Retry confirmation dialog",
"fields": [
{
"label": "Header text",
"default": "Retry ?"
},
{
"label": "Body text",
"default": "Are you sure you wish to retry ?"
},
{
"label": "Cancel button label",
"default": "Cancel"
},
{
"label": "Confirm button label",
"default": "Confirm"
}
]
},
{
"label": "Textual representation of the score bar for those using a readspeaker",
"default": "You got :num out of :total points"
},
{
"label": "Assistive technology description for \"Check\" button",
"default": "Check the answers. The responses will be marked as correct, incorrect, or unanswered."
},
{
"label": "Assistive technology description for \"Show Solution\" button",
"default": "Show the solution. The task will be marked with its correct solution."
},
{
"label": "Assistive technology description for \"Retry\" button",
"default": "Retry the task. Reset all responses and start the task over again."
},
{
"label": "Assistive technology description for starting task",
"default": "Checking mode"
}
]
}